> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.chainstack.com/feedback

```json
{
  "path": "/docs/work-with-chainstack-marketplace",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Work with Marketplace

> Install and manage third-party blockchain tools and APIs from the Chainstack Marketplace using your API key for seamless integration and billing.

## Basic workflow

To start using Chainstack Marketplace, do the following:

1. Go to the [Marketplace in your console](https://console.chainstack.com/marketplace/).

2. Purchase and install the app you decided to use.

3. [Generate a Chainstack API key](/reference/platform-api-getting-started#create-api-key) that you will use to retrieve your JSON web token (JWT).

4. [Retrieve your JWT](https://api.chainstack.com/reference/#operation/retrieveToken) using Chainstack Platform API.

5. Interact with your purchased app directly.

## Install an app

To install the app in the Chainstack Marketplace, do the following:

1. Go to the [Marketplace in your console](https://console.chainstack.com/marketplace/).

2. Click **Install** on the app you want to install.

3. Select the app subscription plan and click **Complete order and begin installation**.

The payment will be made and the app will get installed to your console. If a payment is unsuccessful, [check your balance](/docs/manage-your-billing) and try again.

## Get access to an app

To get access to the installed app, you will use a JSON web token issued through Chainstack platform API. To interact with the platform API, you must use an API key. If you don't have an API key, you can create one either in **Settings** > **API keys** or right on the application page **Dashboard**.

With your API key, retrieve a JSON web token by using the [corresponding method](https://api.chainstack.com/reference/#operation/retrieveToken). Now you can interact with the app API by using vendor's methods.

<Warning>
  ### JWT expiration

  Note that an issued token is valid 1 hour only. Make sure to renew it in time.
</Warning>

## Delete an app

By deleting an app, you automatically cancel your subscription to it. To delete an app and cancel your subscription to it, do the following:

1. Open the app page.

2. Go to **Settings**.

3. Click **Delete app**.

4. Enter the requested phrase into the text field and click **Yes, I'm sure**.

The app gets uninstalled and your subscription to it gets canceled. Unused period will be calculated and returned to your Chainstack balance automatically.
