# Explorations Section

## What is an Exploration Section?

An exploration section helps you organize exploration in a comprehensive way that makes sense for your company. By default, your organization has two sections:

* :star: **General**\
  Where exploration that are live are stored, this is visible by any users who have access to explorations<br>
* :tools: **Work in Progress**\
  Where you can store exploration that are not live yet, only builders and more view exploration stored here

## Create a section

in order to create an exploration section, click on **Explore**, then click on the **+ button** and then on **New Section**.

<figure><img src="/files/FOIZaMXnBfywONgYWem9" alt=""><figcaption><p>Create an exploration</p></figcaption></figure>

You can give your section a name and an icon.

## Move a section

You can move sections around to change your company explorations structure, this will update to all users in real time.

<figure><img src="/files/VgO07S9W5vdoSsMy0dZ1" alt=""><figcaption><p>Move a section</p></figcaption></figure>

## Update / Delete a section

By clicking on the three dots next to a section's name you can update or delete a section.

<figure><img src="/files/oqteON9KqEK9vR5X9ATy" alt="editing a section"><figcaption><p>Update / delete a section</p></figcaption></figure>

{% hint style="warning" %}
You can't delete a section with exploration in it. You need to move them or delete them before hands.
{% endhint %}


---

# 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/content-management/explorations-section.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.
