# Understanding AI Agents & Agentic Flows

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

<figure><img src="/files/kzl4Eme1BYteWILrA5Yh" alt="" width="563"><figcaption></figcaption></figure>

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

1. **Published Missions:** Displays all functional and available Missions that have been successfully created and published.
2. **Draft Missions:** Displays all unpublished Missions 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 Mission. This lets you to filter the displayed agents by keyword.
4. **Compose:** Create a new agentic Mission from scratch. Opens[ **"Composer"**](/tellius-6.3/kaiya/understanding-ai-agents-and-agentic-flows/kaiya-missions/composer.md) where you define data source, steps for the workflow, and set up triggers.
5. **Mission:** A published agentic Mission, 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, unpublish or duplicate the selected agentic Mission. **Unpublish** deactivates the Mission so it stays in the library. The duplicated agentic Mission will be displayed under **Draft Mission.**

<figure><img src="/files/BGj5oiJVZo9p5E9zoaYk" alt="" width="173"><figcaption></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/tellius-6.3/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.
