# Next

## Description

```javascript
'next'
```

The `next` action will simply continue to the next statement on the script without doing anything else. This action is meant to be used in the `Do` property of [`Choices`](/documentation/script-actions/choices.md) to simply carry on with the script or, as fillers to fill up a space left by a deleted statement in an already-released game.

**Action ID**: Next

**Reversible**: Yes

**Requires User Interaction**: No


---

# 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://developers.monogatari.io/documentation/script-actions/next.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.
