> 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/backoffice/backoffice/contratos/ligar-contratos-a-projetos.md).

# Ligar contratos a projetos

Você pode vincular um Contrato a um Projeto quando o trabalho recorrente faz parte de uma configuração mais ampla de Projeto.

Isso ajuda a manter o trabalho do Contrato alinhado com os relatórios e o contexto do Projeto.

### Quando vincular um Projeto

Vincule um Projeto quando o Contrato fizer parte de uma implantação, instalação ou programa de serviço mais amplo do Cliente.

Isso mantém o trabalho gerado conectado ao registro correto do Projeto.

{% stepper %}
{% step %}

### Abra o Contrato

Crie um novo Contrato ou abra um existente.
{% endstep %}

{% step %}

### Preencha os detalhes principais do Contrato

Complete a configuração do acordo e da Ordem de trabalho.
{% endstep %}

{% step %}

### Selecione o Projeto

Escolha o Projeto que deve ser vinculado ao Contrato.
{% endstep %}

{% step %}

### Salve o Contrato

Clique em **Salvar**.

As futuras Ordens de trabalho geradas mantêm o contexto do Projeto.
{% endstep %}
{% endstepper %}

### Perguntas frequentes

<details>

<summary>Preciso de um Projeto para cada Contrato?</summary>

Não.

Use um Projeto apenas quando o trabalho do Contrato fizer parte de um fluxo de Projeto.

</details>

<details>

<summary>Por que vincular um Contrato a um Projeto?</summary>

Mantém o trabalho relacionado agrupado no contexto correto do Projeto.

</details>

<details>

<summary>Ainda posso usar Contratos sem o módulo de Projetos?</summary>

Sim.

Projetos são opcionais no fluxo do Contrato.

</details>

### Tópicos relacionados

* [**Criar um Contrato**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/contratos/criar-um-contrato.md)
* [**Projetos**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/projetos.md)
* [**Contratos**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/contratos.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/backoffice/backoffice/contratos/ligar-contratos-a-projetos.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.
