# General Docs.

- [Conventions](https://ignitus-docs.gitbook.io/ignitus/documentation/contributing-conventions.md): A set of conventions (sometimes arbitrary) about how to write code for this project.
- [Guidelines](https://ignitus-docs.gitbook.io/ignitus/documentation/contributing-guidelines.md): Before sending out your pull requests, make sure you followed this list.
- [Project Setup](https://ignitus-docs.gitbook.io/ignitus/documentation/project-setup.md): Instructions to setup the project.
- [Dir. Structure](https://ignitus-docs.gitbook.io/ignitus/documentation/code-structure.md): Source code directory structure.
- [FAQ](https://ignitus-docs.gitbook.io/ignitus/documentation/faq.md): This page is an attempt to gather some of commonly asked  Questions.


---

# 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://ignitus-docs.gitbook.io/ignitus/documentation.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.
