# Occuspace Docs

## Occuspace Docs

- [Occuspace](https://docs.occuspace.io/occuspace.md): The simplest way to collect and act on occupancy measurement data
- [Getting Started](https://docs.occuspace.io/guides/getting-started.md): A quick run-through of how to get started with Occuspace
- [The Occuspace Portal](https://docs.occuspace.io/guides/the-occuspace-portal.md): A single unified application for understanding your data and managing your account
- [Setting Up Occuspace](https://docs.occuspace.io/guides/setting-up-occuspace.md): The easiest and simplest space utilization data platform to set up today
- [Configuration & Setup](https://docs.occuspace.io/guides/setting-up-occuspace/configuration-and-setup.md)
- [Sensor Installation](https://docs.occuspace.io/guides/setting-up-occuspace/sensor-installation.md)
- [Calibration](https://docs.occuspace.io/guides/setting-up-occuspace/calibration.md)
- [Managing Your Spaces](https://docs.occuspace.io/guides/setting-up-occuspace/managing-your-spaces.md)
- [Understanding Your Data](https://docs.occuspace.io/guides/understanding-your-data.md)
- [Analytics Module](https://docs.occuspace.io/guides/understanding-your-data/analytics-module.md)
- [Occupancy](https://docs.occuspace.io/guides/understanding-your-data/occupancy.md)
- [Traffic](https://docs.occuspace.io/guides/understanding-your-data/traffic.md)
- [Dwell Time](https://docs.occuspace.io/guides/understanding-your-data/dwell-time.md)
- [Using Live Data](https://docs.occuspace.io/guides/using-live-data.md)
- [Summary](https://docs.occuspace.io/technology/summary.md): An overview of Occuspace technology and how it all works
- [Hardware Specifications](https://docs.occuspace.io/technology/hardware-specifications.md): Occuspace collects data through hardware sensors that easily install in spaces you wish to measure
- [Network Specifications](https://docs.occuspace.io/technology/network-specifications.md): Occuspace Macro sensors are designed to easily communicate with the Occuspace cloud via cellular connectivity.  They can also integrate with existing customer networks via WiFi or Ethernet.
- [Privacy & Security](https://docs.occuspace.io/technology/privacy-and-security.md): Occuspace's service does not collect any personally identifiable information (PII) about people in the spaces being measured by our sensors.  Our service is privacy safe and secure.
- [Glossary](https://docs.occuspace.io/glossary.md)
- [Summary](https://docs.occuspace.io/api-reference/summary.md)
- [Authentication](https://docs.occuspace.io/api-reference/authentication.md)
- [Error Handling](https://docs.occuspace.io/api-reference/error-handling.md)
- [Pagination](https://docs.occuspace.io/api-reference/pagination.md)
- [Filters](https://docs.occuspace.io/api-reference/filters.md)
- [Locations](https://docs.occuspace.io/api-reference/locations.md): The Locations endpoints allow you to retrieve a list of all accessible locations, view details for a specific location, and get real-time occupancy data for any location.
- [Metrics](https://docs.occuspace.io/api-reference/metrics.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.occuspace.io/occuspace.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.
