# StoryChain Chat

- [What is StoryChain Chat?](https://docs.storychain.ai/storychain/storychain-chat/what-is-storychain-chat.md)
- [How To](https://docs.storychain.ai/storychain/storychain-chat/how-to.md)
- [Create Your Character](https://docs.storychain.ai/storychain/storychain-chat/how-to/create-your-character.md)
- [Character Public Knowledge](https://docs.storychain.ai/storychain/storychain-chat/how-to/character-public-knowledge.md)
- [Create New Scenarios](https://docs.storychain.ai/storychain/storychain-chat/how-to/create-new-scenarios.md)
- [Turn Stories into Scenarios](https://docs.storychain.ai/storychain/storychain-chat/how-to/turn-stories-into-scenarios.md)
- [Add Objectives & Success Conditions](https://docs.storychain.ai/storychain/storychain-chat/how-to/add-objectives-and-success-conditions.md)
- [Introduction to Scenario Rules](https://docs.storychain.ai/storychain/storychain-chat/how-to/introduction-to-scenario-rules.md)
- [Advanced Rules & Multitask Objectives](https://docs.storychain.ai/storychain/storychain-chat/how-to/advanced-rules-and-multitask-objectives.md)


---

# 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.storychain.ai/storychain/storychain-chat.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.
