# Datawisp Documentation

## Datawisp Documentation

- [Datawisp Documentation](https://docs.datawisp.io/datawisp-documentation.md)
- [Datawisp Overview](https://docs.datawisp.io/datawisp-overview.md)
- [Adding your data](https://docs.datawisp.io/adding-your-data.md)
- [Connect to a database](https://docs.datawisp.io/adding-your-data/connect-to-a-database.md)
- [Snowflake](https://docs.datawisp.io/adding-your-data/connect-to-a-database/snowflake.md)
- [BigQuery](https://docs.datawisp.io/adding-your-data/connect-to-a-database/bigquery.md)
- [Google Analytics via BigQuery](https://docs.datawisp.io/adding-your-data/connect-to-a-database/google-analytics-via-bigquery.md)
- [MotherDuck](https://docs.datawisp.io/adding-your-data/connect-to-a-database/motherduck.md)
- [Tips for Success](https://docs.datawisp.io/adding-your-data/tips-for-success.md)
- [Troubleshooting](https://docs.datawisp.io/adding-your-data/troubleshooting.md)
- [Reloading the database schema](https://docs.datawisp.io/adding-your-data/reloading-the-database-schema.md)
- [Data Dictionaries](https://docs.datawisp.io/adding-your-data/data-dictionaries.md)
- [Analyzing Data](https://docs.datawisp.io/analyzing-data.md)
- [Datawisp Blocks](https://docs.datawisp.io/analyzing-data/datawisp-blocks.md)
- [Data Source](https://docs.datawisp.io/analyzing-data/datawisp-blocks/data-source.md)
- [Summarize & Group](https://docs.datawisp.io/analyzing-data/datawisp-blocks/summarize-and-group.md)
- [Combine](https://docs.datawisp.io/analyzing-data/datawisp-blocks/combine.md)
- [Order and Select Rows](https://docs.datawisp.io/analyzing-data/datawisp-blocks/order-and-select-rows.md)
- [Table](https://docs.datawisp.io/analyzing-data/datawisp-blocks/table.md)
- [Filter](https://docs.datawisp.io/analyzing-data/datawisp-blocks/filter.md)
- [Add Column](https://docs.datawisp.io/analyzing-data/datawisp-blocks/add-column.md)
- [Cleanup](https://docs.datawisp.io/analyzing-data/datawisp-blocks/cleanup.md)
- [JSON](https://docs.datawisp.io/analyzing-data/datawisp-blocks/json.md)
- [Chart](https://docs.datawisp.io/analyzing-data/datawisp-blocks/chart.md)
- [Reshape](https://docs.datawisp.io/analyzing-data/datawisp-blocks/reshape.md)
- [Wispy](https://docs.datawisp.io/analyzing-data/wispy.md)
- [The SQL View](https://docs.datawisp.io/analyzing-data/wispy/the-sql-view.md)
- [Deployment](https://docs.datawisp.io/deployment.md): Pick the right deployment for your organization
- [Security](https://docs.datawisp.io/security.md): How we keep your data secure
- [Privacy](https://docs.datawisp.io/privacy.md)
- [Data processing](https://docs.datawisp.io/data-processing.md): How and where is my data processed?
- [Contact Info](https://docs.datawisp.io/contact-info.md)
- [Additional Resources](https://docs.datawisp.io/additional-resources.md)
- [Tutorials](https://docs.datawisp.io/additional-resources/tutorials.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.datawisp.io/datawisp-documentation.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.
