> For the complete documentation index, see [llms.txt](https://manual.transito.mg.gov.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.transito.mg.gov.br/veiculos/novo-sistema-de-racionalizacao-e-previo-registro/manual-do-usuario-novo-srpr/4.-tela-inicial.md).

# 4. Tela Inicial

Se o usuário estiver vinculado a apenas uma única empresa/perfil, ao entrar no sistema (ver tópico 3) já será exibida a tela inicial do sistema contendo o menu principal com todas as funcionalidades disponíveis para uso. Exemplo de uma empresa com perfil FROTISTAS:

<figure><img src="/files/ULj7yvAItXxVCfpx8cfQ" alt=""><figcaption><p>Tela Inicial</p></figcaption></figure>

1. Dados do usuário logado no sistema;
2. Link para alterar a unidade de trabalho (empresa) caso o usuário possua mais de um vínculo;
3. Link para sair do sistema (logoff);
4. Menu principal com funcionalidades de acordo com o perfil da empresa; Já se o usuário possuir mais de um vínculo (papel), antes de exibir a tela principal, será solicitado que ele selecione a Unidade de Trabalho que ele deseja acessar.

<figure><img src="/files/fx9uo999n3o4ywjuOXoB" alt=""><figcaption></figcaption></figure>

Na figura abaixo podemos ver o menu exibido para a unidade PRODEMGE VEÍCULOS. Observe que ele é diferente do menu da unidade PRODEMGE LOCADORA (figura anterior):

<figure><img src="/files/pgDNImJs80uZdYcfbIKC" alt=""><figcaption><p>Unidades</p></figcaption></figure>

Isso ocorre porque a primeira empresa é uma locadora de veículos (perfil FROTISTAS) e a segunda é uma concessionária de veículos (perfil CONCESSIONÁRIAS). O sistema exibe as funcionalidades de acordo com o perfil da empresa. Neste exemplo, podemos ver seis funcionalidades no menu principal para a empresa do tipo locadora e apenas duas para a empresa do tipo concessionária. Para o usuário alterar de unidade (empresa), basta clicar no botão ALTERAR UNIDADE e selecionar uma outra (caso possua). Não é necessário sair do sistema (logoff) e entrar novamente. Após 24 minutos de inatividade no sistema o login expira, sendo então necessário logar novamente


---

# 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://manual.transito.mg.gov.br/veiculos/novo-sistema-de-racionalizacao-e-previo-registro/manual-do-usuario-novo-srpr/4.-tela-inicial.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.
