# Basic concepts

### Closing

The characters indicate the [wrap](#wrap) closing used at the **end** of the [wrapped text](#wrapped).

### Text <a href="#wrap-content" id="wrap-content"></a>

The text without the [opening](#opening) and [closing](#closing) characters.

### Opening

The characters indicate the [wrap](#wrap) opening used at the **beginning** of the [wrapped text](#wrapped).

### Wrap

As a **noun**, wrap consists of the **opening** and **closing** characters.

As a **verb**, wraps the specified text around with the opening chars **before** and the closing **after** the text.

### Wrapped text

The [text](#text) consists of [opening](#opening) characters at the **beginning** and [closing](#closing) at the **end**.

### Wrapper

A wrapper is an object consisting of a [wrap](#wrap), which uses it to wrap the specified [text](#text) around.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wrapper.angular-package.dev/getting-started/basic-concepts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
