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

# Locais

Na **Locais** Nesta seção, você verá uma lista de locais atribuídos ao funcionário que usa **X-GPS Tracker**.

Para que um POI seja exibido nesta seção, as seguintes condições devem ser atendidas:

* O local deve ter um [campo personalizado](/docs/user/pt-br/guide/account/custom-fields.md) chamado "Employee"
* Esse campo deve ter o parâmetro **Assignee** ativado
* O funcionário atual deve ser especificado nesse campo
* O rastreador deve estar vinculado ao funcionário no **Equipe** seção

A lista mostra o ícone, o nome, o endereço e a distância até o local. Você também pode pesquisar e classificar os locais disponíveis em ordem alfabética e por distância.

A lista de POIs disponíveis é atualizada toda vez que um funcionário abre esta seção ou quando o rastreamento está ativado.

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

* Para obter informações detalhadas sobre um local, basta tocá-lo.
* Isso abrirá uma nova janela com a localização no mapa e uma lista completa de todos os campos, padrão e personalizados.
* Para ver todos os campos, basta deslizar para cima.
* Tocar no botão à direita do endereço abre automaticamente um aplicativo de navegação externo e calcula a rota ideal.
* Campos com endereço de e-mail e número de telefone podem ser tocados. Ao tocá-los, você poderá fazer uma chamada imediatamente ou começar a escrever uma mensagem.

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