# Navigating the workbench

## Top menu

The workbench top menu helps you quickly create datasets and switch through views, but also find help.

<figure><img src="/files/sbfUCOKKEKtA1VflOETK" alt=""><figcaption><p>Top Menu</p></figcaption></figure>

## View Selector

The view selector helps you navigate through different kind of objects such as your datasets and workbench executions.

<figure><img src="/files/619WPzGouRR4bhB1Ewh4" alt=""><figcaption><p>View Selector</p></figcaption></figure>

## Tab bar

Each time you click on a record we open a tab so you can easily navigate through tabs&#x20;

<figure><img src="/files/GyUBMv8eu8RKVHKqwaUI" alt=""><figcaption><p>Tab bar</p></figcaption></figure>

## Content view

This is where you will actually interact with your data.

<figure><img src="/files/KvJ7ZjXq2U93qnTU60ay" alt=""><figcaption><p>Content View</p></figcaption></figure>

### Dataset Content View

The dataset content view has three tabs

* **Preview**\
  Gives you a preview (first 3000 rows) of what is in your table
* **Configuration (only for models)**\
  This is where you can edit your Flow or SQL query for the models managed by Whaly
* **Informations**\
  This is where you can edit meta data for your dataset such as Primary keys, relationships, ...


---

# 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/navigating-the-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.
