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

# Changelog

- [v0.58.3](https://docs.volven.io/changelog/v0.58.3.md): 5th April 2024
- [v0.58.2](https://docs.volven.io/changelog/v0.58.2.md): 29th March 2024
- [v0.57.0](https://docs.volven.io/changelog/v0.57.0.md): 18th March 2024
- [v0.55.0](https://docs.volven.io/changelog/v0.55.0.md): 12th March 2024
- [v0.54.0](https://docs.volven.io/changelog/v0.54.0.md): 6th March 2024
- [v0.53.0](https://docs.volven.io/changelog/v0.53.0.md): 22nd February 2024
- [v0.52.0](https://docs.volven.io/changelog/v0.52.0.md): 16th February 2024
- [v0.51.0](https://docs.volven.io/changelog/v0.51.0.md): 8th February 2024
- [v0.51.1](https://docs.volven.io/changelog/v0.51.0/v0.51.1.md): 8th February 2024
- [v0.50.0](https://docs.volven.io/changelog/v0.50.0.md): 1st February 2024
- [v0.50.1](https://docs.volven.io/changelog/v0.50.0/v0.50.1.md): 2nd February 2024
- [v0.49.0](https://docs.volven.io/changelog/v0.49.0.md): 26th January 2024
- [v0.48.0](https://docs.volven.io/changelog/v0.48.0.md): 19th January 2024
- [v0.47.0](https://docs.volven.io/changelog/v0.47.0.md): 12th January 2024
- [v0.46.0](https://docs.volven.io/changelog/v0.46.0.md): 5th January 2024
- [v0.45.0](https://docs.volven.io/changelog/v0.45.0.md): 28 December 2023
- [v0.44.0](https://docs.volven.io/changelog/v0.44.0.md): 22nd December 2023
- [v0.43.0](https://docs.volven.io/changelog/v0.43.0.md): 5th December 2023
- [v0.43.1](https://docs.volven.io/changelog/v0.43.0/v0.43.1.md): 15th December 2023
- [v0.42.0](https://docs.volven.io/changelog/v0.42.0.md): 4th December 2023
- [v0.41.0](https://docs.volven.io/changelog/v0.41.0.md): 29th November 2023
- [v0.40.0](https://docs.volven.io/changelog/v0.40.0.md): 27th November 2023
- [v0.39.0](https://docs.volven.io/changelog/v0.39.0.md): 24th November 2023
- [v0.38.0](https://docs.volven.io/changelog/v0.38.0.md): 23rd November 2023
- [v0.37.0](https://docs.volven.io/changelog/v0.37.0.md): 17th November 2023
- [v0.37.1](https://docs.volven.io/changelog/v0.37.0/v0.37.1.md): 20th November 2023
- [v0.36.0](https://docs.volven.io/changelog/v0.36.0.md): 15th November 2023
- [v0.35.0](https://docs.volven.io/changelog/v0.35.0.md): 10th November 2023
- [v0.34.0](https://docs.volven.io/changelog/v0.34.0.md): 3rd November 2023


---

# 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.volven.io/changelog.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.
