# Get your api keys

Inside your RUFUS Cloud account go to your profile section. You'll find this section in the upper-right corner of the navigation bar. Click to access personal and organisation settings.

<figure><img src="/files/PeT3HTNiP8GrQLCicYKM" alt=""><figcaption><p><em>Profile page</em></p></figcaption></figure>

Click in the Api keys tab and scroll down until the Create a new api key section.&#x20;

<figure><img src="/files/9qIHPDjXCdSQiFIKjcKx" alt=""><figcaption><p><em>Create new api key section</em></p></figcaption></figure>

Select an alias for the api key and an access type, and click the Create api key button. That's it!. You can create up to 10 different api keys for your account. You can then manage your api keys in the section below.

<figure><img src="/files/HZTxp9Rv8s9Po3QIFQsc" alt=""><figcaption><p><em>Company active api keys</em></p></figcaption></figure>


---

# 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://help.runonrufus.com/public-api/getting-started/get-your-api-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.
