> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/faqs-platform/configurations.md).

# Configurations

**Q:** What is the Configuration Page?\
**A:** The Configuration Page is a centralized section in the platform where users can create, view, and manage configuration templates. These templates are tailored for specific device types and can be applied across multiple devices.

***

**Q:** What changes from the Configuration page and Configuration in the Device page/dashboard?\
**A:** While the Configuration Device Page allows for direct management and adjustment of settings for a single specific device, the Configuration Page provides templates that can be assigned to devices through Adaptive Rules. This enables more precise and dynamic management by applying configurations based on predefined triggers such as geofences, enhancing flexibility and control.


---

# 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://docs.g-iot.io/faqs-platform/configurations.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.
