> 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/2d-building/drawing/manage-purpose-settings.md).

# Manage Purpose Settings

A Purpose defines how a zone or space is intended to be used, and it's particularly important for daylight modelling. Assigning the correct purpose ensures the model reflects how each area functions throughout the day, supporting more accurate analysis.

## Add a Zone Purpose

To add a zone purpose, start by selecting the relevant zone. Click on the ‘Space Settings’ button, then navigate to the ‘Purpose’ section. From there, choose ‘Set Purpose’, select 'Create Custom' from the dropdown menu and then the appropriate Purposes. Note, you can rename default Purpose names should you prefer a specific Purpose to be referenced in your results. Then, and click ‘Save and Close’.&#x20;

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

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

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

You can assign multiple purposes across different zones, for example, tagging living areas as ‘Day’ and bedrooms as ‘Night’ to reflect their primary use.

## Add a Space Purpose

To add a space purpose, start by selecting the relevant Space. From there, choose ‘Purpose’ in the space ribbon, select 'Create Custom' from the dropdown menu and then the appropriate Purposes. Note, you can rename default Purpose names should you prefer a specific Purpose to be referenced in your results. Then, and click ‘Save’.&#x20;

<figure><img src="/files/3Mfbi3LkxavtrY0usd8z" alt=""><figcaption></figcaption></figure>


---

# 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/2d-building/drawing/manage-purpose-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.
