# Add an API Key

1. In the navigation, click the 🔑 icon
2. Select Add Connection
3. Enter the name of the connection&#x20;
4. Paste your API Key
5. Save the changes

🎉 Congratulations, you successfully added an API Key. The key will now be available within the HTTP Request and Integration nodes.

{% hint style="warning" %}
Once saved, you will not be able to view your API Key again!
{% endhint %}


---

# 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.alphi.dev/connections/add-an-api-key.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.
