# About Lumi AI

## Introduction <a href="#what-is-lumi-ai" id="what-is-lumi-ai"></a>

Lumi is an enterprise analytics platform that uses a network of AI agents to empower users with the ability to instantly extract insights and generate custom reports using plain language.

By eliminating manual analytical processes, Lumi allows organizations to:

* **Boost productivity.** Make better, faster data-driven decisions.
* **Uncover hidden value.** Pinpoint operational inefficiencies and untapped potential within seconds.
* **Free up technical teams.** Redirect focus from ad-hoc requests to strategic initiatives.

{% embed url="<https://youtu.be/bfe4EY_9o7k>" %}

## How it Works <a href="#how-does-it-work" id="how-does-it-work"></a>

In short, Lumi instantly converts plain language prompts into the code (SQL/ Python) needed to extract desired insights.

1. User asks question in plain language.
2. The most relevant context needed to answer the question is retrieved from the knowledge base.
3. Lumi is asked to generate the code needed to answer the question.
4. The generated code is executed in the client's network and rendered results are sent back to the user.

<figure><img src="https://1092914297-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbsNNtXffkOLYrtYRQIcx%2Fuploads%2FOuTbpYCF9faUUfOTZbTO%2Fhow-it-works.png?alt=media&#x26;token=5580ed48-fc5d-4ad4-a2c0-deee7762ac57" alt=""><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://docs.lumi-ai.com/readme.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.
