> For the complete documentation index, see [llms.txt](https://docs.betterbuilding.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.betterbuilding.io/user-guide/workflows/daylight/grid.md).

# Grid

{% hint style="info" %}
Grid inputs are typically determined by a building code, guideline or rating tool the daylight simulation compares against.
{% endhint %}

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

### Plane Height

The plane height or working plane is the height above the floor level in your daylight simulation in meters. Typically, this height is set at the average height of the desks' top surface above the floor, commonly ranging from 0.7 to 0.8 meters.&#x20;

### Grid Size

The grid size is set in metres, dividing up the working plane when calculating illuminance. Larger values will speed up calculations but give lower resolution in daylighting outputs. Conversely, smaller values increase the simulation time and produce more accurate results. A typical grid size is between 0.2 and 0.5 m, subject to the size of the space being modelled.&#x20;

### Grid Source (Preview)

The Grid Source (Preview) enables you to determine how the grid is generated - via automated areas, manually, or combined. Manual Grids are defined at the [Level ](broken://pages/0O2fyeXUn7lGtqUWpIeP)of the model.

### External Boundary Margin

An external boundary margin (m) sets an offset from the building envelope line where illuminance data is not to be included in the results.  This option is used to avoid the inclusion of potentially misleading illuminance data close to walls and windows, typically set at 0.2 m.

### Internal Walls Margin

An internal boundary margin (m) sets an offset from the internal walls where illuminance data is not to be included in the results. This option is used to avoid the inclusion of potentially misleading illuminance data close to internal walls, typically set at 0.2 m.

### Shading Margin

A shading margin (m) sets an offset from enclosed geometry features where illuminance data is not to be included in the results. This option is used to avoid the inclusion of potentially misleading illuminance data close to the enclosed geometry feature, typically set at 0.2 m.

### Grid Corners

Grid corners are set to determine how corners of the grid are drawn when a margin is applied.

### Gradient

A gradient determines the colour gradient for the sensor grid when the results are viewed.


---

# 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.betterbuilding.io/user-guide/workflows/daylight/grid.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.
