> 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

Devolver as Ordens de trabalho arquivadas à lista ativa de Ordens de trabalho.

Restaurar Ordens de trabalho arquivadas quando precisarem de voltar a ficar ativas.

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

{% stepper %}
{% step %}

### Abrir o arquivo

Ir para **Ordens de trabalho**.

Abrir a **Ordens de trabalho arquivadas** separador.
{% endstep %}

{% step %}

### Selecionar as ordens de trabalho

Utilize as caixas de seleção para escolher as Ordens de trabalho que pretende restaurar.
{% endstep %}

{% step %}

### Restaurar a seleção

Clicar em **Restaurar a partir dos arquivos**.
{% endstep %}
{% endstepper %}

### Importa saber

Utilize a caixa de seleção superior ou inferior quando pretender selecionar todas as linhas visíveis.

### Perguntas frequentes

<details>

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

Não.

Apenas a recoloca na lista ativa.

</details>

<details>

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

Não.

Só as Ordens de trabalho arquivadas podem ser restauradas.

</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)
* [**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/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.
