# Automated workflows

Kaiya Agentic Insights (also called **Deep Insights** or **Agent Mode**) is the part of Kaiya that turns one real business question into a full, multi-step analytical run. Instead of returning a single chart or a single SQL answer, it reads the question, decides which steps are needed, runs those steps with the right agents (SQL, Python, summary), and then explains the result in business language.&#x20;

{% hint style="success" %}
Once you turn on the **Deep Insights** button in Kaiya, it can do this in two ways: it can plan the workflow itself from the question, or it can follow a user-defined workflow that you have already published.
{% endhint %}

This is designed to remove the “20-question” loop common in chat analytics (ask → shallow answer → follow-up → shallow answer). With Agentic Insights, you ask once and Kaiya does the decomposition internally.


---

# 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/automated-workflows.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.
