# Key features

Aicado is built around a set of powerful features designed to make AI accessible, customizable, and ready to launch within minutes.

***

### AI Agent

* Train agents with your own data (documents, web pages, databases).
* Enable text, voice, and image interactions.
* Connect agents to third-party tools via **MCP** and custom tools.
* Get structured data outputs for easier integration.
* Access the latest **OpenAI models**.
* [**API**](/for-developers/call-an-agent-api.md) **available for Agents** — integrate them into your systems programmatically.

***

### Image Agent

* Generate high-quality visuals from text prompts.

***

### Embeddable AI tools

* Add AI tools directly to your website or product with a simple embed code.
* Run them under your **own domain** for a seamless, branded experience.
* Customize style, behavior, and user experience without writing code.

***

Start building with Aicado today and bring AI into your product in minutes.


---

# 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/key-features.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.
