> For the complete documentation index, see [llms.txt](https://wiki.datadike.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.datadike.com/product-guide/configuracoes/sonar/mdm/visao-geral-da-interface.md).

# Visão Geral da Interface

O painel de controle do DatadikeMDM foi projetado para oferecer uma experiência intuitiva e eficiente para gerenciar todos os dispositivos móveis da sua organização. A interface principal é composta por elementos cuidadosamente organizados para facilitar o acesso rápido às informações e funcionalidades mais importantes.

### Tela Principal

Quando você faz login, a primeira coisa que vê é o **painel principal** com todas as informações importantes dos seus dispositivos.

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>Dispositivos Gerenciados</strong>:</td><td>Quantos celulares/tablets estão no sistema</td></tr><tr><td><strong>Linhas Telefônicas</strong></td><td>Quantas linhas de telefone você tem cadastradas</td></tr><tr><td><strong>Gerenciados pelo APP</strong></td><td>Dispositivos pessoais dos funcionários</td></tr><tr><td></td><td></td></tr></tbody></table>

#### Menu Lateral

Do lado esquerdo da tela, você tem o menu principal organizado em 3 grupos:

**COCKPIT (Principais funcionalidades)**

* **Dispositivos**: Para ver e gerenciar todos os celulares/tablets
* **Sysadmin**: Ferramentas de administração do sistema
* **Policies**: Regras de segurança para os dispositivos
* **Geofence**: Criar limites geográficos (onde os dispositivos podem ir)

**FUNCIONALIDADES (Organização)**

* **Departamentos**: Organizar dispositivos por setor (vendas, TI, etc.)
* **Notas**: Fazer anotações sobre dispositivos
* **Termos**: Termos de uso da empresa
* **Funcionários**: Cadastro de quem usa cada dispositivo
* **Linhas**: Gerenciar números de telefone
* **Etiquetas**: Criar categorias personalizadas

**ADMINISTRAÇÃO (Configurações)**

* **Usuários**: Gerenciar quem pode acessar o sistema
* **Configurações**: Personalizar como o sistema funciona


---

# 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://wiki.datadike.com/product-guide/configuracoes/sonar/mdm/visao-geral-da-interface.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.
