# API and Developer Tools

- [Using The New Public API](https://help.capriai.us/api-and-developer-tools/using-the-new-public-api.md): Capri now offers a public API for our V3 (beta) users to engage with agents they've built and trained with our platform to be used with any other public REST API!
- [Agent API](https://help.capriai.us/api-and-developer-tools/using-the-new-public-api/agent-api.md)
- [Email and Plain Text Make Modules](https://help.capriai.us/api-and-developer-tools/email-and-plain-text-make-modules.md)
- [Model Pricing](https://help.capriai.us/api-and-developer-tools/model-pricing.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://help.capriai.us/api-and-developer-tools.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.
