# AI Agents

**Smartico AI Agents** is an intelligent assistant solution that helps users get instant answers to their questions, analyze data, and understand platform features without leaving their workflow.

Built on advanced Large Language Models (LLMs), the AI Agents system provides context-aware responses by accessing your platform's knowledge base and data warehouse.

<div data-with-frame="true"><figure><img src="/files/5V1YSdgx6UKQ5ZNPQKil" alt=""><figcaption><p>Agent selection</p></figcaption></figure></div>

The AI Agents system currently includes specialized agents designed for different tasks, with two primary agents available:

1. [**Product Expert Agent**](/welcome/products/ai-agents/ai-agent-product-expert.md) - Answers questions about platform features, configurations, and how-to guides
2. [**Data Analyst Agent**](/welcome/products/ai-agents/ai-agent-data-analyst.md) - Analyzes your data, generates charts, makes insights from the data, and provides the possibility to export the raw data
3. [**Popup Builder Agent**](/welcome/products/ai-agents/ai-agent-popups-builder.md) - helps to build interactive pop-up templates with no design and HTML/CSS/JavaScript knowledge
4. [**Wheel Design Creator**](/welcome/products/ai-agents/ai-agent-wheel-design-creator.md) - creates a visual skin for the Spin The Wheel mini-game
5. [**Doodle Game Creator**](https://help.smartico.ai/welcome/products/ai-agents/ai-agent-doodle-game-creator) - creates and customizes promo games for use in Campaign pop-ups.
6. [**Create an image Agent**](/welcome/products/ai-agents/ai-agent-create-an-image.md) - allows you to generate images directly within the Smartico Backoffice.

The agents are available to all Smartico clients for all roles except "CRM Support" (see the [Permissions system](/welcome/products/general-concepts/back-office-permissions-home-label-and-sso.md)).

The agent usage is limited to **10,000,000** tokens per organization per month and applies to all users in your setup. Based on our estimates, this is sufficient for most organisations to cover daily operational needs. If you need more tokens, please contact your Success Manager

{% hint style="info" %}
What is a "token"?

**Tokens** are the basic units of text that Large Language Models (LLMs) process. Instead of understanding full sentences directly, an LLM breaks text into smaller units, such as words, word parts, numbers, or punctuation. Every interaction uses ***input tokens*** (the user’s question, instructions, or data descriptions) and ***output tokens*** (the generated answer or query). The agents that access the Data Warehouse to read your operational data also consume tokens for data processing
{% endhint %}


---

# 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://help.smartico.ai/welcome/products/ai-agents.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.
