# Manage Subscriptions

{% hint style="info" %}
This feature is visible to Beefree SDK account Owners.
{% endhint %}

## Manage Subscriptions in the Console

We understand that each company has its own unique needs. For that reason, we offer the flexibility of adding multiple Beefree SDK subscriptions within the Developer Console. Through this option, you can take advantage of multiple subscriptions to our product for your teams, business units, and so on.

## How to Add a New Subscription

You can create an additional subscription within the Beefree SDK Developer Console.

To achieve this, take the following steps:

1. Log in to the [Beefree SDK Developer Console](https://developers.beefree.io/)
2. Navigate to your dashboard
3. Click **Add new subscription** on the upper right-hand side of the screen
4. Type a name for your next subscription and click **Next**
5. Choose a plan and click **Select plan**
6. Confirm the plan you selected
7. Finalize your additional subscription

<figure><img src="/files/zSKY9uoqbkDwiWuIWUHg" alt=""><figcaption><p>Image 1.0 Add New Subscription Button within the Developer Console</p></figcaption></figure>


---

# 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.beefree.io/beefree-sdk/getting-started/readme/manage-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.
