# Internal dev resources

- [GitHub issue template](https://docs.pdap.io/meta/internal-dev-resources/github-issue-template.md)
- [GitHub pull request template](https://docs.pdap.io/meta/internal-dev-resources/github-pull-request-template.md)
- [Product changes checklist](https://docs.pdap.io/meta/internal-dev-resources/product-changes-checklist.md)
- [Production QA Checklist](https://docs.pdap.io/meta/internal-dev-resources/production-qa-checklist.md): A checklist of basic manual tests to be performed immediately prior to and after the release of changes to production
- [Retool](https://docs.pdap.io/meta/internal-dev-resources/retool.md): Retool is a low-code web app which we use to design applications for internal use. In our case, we use them to easily and safely modify internal data, such as data requests and data sources.


---

# 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.pdap.io/meta/internal-dev-resources.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.
