> 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/data-analyst/using-data-analyst.md).

# Using Data Analyst

{% stepper %}
{% step %}

### Step 1: Navigate to Data Analyst

1. From the left navigation menu, click **'Apps'**
2. Select **'Data Analyst'**

<figure><img src="/files/9y2aTTXj7ncrkxq32rAU" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Step 2: Upload Excel File

1. On the Data Analyst Homepage, you can continue with the existing analysis or Start 'New Analysis'.&#x20;
2. Clicking on 'New Analysis' will take you to the Data Analyst chat screen.
3. You can select an existing excel file from a Workspace or upload a new excel file.

<figure><img src="/files/akAN6OpFLyLZ1uYdgFVr" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/K8esCXsENpxQgkHE1VRl" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Step 3: Ask a Question

In the input field, type your question in natural language.

Examples include:

* "What is the total sales for 2023?"
* "Show me monthly revenue trend."
* "Which region has the highest profit?"
* "Top 5 customers by revenue."
* "Compare Q1 and Q2 performance."
* "Create a bar chart of sales by region."
  {% endstep %}
  {% endstepper %}


---

# 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/data-analyst/using-data-analyst.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.
