# Locating your license key

When you first add Gravity Bot to your WordPress website, you will need to have your license key copied before you can begin building Chatbots. While we send you an email containing your license key, you can also always access and/or manage your account, including your license key by logging into your Gravity Bot account.

* Start by [**logging**](https://www.gravitybot.net/login-page) into your Gravity Bot account.
* Scroll down to the purchase history section and click **View Licenses.**
* Copy your **license key.**
* Lastly, you need to [**add your license key**](/license-key-and-activation/adding-your-license-key.md)**.**&#x20;

{% hint style="info" %}
**Still Need Help?** Open a [*support ticket.*](https://www.gravitybot.net/get-in-touch)
{% endhint %}


---

# 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.gravitybot.net/license-key-and-activation/locating-your-license-key.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.
