# Overview

### About ICR Apps

An ICR App is a type of integration that you can build to interact with and extend the functionality of ICR.&#x20;

Common use cases for ICR Apps include:

* Automating tasks or background processes - specifically regarding project's data.
* Moving credits to marketplaces for sale.
* As a part of a larger Carbon Credit accounting system.

ICR Apps act independently of a user / organization. So each action taken by an app is documented as originating from that particular app.

ICR Apps can be installed directly on organizations and granted access to specific functionalities. They come with built-in webhooks and specific permissions.

By default, only organization owners can manage the settings of ICR Apps in an organization.

### Building an ICR App

In order to build an ICR App, you first need to register an ICR App. For more information, see "[Registering an ICR App.](/documentation/carbonregistry.com/api/apps/creating-icr-apps/registering-an-icr-app.md)"

Then, you need to write code to add functionality to your ICR App. You can use the credentials from your ICR App registration to make authenticated requests to ICR's APIs. For more information about making authenticated requests, see "[About authentication with an ICR App](/documentation/carbonregistry.com/api/apps/authentication.md)."

In order to use your ICR App, you must install the app on your organization.


---

# 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/creating-icr-apps/overview.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.
