# Welcome to StoryScript

## Review

StoryScript is a way to create a storylines in a Minecraft game.

With Story Script, you will be able to create your own story maps, which will have dialogues, NPCs in the future, and camera controls.

In this documentation, you will get acquainted with all the existing features of Story Script!

{% hint style="danger" %}
Attention! StoryScript is currently under development. So far, not all the functionality has been implemented in the mod, and there may be extremely critical errors.
{% 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://storyscript.gitbook.io/storyscript/welcome-to-storyscript.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.
