> 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/managing-applications.md).

# Managing Applications

{% hint style="info" %}
Access [Creating an Application](/caf-api/connect/authentication/applications/creating-application.md) to learn how to set up applications first. This guide explains how to manage your applications in the Trust portal.
{% endhint %}

After creating an application, you can edit its details, update permissions, or delete it if no longer needed.

## Viewing your applications

To access your applications:

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**:
   * Click on the **Applications** tab.

![Applications Tab](/files/j2TkeZf2HtUTJ053XqTN)

If you have existing applications, they will be listed in the **Applications** tab.

![Applications Tab with Applications](/files/PRhSGo8xhq26bQT3Xavd)

## Editing an application

To edit an application:

1. Click the **three-dot menu** (⋮) next to the application you want to manage.
2. Select **Edit** from the dropdown.

![Application Dropdown](/files/7OpmL2r3DE2K2nzPTC43)

3. In the dialog, you can update the application's name and permissions.

![Edit Application Dialog](/files/fH68TXJcJr2IOv94uQQ4)

* Change the name in the **Name** field.
* Select or deselect permissions as needed.
* Click **Save Changes** to apply changes.

## Deleting an application

To delete an application:

1. Click the **three-dot menu** (⋮) next to the application.
2. Select **Delete**.
3. Confirm the deletion in the dialog that appears.

![Delete Application Dialog](/files/FH3saqLAXpYLE30vIu61)

> **Warning:** Deleting an application is irreversible. All credentials and access for this application will be lost.

***

Continue exploring the documentation for more details on authentication and permissions.


---

# 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/managing-applications.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.
