# Genius API Token

## 〣 Creating an API Client to get Access Token

* Go to [genius.com/api-clients/new](https://genius.com/api-clients/new)
* Click on the "Sign Up" button and Create an Account.
* Enter a name for your App and put `https://example.com` in <mark style="color:green;">APP WEBSITE URL</mark>. You can Leave other two fields empty.

  <figure><img src="/files/lim0kJzhlEAWlUi3FJj3" alt="Page after clicking &#x27;Create Account&#x27; and filling values"><figcaption><p>Page after clicking 'Create Account' and filling values</p></figcaption></figure>
* Click on Save button.

  <figure><img src="/files/zmXJSOsgMuilq3pX0LBy" alt="Page after clicking &#x27;Save&#x27; button"><figcaption><p>Page after clicking 'Save' button</p></figcaption></figure>
* On This page, click on <mark style="color:blue;">Generate Access Token</mark> and Copy the token. Save the copied token in your bot's configuration file as environment variable with the following name:
  * `GENIUS_API_TOKEN`


---

# 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://tgcatub.gitbook.io/catuserbot/tutorials/genius.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.
