# Usuários

Um usuário deve ser incluído no sistema para que seja possível realizar o acesso.

O usuário criado será vinculado aos [departamentos](/acesso/departamento.md) definidos pelo cadatrante, de acordo com o papel do [grupo](/acesso/grupos.md) definido.

Por exemplo, cadastrando um novo usuário será definido que no **departamento financeiro** ele terá o **grupo gerente**.

O e-mail do usuário é chave única no sistema, ou seja, não pode haver dois usuários cadastrados com o mesmo e-mail.&#x20;

O login é realizado pelo CPF do usuário, importante que seja informado um CPF válido e também deve ser um valor único no sistema (ou seja, não são permitidos CPF duplicados).


---

# Agent Instructions: 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:

```
GET https://ajuda.kapim.com.br/acesso/usuarios.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
