# API Setup: CUDO Compute

On the CUDO dashboard, click on the profile picture in the top right corner and click on "API Keys".

<figure><img src="/files/xIZF1tEPCfaLCedGSaSG" alt=""><figcaption></figcaption></figure>

Click the "Create an API Key" button to reveal a sidepanel that prompts for a key name.

<figure><img src="/files/hOjQIFZryOK35IMueq9p" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/3ThXI5eo0nhZ1rBOTNyt" alt=""><figcaption></figcaption></figure>

Input a name for your API key and click "Create API Key". You should see the sidepanel update to show you your new API key.

<figure><img src="/files/f57U3hb58uN8TJC8b4Dx" alt=""><figcaption></figcaption></figure>

You can now copy the key for safe keeping


---

# 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.strongcompute.com/byo-cloud-api-keys/api-setup-cudo-compute.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.
