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

# Zoning Data Settings

Once data updates are successfully completed, you can utilize the model data. You can set the Site limit and compare the model area with the site limit value.

1. In "Open exploration", floor area is automatically calculated and displayed. However, if the site limit for the project is not entered, some values in the Test-fit section may not be shown.
2. Site information can be entered in "EXPLORATION SETTINGS > ZONING DATA" located in the top right corner of the screen.

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

4. When you click on "Exploration settings", the following screen will appear.
5. Please enter the site information for each part in your project.

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

6. After entering the Site data information, you can check what you have designed compared to the allowable site limits. Currently in Deepform, floor area calculated for Floor Area Ratio does not take into account any floor area that is below grade (ie B1, B2, …).

<figure><img src="/files/9ULzHEcU4iuK5LN3m5r0" alt=""><figcaption></figcaption></figure>

7. If the value of the model design is over the site limit, it will be highlighted in red as shown in the picture below.

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

8. You can adjust the area to calculate the value through the 'Building design data'. You can find detailed instructions on how to do this in the '[Building design data](/explorations/exploration-settings/building-design-data.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.deepform.net/explorations/exploration-settings/zoning-data-settings.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.
