> 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/ugandaemr-313.md).

# 3.1.3

## New Features

1. Change the valiation rules for the maximum number of patients who can be scheduled per day and whether patients can be scheduled on public holidays optional&#x20;

## Bug Fixes

1. Fixed issue with Viral Load History widget on the clinician facing dashboard not showing&#x20;
2. Disable Orders to Lab or Pharmacy when patient is not in queue

## Links to download files

### New Installation

For new machines with no UgandaEMR installed

* 32-bit installer -<https://sourceforge.net/projects/ugandaemr/files/3.1.3/ugandaemr3-1-3-installer-32bit.exe/download>)
* 64-bit installer -<https://sourceforge.net/projects/ugandaemr/files/3.1.3/ugandaemr3-1-3-installer-64bit.exe/download>)

### WAR File

<https://sourceforge.net/projects/ugandaemr/files/3.1.3/openmrs.war/download>

### Upgrade Installer

**For existing versions of UgandaEMR 2.0.x to 3.1.3**

* 32-bit upgrade files- <https://sourceforge.net/projects/ugandaemr/files/3.1.3/ugandaemr_upgrade_from_2.0.x_to_3.1.3_32bit.exe/download>
* 64-bit upgrade files- <https://sourceforge.net/projects/ugandaemr/files/3.1.3/ugandaemr_upgrade_from_2.0.x_to_3.1.3_64bit.exe/download>

**For existing versions of UgandaEMR 1.x to 3.1.3**

* 32-bit upgrade files - <https://sourceforge.net/projects/ugandaemr/files/3.1.3/ugandaemr_upgrade_from_1.x_to_3.1.3_32bit.exe/download>
* 64-bit upgrade files - <https://sourceforge.net/projects/ugandaemr/files/3.1.3/ugandaemr_upgrade_from_1.x_to_3.1.3_64bit.exe/download>

## Fixing Failed Installations and Upgrades

None


---

# 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/ugandaemr-313.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.
