> 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/loja-virtual-pacotes-e-power-ups/power-ups/gestao-de-ativos/ver-o-historico-do-objeto.md).

# Ver o histórico do objeto

Rever o histórico de assistência de um objeto no Backoffice e na app.

Cada Objeto pode guardar 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 a:

* ver trabalho anterior no Objeto
* rever Formulários ou Notas
* verificar Falhas recorrentes
* perceber o momento da manutenção

{% stepper %}
{% step %}

### Abrir o Objeto

Abrir o Objeto no Backoffice ou na app.
{% endstep %}

{% step %}

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

Ir para o separador de histórico ou para a vista de histórico.
{% endstep %}

{% step %}

### Rever a Atividade passada

Consultar as Ordens de trabalho, Formulários e outras Alterações registadas.
{% endstep %}

{% step %}

### Abrir os detalhes necessários

Abrir a entrada relevante para analisar todo o contexto.
{% endstep %}
{% endstepper %}

### Perguntas frequentes

<details>

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

Dá aos técnicos contexto antes de iniciarem o trabalho.

</details>

<details>

<summary>É possível 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 Falhas recorrentes?</summary>

Sim.

Ajuda 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/loja-virtual-pacotes-e-power-ups/power-ups/gestao-de-ativos/adicionar-objetos-a-ordens-de-trabalho.md)
* [**Gestão de Ativos**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/loja-virtual-pacotes-e-power-ups/power-ups/gestao-de-ativos.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/loja-virtual-pacotes-e-power-ups/power-ups/gestao-de-ativos/ver-o-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.
