> For the complete documentation index, see [llms.txt](https://docs.taloflow.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taloflow.ai/collaboration/change-log.md).

# Change Log

{% embed url="<https://taloflow.wistia.com/medias/my48yulxm9>" %}

Start by making changes to your evaluation in the Tables view, like making changes by altering priorities.

<figure><img src="https://cdn.prod.website-files.com/5c56ab14e0a4a5de55552788/68b9e5ec32f5b0cdc1f2b3c2_2cb191a1.png" alt="Image"><figcaption></figcaption></figure>

Notice that all these details are automatically saved to the changelog. This provides full traceability of what occurred while building up the use case for the report.

<figure><img src="https://cdn.prod.website-files.com/5c56ab14e0a4a5de55552788/68b9e5ec32f5b0cdc1f2b3ce_7035aa35.png" alt="Image"><figcaption></figcaption></figure>

{% hint style="info" %}
If you forget to add a reason to the changelog, simply click **Add Reason** on any of the change bubbles.
{% endhint %}

<figure><img src="https://cdn.prod.website-files.com/5c56ab14e0a4a5de55552788/68b9e5ec32f5b0cdc1f2b3cb_15217ba1.png" alt="Image"><figcaption></figcaption></figure>


---

# 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://docs.taloflow.ai/collaboration/change-log.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.
