# Understanding AI Agents & Agentic Flows

Under Kaiya, click on the open side bar, and select "**AI Agents"** from the menu. The following window will be displayed.

<figure><img src="https://content.gitbook.com/content/8GaK1h3pmgbR63x0ftET/blobs/MwzKcjaskXVrXZzWiRE1/Frame%206351.png" alt="" width="563"><figcaption><p>Agent Library</p></figcaption></figure>

The **Agent Library** is the central place where users can explore, manage, and create AI-powered agentic workflows. Each agentic workflow automates and analyzes specific business questions—such as sales trends, product performance, or market behavior.

1. **Published Agents:** Displays all functional and available agents that have been successfully created and published.
2. **Draft Agents:** Displays all unpublished agents that are still in progress or saved as drafts.
3. **Search bar:** In the top right corner, you can find the search bar using which you can quickly locate a specific agent. This lets you to filter the displayed agents by keyword.
4. **Compose:** Create a new agent from scratch. Opens[ **"Composer"**](https://help.tellius.com/kaiya/understanding-ai-agents-and-agentic-flows/user-defined-workflows/composer) where you define data source, steps for the workflow, and set up triggers.
5. **Agentic workflow:** A published agentic workflow, ready to be executed from Kaiya conversational AI. Displays the name, description, creator and created date in each widget. Clicking on a widget will redirect you to **"Composer"**, where you can edit the workflow.
6. **Three-dot menu:** Allows you to edit, delete or duplicate the selected agentic workflow. The duplicated agentic flow will be displayed under **Draft Agents.**

<figure><img src="https://content.gitbook.com/content/8GaK1h3pmgbR63x0ftET/blobs/lhfwstdnU8O6xD7QsA7m/image.png" alt="" width="275"><figcaption><p>Operations done on an agentic workflow</p></figcaption></figure>


---

# 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.tellius.com/kaiya/understanding-ai-agents-and-agentic-flows.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.
