# Chat Explore

<figure><img src="/files/x7lh0gYvzfMGap3bdd7w" alt="" width="563"><figcaption></figcaption></figure>

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

Chat Explore is a chat interface to explore, visualize, and talk to your data; powered by GPT4. This page will use example prompts to demonstrate the functionality of both Chat Explore and the Reports screen.

### Chat Prompt Suggestions

* **Summarize the data in the text** - This will return an overview of the dataset in plain English. This can be useful when exploring unfamiliar data or when generating executive summaries. Try asking for it summarized in an email for specific formatting.

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

* **Generate Graph** - Create a graph with or without variable sources.

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

* **Tell me three interesting insights** - Chat Explore can find interesting trends in your data for you.

<figure><img src="/files/16W4p8fGYPK9PU6ILJYD" alt=""><figcaption></figcaption></figure>

### Chat Explore Feedback

With each response is a thumbs-up or thumbs-down option. If you did not get the expected answer, you can thumbs down the response to provide feedback to our team.

Unsure why Chat Explore did something? Or how it did something? Ask it. Chat Explore is a conversation window that remembers previous prompts and responses.

### Chat Explore Sharing

You can easily share the functionality of Chat Explore with colleagues and customers by sending them a dedicated link to your dataset and the Chat Explore Interface. Select Share in the upper right of the screen.

<figure><img src="/files/gXnTBoO4YMgE6R9CU4aw" alt="" width="328"><figcaption></figcaption></figure>

A window with sharing options will display. The top will have the link to the shared interface, which includes a graphic of your dataset and the prompt window, as shown below.

<figure><img src="/files/eFxVOMjEK7UfRTJ6pkZV" 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.akkio.com/akkio-docs/explore/chat-explore.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.
