# Configure an exploration

To create an exploration, go to the workbench and in the tab bar click on exploration, thenat the top of page, click on the "+" sign, and click on create an exploration :&#x20;

![](/files/K5UKBpCBAY9TJkHNnLCx)

## Create an exploration from a template

Creating an exploration from a template is the easiest way to get started, as it will allow you to get an exploration with already defined measures, dimensions and related datasets.

To create an exploration from a template, go to the template catalog, select the template you want to use and then click on "Use this template". You will be redirected to the newly created exploration.

{% content-ref url="/pages/IcsbLgTuG0msdgldncJF" %}
[Exploration Templates](/data-management/explorations/exploration-templates.md)
{% endcontent-ref %}

## Create an exploration from scratch

Creating an exploration from scratch is useful if you want to explore some specific data or if you can't find a related template for your data.&#x20;

When creating an exploration from scratch, you will be asked to select the dataset you want to start your exploration from. You will be able to leverage the relationships declared in your workbench to add related data inside your exploration.&#x20;

{% hint style="info" %}
It's considered a good practice to start your exploration from the data you want to explore. For instance, if you want to count the number of contacts by their company geographic distribution, you would need to create an exploration based on contacts and add the companies afterwards as a related data.
{% endhint %}

## Updating an exploration

In order to update an exploration you can update all tables metrics and dimensions at once and when you are done you can then click on the save button. This will persist all your changed and you will be able to view your change in the exploration consumption screen.

<figure><img src="/files/jdpoGLQOazYZDIhLJLSt" alt=""><figcaption></figcaption></figure>


---

# 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/explorations/configure-an-exploration.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.
