# zones

Update interval: hourly

A zone, also known as a space, is a closed area on a map.

Returns all metadata associated to a zone, including `external_id`, which represents the string used by the customer to identify this area.

```graphql
// query
query MyQuery {
  ZONE {
    BUILDING_ID
    CAPACITY
    DESCRIPTION
    EXTERNAL_ID
    FLOOR_ID
    ID
    NAME
    SITE_ID
    TYPES
    ZONE_SET_ID
  }
}

```


---

# 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://developers.innerspace.io/api-reference-v2/zones.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.
