# Plugin Requirements

The **Aicado AI Connector** plugin is designed for minimal setup effort. For this reason, the requirements are kept to a minimum. The only requirements are for authentication and to receive model output via a webhook.

* **Aicado Access Token**:\
  All AI models run on Aicado’s infrastructure. Each run consumes Aicado credits. You must enter your Aicado access token so we can authenticate and track each model run with safety.\
  [Authentication](/aicado-ai-connector-bubble.io/get-started/authentication.md#obtain-your-aicado-access-token)
* **Your App's API Token**:\
  Since Aicado sends requests to your webhook from an external server, your Backend Workflow must be secured. You should configure it to only accept authenticated requests. To enable this, create an API Key in your app and enter it here. Aicado will use this key for authentication.\
  [Authentication](/aicado-ai-connector-bubble.io/get-started/authentication.md#enter-your-apps-api-token)
* &#x20;**Your Webhook Endpoint URL**:\
  Model outputs are returned to you via a webhook. You need to create a Backend Workflow in your app and provide its endpoint URL to the plugin. To create a Backend Workflow, you must have a paid, template or agency app plan.


---

# 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/plugin-requirements.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.
