# Plugin Properties

The **Aicado AI Connector** plugin consists of a single server-side action. You can use this action to run any AI model based on your use case. The action sends the model output to your webhook.

### Server-Side Action:

**Run Aicado AI Connector** \
This action triggers the selected AI model to run on Aicado’s infrastructure.

1. **Input Fields:**\
   Depending on the selected model, you can pass different types of inputs via:
   * `text1`, `text2` — for models that requires text input
   * `image1`, `image2` — for models that requires image input
   * `video1`, `video2` — for models that requires video input
   * `audio1`, `audio2` — for models that requires audio input

{% hint style="info" %}
Each AI model may require a different input type. You must provide the input type required by the model you choose. You can find the required input types for each model:\
[Available AI Models](/aicado-ai-connector-bubble.io/introduction/available-ai-models.md)
{% endhint %}

2. **Exposed State Output - `run_id`:**\
   Every time an AI model is triggered via the action, it returns a unique **`run_id`**, which is used to track the model’s response and associate it with your data structure.


---

# 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-properties.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.
