> 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/data-visualization/floor-area-exploration.md).

# Floor Area Exploration

Analyze floor area of your building design by levels, programs and customized groups. You can explore further by turning on and off certain layers in 'Building design data' to explore GFA, NFA, Usable Area etc. regarding your building design.

## Programs

The initial setup of the building layer is set to the same values as those configured in Rhino. The name of the layer can be changed in the [Building design data](/explorations/exploration-settings/building-design-data.md).&#x20;

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

## Groups

Building groups can be set up in the [Building design data](/explorations/exploration-settings/building-design-data.md). If you select "View Area by Groups," buildings with the same name will be grouped together and rearranged accordingly.

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

## Floor levels

If you select "View Area by Floor Levels," the arrangement will be rearranged according to the floor levels.

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

## Turn layers On/Off

In the [Building design data](/explorations/exploration-settings/building-design-data.md), you can turn Program on/off. When you turn Program on/off, the values generated in Exploration will be changed according to the modified content. Similarly, you can see that the values of the Test-fit site limits item also change.

<div><figure><img src="/files/9Qh1iaCl3HrMUGeLeNOi" alt=""><figcaption><p>Office layer is included.</p></figcaption></figure> <figure><img src="/files/AgsXXDDquVEGLQR8RR3i" alt=""><figcaption><p>Office layer is not included.</p></figcaption></figure></div>


---

# 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/data-visualization/floor-area-exploration.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.
