# Adding credentials

In order to connect to external services you need to add the credentials of those services to your GaiaHub's credentials list. So you'll be able to use it later in the service's blocks of your applications on the platform.

To do that, you just need to go to "Main menu >> Credentials >> Create New Credential"

<figure><img src="/files/W9DoAey94yb42Tj4219c" alt=""><figcaption><p>Create a new credential</p></figcaption></figure>

Then, you select the credential type. It can be a LLM service like ChatGPT, database, etc

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

By last but not least, you will need to set a name and the credential key:

<figure><img src="/files/8SSZkEvGiBdJVTJNmIBk" alt=""><figcaption><p>Add the key</p></figcaption></figure>

Now, hit enter and it's done! You've added your first credential!

<figure><img src="/files/ldZpGO8zarWeKD079a4W" alt=""><figcaption></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://docs.gaiahub.ai/getting-started/adding-credentials.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.
