> 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/settings/account-management/update-team-and-project-settings.md).

# Update Team & Project Settings

Team settings are those selected when creating a Team. here is how to update them if things change during the design process.&#x20;

## **Rename a Team**

To make changes, go to the dropdown in the top left-hand corner and then click 'Settings'.&#x20;

<figure><img src="/files/1Z1iIXDLmYc69omacXdH" alt=""><figcaption></figcaption></figure>

Next, click 'Rename Team' and hit 'Update' once you are ready.

<figure><img src="/files/0f2VDZTVd7IjGmtjQ05A" alt=""><figcaption></figcaption></figure>

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

## **Update Project**

To update a Project, locate 'Settings' in the side bar of your Project. Next, left-click 'Settings' to edit the 'Location', 'Number of Storeys', 'Floor-to-floor', 'Height', 'Building Class' and 'Climate Zone'. Then click 'Continue'.

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

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

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

Please note that building code workflows can’t be updated this way. If you need help with those, issue a [Support Ticket](/support-and-training/support-tickets.md). You’ll also find the option to permanently delete a Project in this section. Just keep in mind, once it’s deleted, it can’t be recovered.


---

# 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/settings/account-management/update-team-and-project-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.
