# Treatment Plan

The **Treatment Plan** tab enables users to create, view, and track existing treatment plans for patients. It offers a comprehensive outline of the proposed treatments, helping ensure clarity and consistency in patient care.

***

### Create and View Treatment Plan

* Users can initiate a new treatment plan by clicking on the **ADD NEW PLAN** option.

  <figure><img src="/files/6xFXOycBv78IrDmCYCKA" alt=""><figcaption></figcaption></figure>
* From the **Treatment** dropdown, users can select an existing treatment plan to view or make updates as needed

  <figure><img src="/files/BUjS35CbDo0DeVOQwhWx" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
For more comprehensive details on managing and customizing treatment plans, refer to the [**Treatment Plan**](/uniteemr/application-modules/treatment-plan.md) section.
{% endhint %}

***


---

# Agent Instructions: 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:

```
GET https://unitecare.gitbook.io/uniteemr/application-modules/medical-records/treatment-plan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
