> 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/prompt-agents.md).

# Prompt Agents

When you want to generate a specific type of response from AskCorral, change the Prompt Agent before asking a question or selecting one of AskCorral’s prepopulated questions. This is useful if you just need a quick summary, require a more detailed result, or are looking for recommendations.

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

### How it works:

**Click the** <img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdpA8L6jEBZN0OiXs3KfoZ1OgR9lb0kl-SY-GowrVdngVRaGy3V4rukEKIjFOIPGwTTRmyqFH-AqoAythSg-QSdshxg7BBONmRDY2UEwkMnr9H1rd9oZdQlkR3M8ibeV0jzHRFntw?key=jEWYPTihVjsalWHwZMJUbQ" alt="" data-size="line">**icon** to open up the Prompt Agent view.

**Click the Agent dropdown menu** to reveal the full list of Prompt Agents.

**Select a Prompt Agent** and close out of the window.

**Type a question** into AskCorral and review your results.

Repeat these steps to switch up the type of results that you’re seeking and questions that need to be answered. We highly recommend trying out the Haiku option to see how AI turns your data into something a little more creative.

#### &#x20;Types of Prompt Agents:

**Chain of Thought:** Handles complex multi-step analyses requiring detailed reasoning and step-by-step problem solving.

**Chat with Your Data - Concise:** Provides quick and brief answers to straightforward data queries with minimal detail.

**Chat with Your Data - Detailed:** Delivers comprehensive and in-depth analysis of data with extensive explanations and context.

**Data Warehouse Explorer:** Specializes in analyzing and explaining database structures, technical details, and relationships.

**Flash Briefing:** Creates quick news-style updates and summaries of data insights in a brief format.

**Haiku Poet:** Transforms data insights into creative poetic summaries using haiku format.

**Orpheus Agent Chat with Your Data:** Serves as the general-purpose conversational interface for data analysis queries.

**Data Discovery Agent:** Provides versatile and adaptive responses to various data exploration needs.

**Prompt Router:** Directs user queries to the most appropriate specialized prompt based on query characteristics.


---

# 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/prompt-agents.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.
