# Generative Dungeon - Tutorials

- [Embed A Dungeon In Your Website](https://generative-dungeon.gitbook.io/generative-dungeon/generative-dungeon-tutorials/embed-a-dungeon-in-your-website.md): How to embed a dungeon onto a web page for your community or project
- [Lock Your Dungeon](https://generative-dungeon.gitbook.io/generative-dungeon/generative-dungeon-tutorials/lock-your-dungeon.md): How to lock or unlock your dungeon
- [Edit Dungeon Leaderboards](https://generative-dungeon.gitbook.io/generative-dungeon/generative-dungeon-tutorials/edit-dungeon-leaderboards.md): How to edit your Dungeon leaderboards
- [Dungeon Customization Guide](https://generative-dungeon.gitbook.io/generative-dungeon/generative-dungeon-tutorials/dungeon-customization-guide.md): How to customize your dungeon.


---

# 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://generative-dungeon.gitbook.io/generative-dungeon/generative-dungeon-tutorials.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.
