# Enter your License Key: license.json

In this file you just have to enter and save your license key which you can find in your account on [pump-bot.com](https://pump-bot.com/my-account/). So, based on your Subscription you have to enter the right ItemId which you find below.

{% hint style="info" %}
You can find the license Key in your PumpBot Account. No LicenseKey or ItemId is required for the Free PumpBot.
{% endhint %}

## LicenseKey and ItemId

Here you find the ItemId for your plan. Just put the license key and the itemId between the quotation marks.&#x20;

For the <mark style="background-color:green;">**free trial**</mark> you don't need to change this. Just quote 30 USDT in the settings for the manualQoute and the bot will adjust it to the limit automatically.&#x20;

```
{
    "LicenseKey": "Free for Trial - License Key here",
    "ItemId": "Free for Trial - ItemId here"
}
```

| Membership Tier/Plan   | ItemId                          |
| ---------------------- | ------------------------------- |
| Free PumpBot           | you dont need to enter anything |
| Starter (Monthly)      | 7845                            |
| Starter Lifetime       | 7896                            |
| Advanced (Monthly)     | 7891                            |
| Advanced Lifetime      | 7899                            |
| Pro (Monthly)          | 7893                            |
| Pro Lifetime           | 7902                            |
| Ultimate (monthly)     | 14225                           |
| Ultimate Lifetime      | 14223                           |
| Signals Only (monthly) | 93671                           |
| Signals Only Yearly    | 93674                           |


---

# 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.pump-bot.com/crypto-bot-general/license-json.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.
