# Concepts

- [Devices](https://docs.developer.disruptive-technologies.com/concepts/devices.md): An overview of devices, where they can be found, and the various types.
- [Events](https://docs.developer.disruptive-technologies.com/concepts/events.md): An overview of the various event types that can be encountered throughout our services.
- [Topics](https://docs.developer.disruptive-technologies.com/concepts/usage-examples.md): Various overviews, guides, and articles.
- [Temperature Measurement Interval](https://docs.developer.disruptive-technologies.com/concepts/usage-examples/2.gen-temperature-sensor.md): A quick showcase on how to interact with the sampling interval of the 2nd and 3rd generation temperature sensors.
- [Motion Sensor Activity Timer](https://docs.developer.disruptive-technologies.com/concepts/usage-examples/motion-sensor-activity-timer.md)


---

# 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://docs.developer.disruptive-technologies.com/concepts.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.
