> For the complete documentation index, see [llms.txt](https://support.meetuma.ai/uma-knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.meetuma.ai/uma-knowledgebase/release-notes/web/2022.md).

# 2022

- [v2.10.0 - 29th November 2022](https://support.meetuma.ai/uma-knowledgebase/release-notes/web/2022/v2.10.0-29th-november-2022.md)
- [v2.9.9 - 16th November 2022](https://support.meetuma.ai/uma-knowledgebase/release-notes/web/2022/v2.9.9-16th-november-2022.md)
- [v2.9.8 - 27th October 2022](https://support.meetuma.ai/uma-knowledgebase/release-notes/web/2022/v2.9.8-27th-october-2022.md): This release is all about improving the way you can book and manage car parking spaces within UMA.
- [v2.9.7 - 12th October 2022](https://support.meetuma.ai/uma-knowledgebase/release-notes/web/2022/v2.9.7-12th-october-2022.md)
- [v2.9.6 - 29th September 2022](https://support.meetuma.ai/uma-knowledgebase/release-notes/web/2022/v2.9.6-29th-september-2022.md)
- [v2.9.5 - 7th September 2022](https://support.meetuma.ai/uma-knowledgebase/release-notes/web/2022/v2.9.5-7th-september-2022.md)
- [v2.9.4 - 22nd August 2022](https://support.meetuma.ai/uma-knowledgebase/release-notes/web/2022/v2.9.4-22nd-august-2022.md)
- [v2.9.3 - 6th July 2022](https://support.meetuma.ai/uma-knowledgebase/release-notes/web/2022/v2.9.3-6th-july-2022.md)
- [v2.9.2 - 29th June 2022](https://support.meetuma.ai/uma-knowledgebase/release-notes/web/2022/v2.9.2-29th-june-2022.md)
- [v2.9.1 - 14th June 2022](https://support.meetuma.ai/uma-knowledgebase/release-notes/web/2022/v2.9.1-14th-june-2022.md)
- [v2.9.0 - 5th May 2022](https://support.meetuma.ai/uma-knowledgebase/release-notes/web/2022/v2.9.0-5th-may-2022.md)
- [v2.8.9 - 18th April 2022](https://support.meetuma.ai/uma-knowledgebase/release-notes/web/2022/v2.8.9-18th-april-2022.md)
- [v2.8.8 - 5th April 2022](https://support.meetuma.ai/uma-knowledgebase/release-notes/web/2022/v2.8.8-5th-april-2022.md)
- [v2.8.7 - 18th March 2022](https://support.meetuma.ai/uma-knowledgebase/release-notes/web/2022/v2.8.7-18th-march-2022.md)
- [v2.8.6 - 9th February 2022](https://support.meetuma.ai/uma-knowledgebase/release-notes/web/2022/v2.8.6-9th-february-2022.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://support.meetuma.ai/uma-knowledgebase/release-notes/web/2022.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.
