# Connecting AI21 Keys

For AI21, you will need to create a Studio account. You can do so by signing up [here](https://studio.ai21.com/sign-up). Once signed up you will be taken into their own playground. You will want to click the user icon in the top right and click on the Account menu that opens up. Alternatively, click this [link](https://studio.ai21.com/account) directly.

![](/files/kBmuxtoQ9FtewW3zmNO4)

At the top of this page, you will see your email address and your API Key beneath it. You can hit the icon to copy your key to clipboard and that is as simple as things get! Then go back to Riku's API settings and paste it in the AI21 box. You can find that page [here](https://riku.ai/dashboard/api-settings).


---

# 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.riku.ai/fundamentals-of-riku/connecting-keys/connecting-ai21-keys.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.
