> For the complete documentation index, see [llms.txt](https://maxbasev.gitbook.io/santa-maria-dashboard/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://maxbasev.gitbook.io/santa-maria-dashboard/en/menu/patient-record-section/questionnaires.md).

# Questionnaires

Questionnaires are divided into two types:

* Advertising Questionnaires are Questionnaires that patients complete independently without logging into their personal account. In this case, the survey is "linked" to the patient via email. If the user's email in the system is incorrect or is specified for multiple clients, the survey may be linked to the wrong client. These surveys cannot be canceled or changed.
* General Questionnaires are filled out by the doctor independently from the Dashboard system.

The Questionnaires section on the patient's page looks as follows:

<figure><img src="/files/7Y91X5hKCfnMbT4dS4Io" alt=""><figcaption></figcaption></figure>

In the image:

* In the top right corner, there is a "Refresh Page Information" button. If new surveys appear for the patient after opening this section, they will appear after clicking this button.
* Below that, there is an "Add Horowitz Questionnaire" button.
* Next, there is a list of the patient's questionnaires: first, there are cards with questionnaires results filled out by the doctor, followed by advertising questionnaires.

The cards with results from different questionnaires look different.

The questionnaires creation/editing page created by the doctor in the Dashboard system will look as follows:

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


---

# 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://maxbasev.gitbook.io/santa-maria-dashboard/en/menu/patient-record-section/questionnaires.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.
