> For the complete documentation index, see [llms.txt](https://kb.stoque.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.stoque.com.br/zeevdocs/dia-a-dia-no-zeev-docs/como-configurar-um-substituto.md).

# Como configurar um substituto

## Visão geral

Durante um período, que pode ocorrer por motivo de férias, viagem, ausência, saúde, etc. você fique inabilitado para executar suas tarefas no Zeev docs.

Para impedir que essas tarefas fiquem paradas, você deve, antes de entrar em um período de ausência na organização, definir um substituto em suas **configurações pessoais/substituto.**

### O que acontece quando você define um substituto

Ao definir um substituo, este usuário poderá:

* Acessar seu usuário através do recurso "Alterar usuário";&#x20;
* Visualizar todas as bibliotecas, documentos e módulos que seu usuário tem permissão;&#x20;
* Realizar qualquer operação que você tem permissão.

{% hint style="info" %}
**Dica**: todas as operações realizadas serão registradas no histórico dos documentos e nos logs de auditoria com informações sobre a substituição.
{% endhint %}

![Módulo "Substitutos" dentro do meu "Configurações pessoais".](/files/q20b5E9hTncDSvSdbaYm)

{% hint style="info" %}
**Dicas**:

* Não é possível adicionar/editar mais de um usuário substituto com períodos iguais definidos.
* Também é possível gerenciar usuários substitutos através do módulo "Usuários".&#x20;
  {% endhint %}

### Outras configurações

Ainda em configurações pessoais, além de configurar um substituto você pode:

* Alterar seus dados pessoais e foto de perfil no módulo "Meus dados";
* Redefinir sua senha no módulo "Trocar senha".


---

# 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://kb.stoque.com.br/zeevdocs/dia-a-dia-no-zeev-docs/como-configurar-um-substituto.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.
