> For the complete documentation index, see [llms.txt](https://help.cosmobots.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cosmobots.io/help/bot-builder/explorer/alteracoes.md).

# Alterações

{% hint style="info" %}
A Página de Alterações mostra as alterações feitas pela sua equipe recentemente, por exemplo, se alguém modificar um código de JavaScript, essa página irá criar um histórico dessa alteração
{% endhint %}

&#x20; 1 - No exemplo a seguir, iremos realizar uma alteração no Fluxograma, e visualizar na área de       ⠀⠀⠀Alterações a modificação realizada.

![Alterando etapa de Mensagem](/files/0OnMtFwJ2fFgtFZi4vUS)

{% hint style="info" %}
A seguir visualizaremos a alteração realizada acima, para isso seguiremos o passo a passo explicado a baixo.
{% endhint %}

2 - Acessando área de Alterações.

![Acessando Alterações](/files/c7ocEYQV85JAunXuYcB7)

&#x20; 3 - Analisando as informações disponibilizadas.

![Analisando as informações](/files/RxGKiC58drYKfUYZKQxy)

{% hint style="info" %}
Na área de Alterações é possível visualizar as seguintes informações:

* Usuário: Nome do usuário que realizou a alteração
* Ação: Tipo de ação que o usuário realizou, criar, atualizar ou excluir algo.
* Recurso: Área em que o usuário realizou a ação.
* Detalhe: Detalha a área em que o usuário realizou a ação, é possível clicar nesse detalhe para ser direcionado ao campo em que a ação foi realizada.
* Data/hora: Data/Horário em que a ação foi realizada.
  {% endhint %}


---

# 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://help.cosmobots.io/help/bot-builder/explorer/alteracoes.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.
