# Getting Started

- [Scenario Creation](https://fictionlab.gitbook.io/fictionlab/getting-started/quickstart.md): A guide to create a correctly formatted scenario. Using FictionLab's features correctly will make the AI feel more alive and immersive.
- [Chatting in FictionLab](https://fictionlab.gitbook.io/fictionlab/getting-started/chatting-page.md)
- [Memory Matrix](https://fictionlab.gitbook.io/fictionlab/getting-started/memory-matrix.md): Memory Matrix is used to keep all the important information about the chat
- [Tags and Search Feature](https://fictionlab.gitbook.io/fictionlab/getting-started/tags-and-search-feature.md): Scenario tags work hand in hand with FictionLab's Search Feature.
- [Customize Your FictionLab Experience](https://fictionlab.gitbook.io/fictionlab/getting-started/customize-your-fictionlab-experience.md): On FictionLab, there are many ways through which you can customize your experience when engaging with the site.


---

# 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://fictionlab.gitbook.io/fictionlab/getting-started.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.
