> For the complete documentation index, see [llms.txt](https://mets-programme.gitbook.io/ugandaemr-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mets-programme.gitbook.io/ugandaemr-documentation/release-notes.md).

# Release Notes

These are the release notes for the different UgandaEMR versions that are being used, and provide a quick way of accessing the new features in each

\##3.2.0

**Release Date:** August 16, 2021\
**Documentation:** [Release Notes 3.2.0](/ugandaemr-documentation/release-notes/ugandaemr-320.md)

\##3.1.3

**Release Date:** December 3, 2020\
**Documentation:** [Release Notes 3.1.3](/ugandaemr-documentation/release-notes/ugandaemr-313.md)

## 3.0.4

**Release Date:** May 14, 2020\
**Documentation:** [Release Notes 3.0.4](/ugandaemr-documentation/release-notes/ugandaemr-304.md)

\##3.0.0

**Release Date:** August 14, 2019\
**Documentation:** [Release Notes 3.0.0](/ugandaemr-documentation/release-notes/ugandaemr-300.md)

## 2.1.0

**Release Date:** August 14, 2019\
**Documentation:** [Release Notes 2.1.0](/ugandaemr-documentation/release-notes/ugandaemr-210.md)

## 2.0.0

**Release Date:** September 27, 2017\
**Documentation:** [Release Notes 2.0.0](/ugandaemr-documentation/release-notes/ugandaemr-200.md)

## 1.0.17

**Release Date:** May 22, 2017\
**Documentation:** [Release Notes 1.0.17](/ugandaemr-documentation/release-notes/ugandaemr-1017.md)

## 1.0.16

**Release Date:** April 3, 2017\
**Documentation:** [Release Notes 1.0.16](/ugandaemr-documentation/release-notes/ugandaemr-1016.md)

## 1.0.14

This fixes a regression found in 1.0.13 due to a change in the underlying platform

**Release Date:** September 27, 2016\
**Documentation:** [Release Notes 1.0.14](/ugandaemr-documentation/release-notes/ugandaemr-1014.md)

\##3.3.0

**Release Date:** December 21, 2021\
**Documentation:** [Release Notes 3.3.0](/ugandaemr-documentation/release-notes/ugandaemr-330.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://mets-programme.gitbook.io/ugandaemr-documentation/release-notes.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.
