> For the complete documentation index, see [llms.txt](https://support.meetuma.ai/uma-knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.meetuma.ai/uma-knowledgebase/getting-started/set-up-your-organisation/add-neighbourhoods.md).

# Add neighbourhoods

{% hint style="warning" %}
To add a neighbourhood, first make sure you have added a [team](/uma-knowledgebase/getting-started/set-up-your-organisation/add-teams.md).
{% endhint %}

To add a neighbourhood follow the instruction video below.

<figure><img src="/files/HRAG5IYWHZpAqhW7Tyx8" alt=""><figcaption><p>Click on image to enlarge</p></figcaption></figure>

1. Assign a group of resources to your neighbourhood to create a policy associated with these spaces.

{% hint style="info" %}
Any resource types can be added to a neighbourhood as long as they are located on the same floor of a building.
{% endhint %}

2. Assign the teams that you want to give access to these resources. You can assign as many teams as you want.
3. You can now assign the days you want to give access to each team. Select a box next to each team to assign the days.

{% hint style="info" %}
The days shown are based on your company or building settings.
{% endhint %}

4. If you have any days not selected, you can allow public access on these days by turning on the 'Allow public access on unassigned days' setting.

{% hint style="warning" %}
To ensure that these resources comply with booking policy restrictions, we advise to make the same changes to your Office 365 or Google Workspace environment.

Hiding resources in the GAL helps keep resources only visible to users using the UMA application.
{% endhint %}


---

# 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://support.meetuma.ai/uma-knowledgebase/getting-started/set-up-your-organisation/add-neighbourhoods.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.
