# Apps

### About ICR apps

Apps are tools that extend the Carbon registry's functionality. They can do things like request credit transfers and manage projects on behalf of organizations. They can also do things outside of the Carbon Registry platform based on events that happen on Carbon Registry. For example, an ICR App can notify potential buyers of carbon credits that credits have been minted and deposited into an "open" warehouse for sale.

For more information about using ICR Apps, see "[About using ICR Apps](/documentation/carbonregistry.com/api/apps/using-icr-apps.md)."

For more information about building ICR Apps, see "[About creating ICR Apps](/documentation/carbonregistry.com/api/apps/creating-icr-apps.md)."

For walkthrough examples, see "[Setting up an ICR app](/documentation/carbonregistry.com/api/apps/examples/setting-up-an-icr-app.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://documentation.carbonregistry.com/documentation/carbonregistry.com/api/apps.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.
