# Creating an Exploration

1\. Create exploration

You can click on the "create exploration" button to generate a new exploration page. When a new exploration line appears at the bottom, please click the expand arrow to open it. Clicking the open exploration button will allow you to enter a new exploration screen.

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

The name of the list is automatically generated as "Exploration (number)". You can click on the name to change it to a different name.

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

###

## 2. File upload in Exploration editor

You can update your file by clicking "Add or select building design data" on the top of the New Exploration screen and then selecting "Import data by uploading file (.3dm)".

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

### File upload process

You can check the upload progress while the file is being uploaded by clicking on the icon located   on the bottom left corner of the screen. When the file upload is complete, you can retrieve the data by clicking on the uploaded file in "Select building design data" at the top of the site.

<figure><img src="/files/948VWBH4oEKQ5buAwaNO" alt=""><figcaption></figcaption></figure>

### File upload error

If an error occurs during file upload, it will be displayed as shown below. Clicking on "View Error" will allow you to see the reason for the error.

<figure><img src="/files/2pvIxJof7gwtjJLfddrC" alt=""><figcaption></figcaption></figure>

### Geometry processing error types

If an error occurs, you need to modify the file according to the guide and upload the file again. For more detailed information, please refer to the '[Geometry processing errors page](/explorations/start-exploration/geometry-processing-errors.md)'

## 3. Data settings

Data settings can be done in settings such as Exploration settings, Zoning data, Parking space data, and Floor area data. You can find detailed instructions on how to configure these settings in "[Exploration Settings](/explorations/exploration-settings.md)".

<figure><img src="/files/2cRjzAKI765LXkjsYXWb" 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.deepform.net/explorations/start-exploration/creating-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.
