> For the complete documentation index, see [llms.txt](https://kb.motion.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.motion.cloud/motion-platform-software.md).

# Motion Platform (Software)

- [Apps](https://kb.motion.cloud/motion-platform-software/apps.md)
- [What are "Apps"?](https://kb.motion.cloud/motion-platform-software/apps/what-are-apps.md)
- [App Types](https://kb.motion.cloud/motion-platform-software/apps/app-types.md)
- [Creating a Mosaic App](https://kb.motion.cloud/motion-platform-software/apps/creating-a-mosaic-app.md)
- [Configuring a Mosaic App](https://kb.motion.cloud/motion-platform-software/apps/configuring-a-mosaic-app.md)
- [Deleting an Existing Motion App](https://kb.motion.cloud/motion-platform-software/apps/deleting-an-existing-motion-app.md): In this article, we will instruct users on how to delete an existing Motion App.
- [Tiles](https://kb.motion.cloud/motion-platform-software/tiles.md)
- [What's a "Point"?](https://kb.motion.cloud/motion-platform-software/tiles/whats-a-point.md)
- [What's a "Tile"?](https://kb.motion.cloud/motion-platform-software/tiles/whats-a-tile.md)
- [Tile Types](https://kb.motion.cloud/motion-platform-software/tiles/tile-types.md): Learn about numeric, multi-choice, toggle, and folder tile types
- [Tiles: Read-Only vs. Read+Write](https://kb.motion.cloud/motion-platform-software/tiles/tiles-read-only-vs.-read+write.md)
- [Creating Point-Based Tiles](https://kb.motion.cloud/motion-platform-software/tiles/creating-point-based-tiles.md)
- [Discover BACnet Points (& Creating BACnet Tiles)](https://kb.motion.cloud/motion-platform-software/tiles/creating-point-based-tiles/discover-bacnet-points-and-creating-bacnet-tiles.md): In this article, you will perform a "Point Discovery" on an existing BACnet/IP device. Each point will then be converted into a Motion Tile.
- [Configuring Modbus TCP Points (and creating Modbus Tiles)](https://kb.motion.cloud/motion-platform-software/tiles/creating-point-based-tiles/configuring-modbus-tcp-points-and-creating-modbus-tiles.md)
- [Creating Formula Tiles](https://kb.motion.cloud/motion-platform-software/tiles/creating-point-based-tiles/creating-formula-tiles.md): Create Formula-Based Numeric Tiles that calculate values from existing tile inputs using predefined formulas, custom formulas, and CSV bulk creation.
- [Bulk Creating and Updating Motion Tiles with CSV Files](https://kb.motion.cloud/motion-platform-software/tiles/creating-point-based-tiles/bulk-creating-and-updating-motion-tiles-with-csv-files.md): Create and update multiple Motion Tiles at once by downloading CSV templates, uploading completed files, and exporting existing tile configurations for bulk edits.
- [Configuring Motion Tiles](https://kb.motion.cloud/motion-platform-software/tiles/configuring-motion-tiles.md)
- [Object Tagging with Tags and Facets](https://kb.motion.cloud/motion-platform-software/tiles/configuring-motion-tiles/object-tagging-with-tags-and-facets.md): Organize Motion Tiles and Folder Tiles with tags, facets, and profiles so tiles can be grouped, searched, and structured without overloading tile names.
- [Devices](https://kb.motion.cloud/motion-platform-software/devices.md)
- [What are "Devices"?](https://kb.motion.cloud/motion-platform-software/devices/what-are-devices.md)
- [Supported Protocols](https://kb.motion.cloud/motion-platform-software/devices/supported-protocols.md)
- [Viewing Your Devices](https://kb.motion.cloud/motion-platform-software/devices/viewing-your-devices.md)
- [Add a BACnet Device](https://kb.motion.cloud/motion-platform-software/devices/add-a-bacnet-device.md)
- [Add a Modbus Device](https://kb.motion.cloud/motion-platform-software/devices/add-a-modbus-device.md)
- [Alarms](https://kb.motion.cloud/motion-platform-software/alarms.md)
- [Alarms View](https://kb.motion.cloud/motion-platform-software/alarms/alarms-view.md)
- [Current Alarms](https://kb.motion.cloud/motion-platform-software/alarms/current-alarms.md)
- [Alarm History](https://kb.motion.cloud/motion-platform-software/alarms/alarm-history.md)
- [Alarm Details](https://kb.motion.cloud/motion-platform-software/alarms/alarm-details.md)
- [Clearing/Acknowledging Alarms](https://kb.motion.cloud/motion-platform-software/alarms/clearing-acknowledging-alarms.md)
- [Auto-Clear Alarms](https://kb.motion.cloud/motion-platform-software/alarms/auto-clear-alarms.md)
- [Sharing](https://kb.motion.cloud/motion-platform-software/sharing.md)
- [Accessing the Platform](https://kb.motion.cloud/motion-platform-software/accessing-the-platform.md)
- [Web Browser](https://kb.motion.cloud/motion-platform-software/accessing-the-platform/web-browser.md)
- [Mobile Apps (iOS+Android)](https://kb.motion.cloud/motion-platform-software/accessing-the-platform/mobile-apps-ios+android.md)
- [Schedules](https://kb.motion.cloud/motion-platform-software/schedules.md)
- [Creating Schedules](https://kb.motion.cloud/motion-platform-software/schedules/creating-schedules.md)
- [Enable/Disable/Configure Schedules](https://kb.motion.cloud/motion-platform-software/schedules/enable-disable-configure-schedules.md)
- [Deleting a Schedule](https://kb.motion.cloud/motion-platform-software/schedules/deleting-a-schedule.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 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://kb.motion.cloud/motion-platform-software.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.
