> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/user/ru/guide/x-gps-mobile-apps/x-gps-tracker/places.md).

# Места

В поле **Места** В этом разделе вы увидите список мест, назначенных сотруднику, который использует **X-GPS Tracker**.

Чтобы место отображалось в этом разделе, должны выполняться следующие условия:

* У места должен быть [пользовательское поле](/docs/user/ru/guide/account/custom-fields.md) с названием «Employee»
* В этом поле должен быть **Assignee** параметр включен
* В этом поле должен быть указан текущий сотрудник
* Трекер должен быть привязан к сотруднику в **Сотрудники** раздел

В списке отображаются значок, название, адрес и расстояние до места. Вы также можете искать и сортировать доступные места по алфавиту и по расстоянию.

Список доступных мест обновляется каждый раз, когда сотрудник открывает этот раздел или когда включен мониторинг.

![](https://www.navixy.com/wp-content/uploads/2020/04/qimu5jhjnh-360x600.png)

* Чтобы получить подробную информацию о месте, просто нажмите на него.
* Откроется новое окно с местоположением на карте и полным списком всех полей — стандартных и пользовательских.
* Чтобы увидеть все поля, просто проведите вверх.
* При нажатии кнопки справа от адреса автоматически откроется внешнее навигационное приложение и будет рассчитан оптимальный маршрут.
* Поля с адресом электронной почты и номером телефона доступны для нажатия. Нажав на них, вы сможете сразу позвонить или начать писать сообщение.

![](https://www.navixy.com/wp-content/uploads/2020/04/pvcblq239j-361x600.png)


---

# 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://navixy.com/docs/user/ru/guide/x-gps-mobile-apps/x-gps-tracker/places.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.
