# Modeling

The main purpose of the workbench is to let you:

1. Manage what data is available to Builders to create Exploration on
2. Import Raw Data from your warehouse and third parties
3. Model data to fit your business needs

In this section you'll learn:

{% content-ref url="workbench/understanding-datasets" %}
[understanding-datasets](https://docs.whaly.io/data-management/workbench/understanding-datasets)
{% endcontent-ref %}

{% content-ref url="workbench/model-data" %}
[model-data](https://docs.whaly.io/data-management/workbench/model-data)
{% endcontent-ref %}

{% content-ref url="workbench/import-raw-data" %}
[import-raw-data](https://docs.whaly.io/data-management/workbench/import-raw-data)
{% endcontent-ref %}


---

# 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.whaly.io/data-management/workbench.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.
