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

# Restaurar ordens de trabalho arquivadas

Restaure as Ordens de trabalho arquivadas quando precisarem de voltar a ficar ativas.

Isto devolve-as à lista normal de Ordem de trabalho.

{% stepper %}
{% step %}

### Abra o arquivo

Vá para **Ordens de trabalho**.

Abra o **Ordens de trabalho arquivadas** separador.
{% endstep %}

{% step %}

### Selecione as Ordens de trabalho

Use as caixas de seleção para selecionar as Ordens de trabalho que quer restaurar.
{% endstep %}

{% step %}

### Restaure a seleção

Clique em **Restaurar do arquivo**.
{% endstep %}
{% endstepper %}

### É bom saber

Use a caixa de seleção superior ou inferior quando quiser todas as linhas visíveis.

### Perguntas frequentes

<details>

<summary>A restauração altera o conteúdo da Ordem de trabalho?</summary>

Não.

Isto apenas move a Ordem de trabalho de volta para a lista ativa.

</details>

<details>

<summary>Posso restaurar Ordens de trabalho eliminadas?</summary>

Não.

Só podem ser restauradas Ordens de trabalho arquivadas.

</details>

### Tópicos relacionados

* [**Arquivar Ordens de trabalho**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/ordens-de-trabalho/arquivar-ordens-de-trabalho.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/restaurar-ordens-de-trabalho-arquivadas.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.
