> 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/marketplace-pacotes-e-power-ups/power-ups/gestao-de-objetos/ver-historico-do-objeto.md).

# Ver histórico do Objeto

Cada Objeto pode carregar o seu próprio histórico.

Isto ajuda os técnicos e o pessoal de escritório a perceber o que aconteceu antes.

### Para que serve o histórico

O histórico ajuda-o a:

* ver trabalhos anteriores no Objeto
* rever formulários ou notas
* verificar problemas recorrentes
* compreender a periodicidade da manutenção

{% stepper %}
{% step %}

### Abra o Objeto

Abra o Objeto no BackOffice ou no App.
{% endstep %}

{% step %}

### Abra a secção do histórico

Vá para o separador histórico ou para a vista do histórico.
{% endstep %}

{% step %}

### Rever a atividade anterior

Verifique as Ordens de trabalho listadas, os formulários e outras alterações registadas.
{% endstep %}

{% step %}

### Abra os detalhes de que precisa

Abra a entrada relevante para inspecionar o contexto completo.
{% endstep %}
{% endstepper %}

### Perguntas frequentes

<details>

<summary>Porque é que o histórico do Objeto é útil?</summary>

Dá aos técnicos contexto antes de começarem a trabalhar.

</details>

<details>

<summary>Posso ver o histórico na App móvel?</summary>

Sim, se o Objeto estiver disponível no fluxo da App.

</details>

<details>

<summary>O histórico ajuda com problemas repetidos?</summary>

Sim.

Ajuda-o a reconhecer padrões e ações anteriores.

</details>

### Tópicos relacionados

* [**Adicionar Objetos às Ordens de trabalho**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/gestao-de-objetos/adicionar-objetos-a-ordens-de-trabalho.md)
* [**Gestão de Objetos**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/gestao-de-objetos.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/marketplace-pacotes-e-power-ups/power-ups/gestao-de-objetos/ver-historico-do-objeto.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.
