> 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/tiles.md).

# Tiles

- [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.


---

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