> For the complete documentation index, see [llms.txt](https://calcom.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://calcom.gitbook.io/docs/how-to-guides/acquire-and-manage-a-license-key.md).

# Acquire and manage a license key

If you wish to self-host Cal.com with either our Ultimate plan or Platform plan, you need to acquire a License Key to do so.

**Step 1:**\
Log on to <https://console.cal.com> using your free Cal.com account

<figure><img src="/files/V0FIAOAR0GUraFwduzk7" alt=""><figcaption><p>Getting started on console.cal.com</p></figcaption></figure>

**Step 2:**\
Click on New **Deployment ->** under step 1. Create a deployment&#x20;

<figure><img src="/files/koUNck0XT62G5VKdoqQI" alt=""><figcaption></figcaption></figure>

**Step 3:**

Click on Next Step, confirming the kind of deployment you'd like to create.

<figure><img src="/files/AIC0vi6XvEsLCbndbbOX" alt=""><figcaption></figcaption></figure>

**Step 4:**

Give your deployment a name to identify later

<figure><img src="/files/erS40rRLuVkxeoz1kEyr" alt=""><figcaption></figcaption></figure>

**Step 5:**\
Select a plan and provide the payment details (don't worry, you will **NOT** be charged until 30 days have passed since the date of sign-up on the console)

<figure><img src="/files/15XAW6jmhWWz5Jhi50gv" alt=""><figcaption></figcaption></figure>

**Step 6:**\
You should now see your deployment as shown below and you can use this License Key, place it in the .env file in root, and start using Cal.com in production

<figure><img src="/files/RKhC9jyEvLuWAcnH8aNS" alt=""><figcaption><p>Deployment with CALCOM_LICENSE_KEY</p></figcaption></figure>

{% hint style="info" %}
Note that this License Key will only work in Production environment. To get a license key for development environment, please go to <https://console.cal.dev> instead and acquire it in a similar way
{% endhint %}


---

# 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://calcom.gitbook.io/docs/how-to-guides/acquire-and-manage-a-license-key.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.
