# Overview

### What is InnerSpace?

InnerSpace specializes in providing advanced data-driven insights into how indoor spaces are used. The platform utilizes existing Wi-Fi infrastructure to gather data on occupancy and space utilization without the need for additional sensors. This approach allows organizations to optimize their real estate and workspace environments by understanding how different spaces are used, helping in making informed decisions about space planning and resource allocation. InnerSpace’s technology provides near real-time data on space utilization, pathways, and behaviors, which can be crucial for hybrid workplace strategies and optimizing real estate investments.

For more information go to <https://innerspace.io>

#### Terms of Service

<https://www.innerspace.io/terms>

### Accessing Data

Data can be accessed via a GraphQL API, defined in this document.

#### API Endpoints

A graphQL api is available for use by customers with valid contracts.

```
# graphql api
https://api.innerspace.io
```


---

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