# Datawisp Overview

Datawisp is a no code analytics platform that lets anyone analyze data and discover insights regardless of their technical knowledge. Its node-based interface allows users to combine different “blocks” to transform data, much like a developer would with code. Each block performs a different operation, such as filtering, sorting, or creating a chart, and linking even 3 or 4 of these blocks can transform and analyze data in powerful ways.&#x20;

Datawisp also features an AI-powered assistant, named Wispy, that takes natural language input from the user and automatically creates charts, tables, and more. Worksheets created by Wispy can be used as-is or can be subsequently edited manually by anyone with some knowledge of how blocks work.

Datawisp runs in a browser and lets users collaborate in real time and share their work with both internal and external audiences.


---

# 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.datawisp.io/datawisp-overview.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.
