# Authentication

### Obtain Your Aicado Access Token

At this stage, two different tokens are required for the plugin to function correctly. The first token is the Aicado Access Token. You can obtain your Aicado Access Token by following these steps:

1. Log in to the Aicado AI website.
2. Navigate to the Profile or Settings section.
3. Copy the “Aicado Access Token” that appears.

After completing these steps, you can move on to acquiring the second token.

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

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

Then, paste the copied Aicado Access Token into the corresponding Access Token section within your application and save it. This step is necessary to authorize the plugin. Don't forget to fill dev. version tokens too.

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

### Enter your app's API Token

In the next step, you need to fill in the "your\_api\_token" field. Follow these instructions:

1. In your Bubble editor, go to the Settings section.
2. Enter the API tab.
3. You will see an option or button labeled “Generate a new API Token.”
4. Click this button, then copy the generated API Token.
5. Finally, paste the copied value into the "your\_api\_token" field within the plugin.

This will complete all the required tokens for the plugin.

{% hint style="danger" %}
Don't share your API key and Aicado Access Token with anyone else.
{% endhint %}

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

<figure><img src="/files/bmhm8qx7ffAmj6CQMfVs" 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.aicado.ai/aicado-ai-connector-bubble.io/get-started/authentication.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.
