# Next button

This content type can be used when the Next button needs to pulled out of the [layout](/styling/customizing-appearance/content-area-and-form-layout.md#layout-editor), and placed inline with the content of the page. A common use case is "Begin Quiz" or "Start Survey" buttons that are placed above images or text.&#x20;

If the responder clicks the next button while there are remaining unanswered questions on the current step, they will be scrolled to the first unanswered question, with that question highlighted.

#### Next button settings

You can customize the label of the next button, assign a Question ID, and optionally append a variable value to it. The next button variable returns a Boolean—`true` if the button is clicked, and `false` if it is not.

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

### Overrides

#### Next button overrides

You can override the overall style and horizontal alignment of the next button in the **style** menu of a next button component.&#x20;

<div align="left"><figure><img src="/files/Sq2toqqLBx2QXZQhrL9F" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
For more detailed instructions on styling options, you can refer to [this section](/styling/customizing-appearance/buttons.md#next-button).
{% endhint %}

#### Step-level overrides

If you would like to use your default next button styling, but would only like to change either the button text or horizontal alignment, you can do so by going to the style tab with the step selected and using the **Next button overrides** option.

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


---

# 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.formsort.com/adding-questions-and-content/content-reference/next-button.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.
