# Dev Documentation

- [CIPP Dev Guide](https://docs.cipp.app/dev-documentation/cipp-dev-guide.md)
- [Setting Up for Local Development](https://docs.cipp.app/dev-documentation/cipp-dev-guide/setting-up-for-local-development.md)
- [Executing Local Development](https://docs.cipp.app/dev-documentation/cipp-dev-guide/executing-local-development.md)
- [Project Structure](https://docs.cipp.app/dev-documentation/cipp-dev-guide/project-structure.md)
- [Development Tips](https://docs.cipp.app/dev-documentation/cipp-dev-guide/development-tips.md): Tips for local development
- [CIPP v7 Developer Brief](https://docs.cipp.app/dev-documentation/cipp-dev-guide/cipp-v7-developer-brief.md)
- [Contributing to the Code](https://docs.cipp.app/dev-documentation/contributing-to-the-code.md)
- [Contributing to the Documentation](https://docs.cipp.app/dev-documentation/contributing-to-the-documentation.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://docs.cipp.app/dev-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.
