> For the complete documentation index, see [llms.txt](https://docs.empowergpt.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.empowergpt.ai/apps/apps-overview.md).

# Apps Overview

EmpowerGPT is designed to enhance productivity through its innovative 'Apps', which automate a variety of tasks to streamline the workflows.

1. [**Doc Analyst**](/apps/doc-analyst.md) stands out by offering a robust solution for managing and analyzing enterprise documents.
2. [**Smart Meet**](/apps/smart-meet.md) allows users to upload or record audio and video files, and the system automatically converts speech into clean, structured text with built-in speaker diarization to clearly distinguish who said what.
3. [**Data Analyst**](/apps/data-analyst.md) transforms your Excel data into actionable insights through natural language interaction. Instead of manually filtering, pivoting, or writing formulas, you can simply upload your Excel file and ask questions — just like you would ask a professional data analyst in your company.
4. **Document Classifier** *(coming soon)* automatically categorizes, and labels documents based on content, efficiently handling large volumes. It identifies key themes, classifies documents into user-defined categories, and streamlines document management, enhancing retrieval and decision-making.

Apps can be accessed from the Navigation as shown below:

<figure><img src="/files/9y2aTTXj7ncrkxq32rAU" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.empowergpt.ai/apps/apps-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
