> For the complete documentation index, see [llms.txt](https://docs.corraldata.com/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.corraldata.com/kb/chat-with-your-data/askcorral-copilot.md).

# AskCorral Copilot

Understanding your data just got smarter and easier with AskCorral Copilot. AskCorral is “always on” and available across the platform — just look for the “AskCorral” button in the lower-right corner of your dashboard.

{% @arcade/embed flowId="4o9ajZFB8oYNkxhrs8sZ" url="<https://app.arcade.software/share/4o9ajZFB8oYNkxhrs8sZ>" %}

### **How it works:**

**Click the** <img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdURMw6kr_4WEZ5n6ZNjcqy6fKaKctbRG562W4X_VDmdjAMm9rVEKMaRsowSx95RxzWxE8pvr-Q6AwW-Md6z3lS-lelzGuVjGEZHXgo15EhocRE6fWQ6ooXfdGZkFBZotP0z4nnCg?key=jEWYPTihVjsalWHwZMJUbQ" alt="" data-size="line"> **button** to open the tool. [Ask any question](/kb/chat-with-your-data/build-prompts-in-askcorral.md). You can add results to your current Board and select or ask follow-up questions to keep the conversation going and the data flowing. You can also utilize [Prompt Agents](/kb/chat-with-your-data/prompt-agents.md) to refine your results into concise summaries, detailed results, and even creative haikus.

#### Use AskCorral Copilot to:&#x20;

* **Build visualizations and dashboards** using natural language
* **Modify existing reporting** without switching modes
  * This only works when AskCorral is open and Modify via AI is selected in a widget
* **Summarize reporting** for easy insights, analysis, and sharing

Ask and receive contextual answers directly within the part of the platform you’re using and drag them right in to your report.

<br>


---

# 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.corraldata.com/kb/chat-with-your-data/askcorral-copilot.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.
