# Format a Survey

The Questions page includes tools to reorder, indent, edit, and configure questions after they have been added to a survey.

{% stepper %}
{% step %}

#### Navigate to the Questions page

Open the survey and click **Questions** in the progress panel.
{% endstep %}

{% step %}

#### Reorder questions

Click and drag questions into the desired order on the page.
{% endstep %}

{% step %}

#### Indent questions

Click **Increase Depth** to indent questions for visual organization. This is useful for grouping related or multi-part questions together.

{% hint style="info" %}
**TIP:** A maximum of 3 depth layers is allowed. Questions increase one layer at a time.
{% endhint %}
{% endstep %}

{% step %}

#### Edit question text

Click the **pencil icon** on a question to edit its wording. You can also adjust alternate text for follow-up surveys and set field names for data exports.
{% endstep %}

{% step %}

#### Mark questions as required

Click the **asterisk icon** on a question to mark it as required. Required questions must be answered before the survey can be submitted.
{% endstep %}

{% step %}

#### Remove question numbering

Click **Not Numbered** to remove numbering from headings or questions that should not be numbered.
{% endstep %}

{% step %}

#### Lock a question

Click **Lock** to prevent a question from being removed in future survey copies.

{% hint style="warning" %}
**NOTE:** Locking questions prevents removal but may complicate editing in copies of the survey.
{% endhint %}
{% endstep %}

{% step %}

#### Duplicate a question

Click the **copy action button** to duplicate a question along with its response options.
{% endstep %}

{% step %}

#### View metadata

Select **Show Metadata** to view advanced information such as the question ID and type.
{% endstep %}

{% step %}

#### Continue

Click **Continue** to proceed to the [Permissions](/plan/surveys/survey-permissions.md) page.
{% 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/format-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.
