> ## Documentation Index
> Fetch the complete documentation index at: https://docs.communityhub.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Motion

> Motion data source — split out from the Data Sources overview

<Info>
  **Status: Full setup.** Motion connects building sensor data to Data Hub via its cloud platform and REST API.
</Info>

| Resource                    | URL                                                                                                              |
| --------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| Configuration docs          | [motion-dot-cloud.github.io/docs/configuration.html](https://motion-dot-cloud.github.io/docs/configuration.html) |
| Tunnel / session token docs | [motion-dot-cloud.github.io/docs/tunnel.html](https://motion-dot-cloud.github.io/docs/tunnel.html)               |
| Knowledge base              | [kb.motion.cloud](https://kb.motion.cloud)                                                                       |
| Platform login              | [platform.motion.cloud](https://platform.motion.cloud)                                                           |
| Mobile app                  | [app.motion.cloud](https://app.motion.cloud) (redirects to the App Store / Play Store)                           |

Tile data — points, current values, and history — is available through the Motion API using a bearer token issued to your organization:

```text theme={null}
https://api.motion.cloud/tiles/app/<your-tile-id>
```

Motion is also the one data source with a user-configurable **polling interval** — see [Polling Intervals](/guides/scheduling-syncs).

<Warning>
  Motion API bearer tokens and platform login credentials are organization-specific secrets. Request your own token from the Motion dashboard or the Data Hub team — never reuse a token or password found in internal notes or tickets.
</Warning>
