> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/ru/obzor-produkta-veb-prilozhenie/nastroika-khozyaistva-polzovatelei-i-dostupa/dobavit-metku.md).

# Добавить метку

Если вы планируете управлять многими полями, рекомендуется организовать их, назначая метки полям, которые вы создаёте.

1. Нажмите «Добавить метку», чтобы открыть окно управления метками:

<figure><img src="https://lh6.googleusercontent.com/0b-BqFt7RogU5zHLEawAhDquTy0D06LRFzM3uClY0wtpfvHGIzzhWqSzdKgW0-hIAlgdpJXZw-j0owvFCH7fTZF458NwXhs0zhJFn5YZ9Ktvwi7y2htwxrFsuO5mcUZxoHvKYPBV" alt=""><figcaption></figcaption></figure>

2. Нажмите «Создать новую метку», чтобы создать первую метку. Вот пример того, как можно использовать метки:

<figure><img src="https://lh5.googleusercontent.com/fG6sSwuCea_mxP04d-vFkkDGc9bWv9gbA_KfIFURpRTutuJjSStoW6ZMfGyJW28aHipxZI0vHz4g1XOZ9t2qiMbPJXEJ9RpwZHENFpsTmTXMZNMxozMaCKXXIPqeGq9VxvU2EbOV" alt=""><figcaption></figcaption></figure>

3. Используйте кнопки со стрелками, чтобы добавить метку к полю или удалить её с поля.

<figure><img src="https://i0.wp.com/help.geopard.tech/wp-content/uploads/2021/12/image.png?resize=496%2C464&#x26;ssl=1" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.geopard.tech/geopard-tutorials/ru/obzor-produkta-veb-prilozhenie/nastroika-khozyaistva-polzovatelei-i-dostupa/dobavit-metku.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
