> For the complete documentation index, see [llms.txt](https://docs.caf.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.caf.io/caf-api/connect/authentication/applications/creating-application.md).

# Creating an Application

To create an application, follow these steps:

1. **Log in to the Trust portal**:
   * Navigate to the Trust portal and authenticate with your credentials.
2. **Navigate to API Configurations**:
   * From the dashboard, locate the navigation menu.
   * Click on **Settings** (gear icon) in the menu.
   * Select **API Configurations** from the menu.

![API Configurations](/files/0Eyy0GpEkmiSk7AwVVFK)

3. **Access Applications Section**:
   * Once on the **API configurations** page, ensure the **Applications** tab is selected. This page will display any existing applications or show "No applications found" if you haven't created any yet.

![Applications Tab](/files/j2TkeZf2HtUTJ053XqTN)

4. **Create New Application**:
   * Click on the **+ New application** button located in the page header.
   * In the **New application** dialog, provide the following information:
     * **Name**: A descriptive name for your application.
     * **Permissions**: Select the permissions your application requires from the available options.

{% hint style="warning" %}
The image below showing the available permissions is for illustrative purposes only. The actual permissions list may differ, as some permissions can be added or removed over time.
{% endhint %}

![Create Application Dialog](/files/2PrbhOgrHCeCH72h9CQk)

5. **Confirm creation**:
   * After naming your application and selecting the appropriate permissions, click the **Create application** button.
   * Upon successful creation, a confirmation message **Application created!** will be displayed, providing your unique Client ID and Client Secret. **It is crucial to keep your Client Secret in a safe place.**

![Application Created Confirmation](/files/KSfMfzMTzBdNbOzwhUn4)

***

## Next steps: managing applications

After creating your application, you can edit its details, update permissions, or delete it as needed. Learn more in the next section:

{% content-ref url="/pages/oJnbCNlfhDXk6fTLvP5W" %}
[Managing Applications](/caf-api/connect/authentication/applications/managing-applications.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.caf.io/caf-api/connect/authentication/applications/creating-application.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
