# CIPP Dev Guide

This section holds the developer-facing documentation for the CyberDrain Improved Partner Portal. Documentation is aimed at people looking to develop the CIPP codebases.

Use the links on the left to navigate the documentation.

If you're interested in learning how to install or use CIPP development you probably want the [setting-up-for-local-development](https://docs.cipp.app/dev-documentation/cipp-dev-guide/setting-up-for-local-development "mention").

Please visit the Discord community channel `#cipp-dev-learning` for assistance if required and for further collaboation on CIPP.


---

# 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/cipp-dev-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.
