> For the complete documentation index, see [llms.txt](https://docs.getfusion.ru/get-fusion/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getfusion.ru/get-fusion/funkcii-po-razdelam-getcourse/ucheniki.md).

# Ученики

- [Пользователи](https://docs.getfusion.ru/get-fusion/funkcii-po-razdelam-getcourse/ucheniki/polzovateli.md)
- [Индикатор дублей в карточке пользователя](https://docs.getfusion.ru/get-fusion/funkcii-po-razdelam-getcourse/ucheniki/polzovateli/indikator-dublei-v-kartochke-polzovatelya.md)
- [Перевод баллов на бонусный счет](https://docs.getfusion.ru/get-fusion/funkcii-po-razdelam-getcourse/ucheniki/polzovateli/perevod-ballov-na-bonusnyi-schet.md)
- [Копирование/вставка собранных сегментов](https://docs.getfusion.ru/get-fusion/funkcii-po-razdelam-getcourse/ucheniki/polzovateli/kopirovanie-vstavka-sobrannykh-segmentov.md)
- [Отображение временной зоны пользователя](https://docs.getfusion.ru/get-fusion/funkcii-po-razdelam-getcourse/ucheniki/polzovateli/otobrazhenie-vremennoi-zony-polzovatelya.md)
- [Изменение вида в списке групп пользователей](https://docs.getfusion.ru/get-fusion/funkcii-po-razdelam-getcourse/ucheniki/polzovateli/izmenenie-vida-v-spiske-grupp-polzovatelei.md): Изменение вида в списке групп пользователей - очистка группы
- [Обнуление баллов на шкале достижений](https://docs.getfusion.ru/get-fusion/funkcii-po-razdelam-getcourse/ucheniki/polzovateli/obnulenie-ballov-na-shkale-dostizhenii.md)
- [Перенос utm меток](https://docs.getfusion.ru/get-fusion/funkcii-po-razdelam-getcourse/ucheniki/polzovateli/perenos-utm-metok.md): Список пользователей - перенос utm меток из источника в доп. поля для выборки пользователей
- [Кеширование загрузки списка сегментов](https://docs.getfusion.ru/get-fusion/funkcii-po-razdelam-getcourse/ucheniki/polzovateli/keshirovanie-zagruzki-spiska-segmentov.md)
- [Удаление бонусных рублей у удаленных пользователей](https://docs.getfusion.ru/get-fusion/funkcii-po-razdelam-getcourse/ucheniki/polzovateli/udalenie-bonusnykh-rublei-u-udalennykh-polzovatelei.md)
- [Анкеты](https://docs.getfusion.ru/get-fusion/funkcii-po-razdelam-getcourse/ucheniki/ankety.md)
- [Сбор utm меток для анкет](https://docs.getfusion.ru/get-fusion/funkcii-po-razdelam-getcourse/ucheniki/ankety/sbor-utm-metok-dlya-anket.md): Сбор utm меток для анкет. Используется вторая форма
- [Анкеты - выгрузка ответов в Google таблицу](https://docs.getfusion.ru/get-fusion/funkcii-po-razdelam-getcourse/ucheniki/ankety/ankety-vygruzka-otvetov-v-google-tablicu.md)
- [Дашборды](https://docs.getfusion.ru/get-fusion/funkcii-po-razdelam-getcourse/ucheniki/dashbordy.md)
- [Массовое добавление и удаление тегов](https://docs.getfusion.ru/get-fusion/funkcii-po-razdelam-getcourse/ucheniki/dashbordy/massovoe-dobavlenie-i-udalenie-tegov.md)
- [Копирование/вставка собранных сегментов](https://docs.getfusion.ru/get-fusion/funkcii-po-razdelam-getcourse/ucheniki/dashbordy/kopirovanie-vstavka-sobrannykh-segmentov.md)


---

# 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.getfusion.ru/get-fusion/funkcii-po-razdelam-getcourse/ucheniki.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.
