# Developer Guide

- [How to Contribute](https://www.andhowconfig.org/developer-guide/how-to-contribute.md): Your first pull request
- [First Checkout with Git](https://www.andhowconfig.org/developer-guide/first-checkout-with-git.md)
- [Project Branching Structure](https://www.andhowconfig.org/developer-guide/project-branching-structure.md)
- [New Workstation Setup](https://www.andhowconfig.org/developer-guide/new-workstation-setup.md)
- [Background](https://www.andhowconfig.org/developer-guide/background.md)
- [Framework Testing](https://www.andhowconfig.org/developer-guide/framework-testing.md)
- [Conventions](https://www.andhowconfig.org/developer-guide/conventions.md)
- [Release Plan](https://www.andhowconfig.org/developer-guide/release-plan.md)
- [HowTo Release](https://www.andhowconfig.org/developer-guide/howto-release.md)
- [Troubleshooting](https://www.andhowconfig.org/developer-guide/troubleshooting.md)
- [References](https://www.andhowconfig.org/developer-guide/references.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://www.andhowconfig.org/developer-guide.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.
