# What's a "Point"?

A point is any specific **piece of data** or **user-controllable setting** that can be *read from*—and possibly *written to* (i.e. controlled)—a [device](/motion-platform-software/devices/what-are-devices.md).&#x20;

While all points can be read, not all can be written to. What determines *writability* (i.e. whether a point can be written to) is whether a point logically could/should be controllable by users. For more information, see our explanation of [read-only vs. read+write](/motion-platform-software/tiles/tiles-read-only-vs.-read+write.md) tiles.

What's most important to understand is that with Motion, <mark style="background-color:orange;">points are used to create</mark> [<mark style="background-color:orange;">tiles</mark>](/motion-platform-software/tiles/whats-a-tile.md)<mark style="background-color:orange;">.</mark>

{% hint style="info" %}
**Important Distinction: Points vs. Tiles**

Your typical end users (including installers and engineers, post-installation) will never deal with points directly. Instead, they will interact with **tiles**, which encapsulate, enhance, and secure the functionalities of points. Hence points, in Motion Platform, are primarily a configuration-stage concept only, while day-to-day utilization of points actually happens by interacting with [tiles](/motion-platform-software/tiles.md).
{% endhint %}

Another way to think about points is that points are created by the manufacturer of the device, while [tiles](/motion-platform-software/tiles/whats-a-tile.md) are the software magic Motion provides to wrap around those points.

Points can be *many* different things, such as:

* Temperatures
* Humidity levels
* Set points for temperatures and humidity
* Lighting controls
* Pressure gauges
* Leak sensor statuses
* Contact closures (e.g. is the garage door open or closed?)
* Relay-based switches
* Occupancy/motion sensors
* Air handler statuses

Motion supports reading from and writing to points from any [supported protocol](/motion-platform-software/devices/supported-protocols.md).

Motion also enables [treating writable points as read-only points](/motion-platform-software/tiles/tiles-read-only-vs.-read+write.md) when configuring tiles.


---

# 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://kb.motion.cloud/motion-platform-software/tiles/whats-a-point.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.
