# CorralData Knowledge Base

## CorralData Knowledge Base

- [Welcome](https://docs.corraldata.com/kb/readme.md)
- [How CorralData Works](https://docs.corraldata.com/kb/getting-started/how-corraldata-works.md)
- [Connect your data](https://docs.corraldata.com/kb/getting-started/quickstart.md): Here's how you can add any of your existing data sources (integrations) into CorralData.
- [Reverse ETL](https://docs.corraldata.com/kb/getting-started/reverse-etl.md)
- [Add Board & widgets](https://docs.corraldata.com/kb/getting-started/add-dashboards.md)
- [Add Board via AI](https://docs.corraldata.com/kb/getting-started/add-board-via-ai.md)
- [Add widgets via AI](https://docs.corraldata.com/kb/getting-started/add-widgets-via-ai.md)
- [Add & manage users](https://docs.corraldata.com/kb/getting-started/manage-users.md)
- [Set up automated reports](https://docs.corraldata.com/kb/getting-started/automated-reports.md)
- [AskCorral Agent](https://docs.corraldata.com/kb/chat-with-your-data/askcorral-agent.md)
- [AskCorral Copilot](https://docs.corraldata.com/kb/chat-with-your-data/askcorral-copilot.md)
- [Working with AskCorral](https://docs.corraldata.com/kb/chat-with-your-data/working-with-askcorral.md)
- [Build Prompts in AskCorral](https://docs.corraldata.com/kb/chat-with-your-data/build-prompts-in-askcorral.md)
- [Prompt Agents](https://docs.corraldata.com/kb/chat-with-your-data/prompt-agents.md)
- [Ask Multi-layered Questions](https://docs.corraldata.com/kb/chat-with-your-data/ask-multi-layered-questions.md)
- [Add custom instructions](https://docs.corraldata.com/kb/chat-with-your-data/add-custom-instructions.md)
- [Instant Insights](https://docs.corraldata.com/kb/explore-your-data/instant-insights.md)
- [Correlation Analysis](https://docs.corraldata.com/kb/explore-your-data/correlation-analysis.md)
- [Modify widgets via AI](https://docs.corraldata.com/kb/explore-your-data/modify-via-ai.md)
- [Modify SQL via AI](https://docs.corraldata.com/kb/explore-your-data/modify-sql-via-ai.md)
- [Modify annotations](https://docs.corraldata.com/kb/explore-your-data/modify-annotations.md)
- [Change chart type](https://docs.corraldata.com/kb/explore-your-data/change-chart-type.md)
- [View a Widget Query](https://docs.corraldata.com/kb/explore-your-data/view-a-widget-query.md)
- [Manage Widgets](https://docs.corraldata.com/kb/organize-your-data/manage-widgets.md)
- [Manage AI Metadata](https://docs.corraldata.com/kb/organize-your-data/manage-ai-metadata.md)
- [Edit Widgets](https://docs.corraldata.com/kb/organize-your-data/edit-widgets.md)
- [Time Locking](https://docs.corraldata.com/kb/organize-your-data/time-locking.md)
- [Duplicate widgets](https://docs.corraldata.com/kb/organize-your-data/duplicate-widgets.md)
- [Google Sheet Connector Setup](https://docs.corraldata.com/kb/custom-etl-connectors/google-sheet-connector-setup.md)
- [Zenoti Connector Setup](https://docs.corraldata.com/kb/custom-etl-connectors/zenoti-connector-setup.md): Follow the instructions below in order to generate the needed credentials & authorization to connect to Zenoti.
- [Overview](https://docs.corraldata.com/kb/mcp/overview.md)
- [Getting Started](https://docs.corraldata.com/kb/mcp/getting-started.md)
- [Copy of Getting Started](https://docs.corraldata.com/kb/mcp/copy-of-getting-started.md)
- [Usage Examples](https://docs.corraldata.com/kb/mcp/usage-examples.md)
- [Tools Reference](https://docs.corraldata.com/kb/mcp/tools-reference.md)
- [Authentication](https://docs.corraldata.com/kb/mcp/authentication.md)
- [Privacy Policy](https://docs.corraldata.com/kb/mcp/privacy-policy.md)
- [Support](https://docs.corraldata.com/kb/mcp/support.md)
- [Automations & Integrations](https://docs.corraldata.com/kb/mcp/automations-and-integrations.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.corraldata.com/kb/readme.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.
