> 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/guide/x-gps-mobile-apps/x-gps-tracker/places.md).

# Places

In the **Places** section, you will see a list of places assigned to the employee who uses **X-GPS Tracker**.

For a POI to be displayed in this section, the following conditions must be met:

* The place must have a [custom field](/docs/user/guide/account/custom-fields.md) called "Employee"
* This field must have the **Assignee** parameter enabled
* The current employee must be specified in this field
* The tracker must be linked to the employee in the **Staff** section

The list shows the icon, name, address, and distance to the place. You can also search and sort the available places alphabetically and by distance.

The list of available POIs is updated every time an employee opens this section or when tracking is enabled.

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

* To get detailed information about a place, just tap it.
* This will open a new window with the location on the map and a complete list of all fields, standard and custom.
* To see all the fields, just swipe up.
* Tapping the button to the right of the address automatically opens an external navigation application and calculates the optimal route.
* Fields with e-mail address and phone number are tappable. Tapping them will allow you to instantly make a call or start writing a message.

![](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/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.
