> For the complete documentation index, see [llms.txt](https://thekeymachine.gitbook.io/base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thekeymachine.gitbook.io/base/getting-started/versions-history.md).

# Versions history

* [0.1.40 - Build 305 - 26 March 25](/base/getting-started/versions-history/beta-0.1.40-build-305.md)
* [0.1.30 - Build 294 - 12 Nov 24](/base/getting-started/versions-history/beta-0.1.30-build-294.md)
* [0.1.19 - Build 270 - 10 Jan 24](/base/getting-started/versions-history/beta-0.1.19-build-270.md)
* [0.1.18 - Build 253 - 21 Jan 24](/base/getting-started/versions-history/beta-0.1.18-build-253.md)
* [0.1.17 - Build 233 - 10 Jan 24](/base/getting-started/versions-history/beta-0.1.17-build-233.md)
* [0.1.16 - Build 204 - 18 Dic 23](/base/getting-started/versions-history/beta-0.1.16-build-204.md)
* [0.1.15 - Build 181  -  1 Dic 23](/base/getting-started/versions-history/beta-0.1.15-build-181.md)&#x20;
* [0.1.14  -  Build 172  -  20 Nov 23](/base/getting-started/versions-history/beta-0.1.14-build-172.md)
* [0.1.13  -  Build 168  -  15 Nov 23](/base/getting-started/versions-history/beta-0.1.13-build-168.md)
* [0.1.12  -  Build 160  -  Nov 23](/base/getting-started/versions-history/beta-0.1.12-build-160.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://thekeymachine.gitbook.io/base/getting-started/versions-history.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.
