> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/gestao-de-contratos/criar-um-contrato.md).

# Criar um contrato

Crie um Contrato quando quiser que o OutSmart gerencie trabalhos recorrentes ou baseados em acordo.

O Contrato combina os detalhes do acordo com a configuração da Ordem de trabalho.

### O que você configura

Um Contrato pode incluir:

* tipo de Contrato
* termos do Contrato
* datas de início e fim
* dias de antecedência
* detalhes do Cliente e da Ordem de trabalho
* cronograma recorrente ou Configurações de SLA

### Como funciona a criação

Primeiro, escolha o tipo de Contrato.

Depois, adicione os detalhes do acordo e a configuração da Ordem de trabalho.

Se o Contrato for preventivo, configure também o cronograma recorrente.

Use um Contrato preventivo quando o trabalho precisar se repetir segundo um cronograma.

### Perguntas frequentes

<details>

<summary>O que acontece se eu atribuir um Funcionário?</summary>

Ordens de trabalho geradas podem incluir detalhes de execução planejados.

</details>

<details>

<summary>Posso alterar o cronograma depois?</summary>

Sim.

A geração futura pode ser recalculada após as alterações.

</details>

<details>

<summary>Como as Ordens de trabalho são geradas?</summary>

O OutSmart verifica o cronograma e cria Ordens de trabalho com base na configuração do Contrato.

</details>

### Tópicos relacionados

* [**Gestão de Contrato**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/gestao-de-contratos.md)
* [**Compreender os tipos de contrato**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/gestao-de-contratos/entender-os-tipos-de-contrato.md)
* [**Configurar o agendamento recorrente**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/gestao-de-contratos/configurar-o-agendamento-recorrente.md)


---

# 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://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/gestao-de-contratos/criar-um-contrato.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.
