> For the complete documentation index, see [llms.txt](https://docs.whaly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.whaly.io/data-management.md).

# Workbench

- [Navigating the workbench](https://docs.whaly.io/data-management/navigating-the-workbench.md)
- [Modeling](https://docs.whaly.io/data-management/workbench.md)
- [Understanding Datasets](https://docs.whaly.io/data-management/workbench/understanding-datasets.md)
- [General Information](https://docs.whaly.io/data-management/workbench/understanding-datasets/general-information.md)
- [Drills](https://docs.whaly.io/data-management/workbench/understanding-datasets/drills.md)
- [Relationships](https://docs.whaly.io/data-management/workbench/understanding-datasets/relationships.md)
- [Primary Keys](https://docs.whaly.io/data-management/workbench/understanding-datasets/primary-keys.md)
- [Cache](https://docs.whaly.io/data-management/workbench/understanding-datasets/cache.md)
- [Model Data](https://docs.whaly.io/data-management/workbench/model-data.md)
- [SQL Models](https://docs.whaly.io/data-management/workbench/model-data/sql-models.md)
- [Flow Models](https://docs.whaly.io/data-management/workbench/model-data/flow-models.md)
- [Create a Flow](https://docs.whaly.io/data-management/workbench/model-data/flow-models/create-a-flow.md)
- [Update a Flow](https://docs.whaly.io/data-management/workbench/model-data/flow-models/update-a-flow.md)
- [Flow steps](https://docs.whaly.io/data-management/workbench/model-data/flow-models/flow-steps.md)
- [From Model](https://docs.whaly.io/data-management/workbench/model-data/flow-models/flow-steps/from-model.md)
- [From Raw](https://docs.whaly.io/data-management/workbench/model-data/flow-models/flow-steps/from-raw.md)
- [Hide Column](https://docs.whaly.io/data-management/workbench/model-data/flow-models/flow-steps/hide-column.md)
- [Filter](https://docs.whaly.io/data-management/workbench/model-data/flow-models/flow-steps/filter.md)
- [Lookup](https://docs.whaly.io/data-management/workbench/model-data/flow-models/flow-steps/lookup.md)
- [Rollup](https://docs.whaly.io/data-management/workbench/model-data/flow-models/flow-steps/rollup.md)
- [Formulas](https://docs.whaly.io/data-management/workbench/model-data/flow-models/flow-steps/formulas.md)
- [Group](https://docs.whaly.io/data-management/workbench/model-data/flow-models/flow-steps/group.md)
- [Union](https://docs.whaly.io/data-management/workbench/model-data/flow-models/flow-steps/union.md)
- [Import raw data](https://docs.whaly.io/data-management/workbench/import-raw-data.md)
- [From your warehouse](https://docs.whaly.io/data-management/workbench/import-raw-data/from-your-warehouse.md)
- [From third party data](https://docs.whaly.io/data-management/workbench/import-raw-data/from-third-party-data.md)
- [Explorations](https://docs.whaly.io/data-management/explorations.md): This section helps you understand what explorations are and how you can use them to achieve your goals.
- [Configure an exploration](https://docs.whaly.io/data-management/explorations/configure-an-exploration.md)
- [Exploration Templates](https://docs.whaly.io/data-management/explorations/exploration-templates.md)
- [Tables](https://docs.whaly.io/data-management/explorations/tables.md)
- [Configure a table](https://docs.whaly.io/data-management/explorations/tables/configure-a-table.md)
- [Add related data](https://docs.whaly.io/data-management/explorations/tables/add-related-data.md)
- [Metrics](https://docs.whaly.io/data-management/explorations/metrics.md)
- [Create a Metric](https://docs.whaly.io/data-management/explorations/metrics/create-a-metric.md)
- [Create a Calculated Metric](https://docs.whaly.io/data-management/explorations/metrics/create-a-calculated-metric.md)
- [Create Drill Downs](https://docs.whaly.io/data-management/explorations/metrics/create-drill-downs.md)
- [Using custom formatting](https://docs.whaly.io/data-management/explorations/metrics/using-custom-formatting.md)
- [Dimensions](https://docs.whaly.io/data-management/explorations/dimensions.md)
- [Create a dimension](https://docs.whaly.io/data-management/explorations/dimensions/create-a-dimension.md)
- [Check measure usage](https://docs.whaly.io/data-management/explorations/check-measure-usage.md)
- [Row Level Access](https://docs.whaly.io/data-management/explorations/row-level-access.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 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.whaly.io/data-management.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.
