# Progress Note Builder

Despite the large number of steps, our team has done everything possible to reduce the time it takes to complete the Progress Note, namely:

* Patient Information , Place of Services, Medical History is imported from the patient's profile.
* The next Progress Note is filled in based on the previous one.
* We have implemented the maximum number of checks of the information being filled in.
* You can create and use templates to fill in Progress Notes.


---

# 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://help.woundally.com/progress-note-builder/progress-note-builder.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.
