# zone\_set

Refresh Interval: hourly.

A zone set represents a collection of zones.

Each site (or floor) may require multiple views or layouts.  For example, one view of a floor would cover every individual seat, while another may cover the higher level team areas.  InnerSpace would generate metrics for each different zone set.

Retrieve a list of zone\_sets available in a building.

```graphql
// query
query MyQuery {
  ZONE_SET {
    BUILDING_ID
    DESCRIPTION
    FLOOR_ID
    ID
    SITE_ID
    TYPE
  }
}

```


---

# 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/zone_set.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.
