# 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: 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.empowergpt.ai/apps/apps-overview.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.
