# Managing Subscriptions

After subscribing to various API Products and playing around with them in the API Playground. You might be curious where and how to manage them. \
\
If you don't know what are API Products ( [Learn here](/what-are-api-products.md) ) , and if you want to learn about API Playground ( [Learn here](/what-are-api-products.md#api-playground) ). \
\
Api.market makes it easy to manage the subscriptions by these easy steps below. Before managing the api's you need to subscribe to at least one api. \
\
Here's how you can [subscribe to API Product](/how-to-subscribe-to-a-api-product.md) . <br>

### Managing Subscriptions to API Products :&#x20;

After you subscribe to various different api's on the api.market your subscriptions will be shown on the left sidebar under the option "**Subscriptions**"&#x20;

Here's the link to the Subscriptions page : <https://api.market/account/subscriptions>\
You need to be signed in to see your subscriptions page. \
\
The subscriptions page look something like this.

<figure><img src="/files/6W1HBYKxHJi9u5VFPdUw" alt=""><figcaption></figcaption></figure>

Clicking on any of the Subscriptions you have will take you to that API and there you can upgrade or [cancel Subscription](/how-can-i-cancel-my-subscription.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://docs.api.market/managing-subscriptions.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.
