# Connecting Keys

Adding your own keys does not need to be difficult. We will provide a quick walkthrough on how to get the keys from each of OpenAI, AI21 and Cohere in the next few pages. To add these to Riku, you will need to make sure you are on the [API settings](https://riku-app.bubbleapps.io/version-test/dashboard/api-settings) page.&#x20;

{% hint style="info" %}
Security is super important to us. Your keys are kept encrypted and separated from anything which specifies what they are used for. You are also able to delete your data at anytime, we do not keep a record of it once a deletion is made.
{% endhint %}

From here, you will see three boxes where you can add your keys. You won't be able to use these technologies on Riku until they have been added so we'd advise you to add them, if you do not then you can always keep using GPT-J.


---

# 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.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.
