# Introduction

The **Aicado AI Connector** plugin allows you to run Aicado AI models directly within your Bubble app. You can access dozens of AI models through a single plugin without any additional setup.

To use this plugin, you need to create an account at [aicado.ai](https://aicado.ai).

{% hint style="info" %}
&#x20;Each model run is charged in Aicado credits, with the cost depending on the specific resource usage of the selected model.
{% endhint %}

Learn more about Aicado AI:

{% content-ref url="/pages/DcLvswRqMbLRHUliFD25" %}
[Broken mention](broken://pages/DcLvswRqMbLRHUliFD25)
{% endcontent-ref %}


---

# 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/introduction.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.
