# GDQuest's guidelines

## GDQuest's guidelines

- [Welcome](https://gdquest.gitbook.io/gdquests-guidelines/welcome.md)
- [Kind Communication Guidelines](https://gdquest.gitbook.io/gdquests-guidelines/kind-communication-guidelines.md)
- [Godot GDScript guidelines](https://gdquest.gitbook.io/gdquests-guidelines/godot-gdscript-guidelines.md)
- [Creating tutorials](https://gdquest.gitbook.io/gdquests-guidelines/creating-tutorials.md)
- [5 habits to write good tutorials](https://gdquest.gitbook.io/gdquests-guidelines/creating-tutorials/5-habits-to-write-good-tutorials.md)
- [Tutorial structure guidelines](https://gdquest.gitbook.io/gdquests-guidelines/creating-tutorials/tutorial-structure-guidelines.md)
- [Writing for different audiences](https://gdquest.gitbook.io/gdquests-guidelines/creating-tutorials/writing-for-different-audiences.md)
- [Writing tutorial outlines](https://gdquest.gitbook.io/gdquests-guidelines/creating-tutorials/writing-tutorial-outlines.md)
- [Taking great pictures](https://gdquest.gitbook.io/gdquests-guidelines/creating-tutorials/taking-great-pictures.md)
- [Coding Godot demos for tutorials](https://gdquest.gitbook.io/gdquests-guidelines/creating-tutorials/coding-godot-demos-for-tutorials.md)
- [Writing style guide](https://gdquest.gitbook.io/gdquests-guidelines/creating-tutorials/writing-style-guide.md)
- [Making video tutorials](https://gdquest.gitbook.io/gdquests-guidelines/creating-tutorials/making-video-tutorials.md)
- [The checklist](https://gdquest.gitbook.io/gdquests-guidelines/creating-tutorials/the-checklist.md)
- [Making videos for YouTube](https://gdquest.gitbook.io/gdquests-guidelines/making-videos-for-youtube.md)
- [Our workflow to make videos](https://gdquest.gitbook.io/gdquests-guidelines/making-videos-for-youtube/our-workflow-to-make-videos.md)
- [How to write a good title](https://gdquest.gitbook.io/gdquests-guidelines/making-videos-for-youtube/how-to-write-a-good-title.md)
- [How to find great video footage](https://gdquest.gitbook.io/gdquests-guidelines/making-videos-for-youtube/how-to-find-great-video-footage.md)
- [How to create great thumbnails](https://gdquest.gitbook.io/gdquests-guidelines/making-videos-for-youtube/how-to-create-great-thumbnails.md)
- [Contributing to GDQuest projects](https://gdquest.gitbook.io/gdquests-guidelines/contributing-to-gdquest-projects.md)
- [Blender Python style guide](https://gdquest.gitbook.io/gdquests-guidelines/blender-python-style-guide.md)
- [GDQuest art guidelines](https://gdquest.gitbook.io/gdquests-guidelines/gdquest-art-guidelines.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://gdquest.gitbook.io/gdquests-guidelines/welcome.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.
