# Editor

The main canvas is where you build and configure your survey. You can add and remove survey question and answers, fine-tune settings for each question, and determine the order in which the questions display.&#x20;

When you create a new survey, you will see the "Survey Begins" endpoint, connected to a Single Choice Question card, and a Thank You message.

## Routing:&#x20;

Routing is how you define the follow-up question. The next question is determined by the routing lines that connect question cards.  For some question types, you can connect each possible answer to a specific next question by clicking on the answer's endpoint on the right and dragging a routing line to the endpoint of the desired next question card (on the left of the question card).&#x20;

To delete a connection between an answer and the followup question, simply click on the connecting line and hit the delete/backspace button on your keyboard.

If there isn’t a branching line drawn, the default next step is the “Thank You” message.

{% hint style="info" %}
Question routing is not applicable for "All-at-once" surveys. Please see "[Question Display](/configuring-pulse-insights-console/editor/formatting/question-display.md)" for more details about All-at-once surveys.
{% 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://docs.pulseinsights.com/configuring-pulse-insights-console/editor.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.
