# Setting up a site

1. Go to **Site setup** and select **New site**
   1. Enter a name for your site, for example ‘New York - Avenue of the Americas’
   2. Select the local timezone of the site from the dropdown menu
   3. Enter the longitude and latitude of the site. You can find these using external tools such as <https://www.latlong.net/>

{% hint style="info" %}
Accessia requires longitude and latitude information for location services features to work when users are onsite
{% endhint %}

1. Save your site information then click **New floor**, enter a floor name, and upload a floor plan image
2. When you’ve added the new floor, click on **Edit map** and then **Add room**
   1. Click to draw a point on each corner of the room you’re adding and click **Save**
   2. Give your room a name
   3. Set which zone the room is in
   4. Set the room type and capacity

{% hint style="info" %}
Zones group rooms together to share the same access schedule
{% endhint %}

{% hint style="info" %}
Setting a room type and capacity allows for accurate reporting on space utilization
{% endhint %}

## Related pages

* [Add Hubs](/site-setup/adding-hubs.md)
* [Add doors](/site-setup/adding-doors.md)
* [Setting access](/setting-access/access-schedule-basics.md)


---

# Agent Instructions: 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:

```
GET https://docs.accessia.com/site-setup/setting-up-a-site.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
