> 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/ordens-de-trabalho/arquivar-ordens-de-trabalho.md).

# Arquivar ordens de trabalho

Arquive as ordens de trabalho para limpar a lista ativa sem excluir o histórico.

As ordens de trabalho arquivadas continuam disponíveis para consulta e restauração.

{% stepper %}
{% step %}

### Arquivar uma ordem de trabalho

Abra a ordem de trabalho.

Clique no botão de Estado no canto superior direito.

Depois selecione **Arquivar**.
{% endstep %}

{% step %}

### Arquivar várias ordens de trabalho

Vá para **Ordens de trabalho**.

Selecione as ordens de trabalho com as caixas de seleção.

Depois clique em **Arquivar seleção**.
{% endstep %}

{% step %}

### Abra o arquivo

Use o **Ordens de trabalho arquivadas** guia para revisar o trabalho arquivado.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Excluir no arquivo é permanente. O OutSmart não pode restaurar ordens de trabalho excluídas.
{% endhint %}

### Perguntas frequentes

<details>

<summary>As ordens de trabalho arquivadas ainda podem ser retornadas por uma integração?</summary>

Sim.

Isso depende do Estado e da lógica da integração.

</details>

<details>

<summary>Não вижo as caixas de multisseleção. O que devo fazer?</summary>

Ative-as na configuração da tela de lista.

</details>

### Tópicos relacionados

* [**Restaurar Ordens de trabalho arquivadas**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/ordens-de-trabalho/restaurar-ordens-de-trabalho-arquivadas.md)
* [**Usar a Visão geral da Ordem de trabalho**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/ordens-de-trabalho/usar-a-visao-geral-das-ordens-de-trabalho.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/ordens-de-trabalho/arquivar-ordens-de-trabalho.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.
