> 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

Mover uma ou várias Ordens de trabalho para o arquivo.

As ordens de trabalho podem ser arquivadas para limpar a lista ativa sem apagar o histórico.

As ordens de trabalho arquivadas continuam disponíveis para consulta e restauro.

{% stepper %}
{% step %}

### Arquivar uma ordem de trabalho

Abrir a Ordem de trabalho.

Deve clicar no botão de estado no canto superior direito.

Em seguida, selecionar **Arquivar**.
{% endstep %}

{% step %}

### Arquivar várias ordens de trabalho

Ir para **Ordens de trabalho**.

Devem ser selecionadas as ordens de trabalho com as caixas de seleção.

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

{% step %}

### Abrir o arquivo

Utilize o **Ordens de trabalho arquivadas** Separador para rever o trabalho arquivado.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
A eliminação no arquivo é permanente. A OutSmart não consegue restaurar ordens de trabalho removidas.
{% endhint %}

### Perguntas frequentes

<details>

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

Sim.

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

</details>

<details>

<summary>Não aparecem as caixas de multisseleção. O que deve ser feito?</summary>

A sua ativação é feita na configuração do ecrã da 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)
* [**Utilizar a Visão Geral das ordens de trabalho**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/ordens-de-trabalho/utilizar-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.
