# Print a Survey

You can print a formatted version of any survey directly from PEARS.

{% stepper %}
{% step %}

#### Navigate to Surveys

From the PEARS homepage, hover over the **Plan** menu and click **Surveys**.
{% endstep %}

{% step %}

#### Open the survey

Click the survey title to open the survey details page.
{% endstep %}

{% step %}

#### Click Print Survey

Click the **Print Survey** button on the survey details page. A print-formatted page loads displaying the survey.

![Screenshot: The survey detail page with the Print Survey button highlighted, showing the survey title, status, and other details above the button](/files/qnze4alzAdF9ceQdToOw)
{% endstep %}

{% step %}

#### Print or save

Right-click on the print page and select **Print** to send the survey to your printer or save it as a PDF.
{% endstep %}
{% endstepper %}


---

# 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://support.pears.io/plan/surveys/print-a-survey.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.
