# ObX R3.00 Platform Documentation

## ObX R4.xx Platform Documentation

- [ObX Data Management Platform](https://obx-organization.gitbook.io/obx-r3-manual/obx-data-management-platform.md): Official documentation for Engineering, Maintenance and Operation.
- [Download](https://obx-organization.gitbook.io/obx-r3-manual/installation/download.md)
- [Installation](https://obx-organization.gitbook.io/obx-r3-manual/installation/installation.md)
- [Uninstalling](https://obx-organization.gitbook.io/obx-r3-manual/installation/uninstalling.md)
- [ObX Backend Engineering](https://obx-organization.gitbook.io/obx-r3-manual/backend-engineering/obx-backend-engineering.md): Backend engineering in ObX encompasses the technical tasks involved in managing licenses, configuring data sources, implementing tags, user management, and other related functionalities.
- [ObX Collector](https://obx-organization.gitbook.io/obx-r3-manual/backend-engineering/obx-collector.md): A web based application tool for collecting various data from OPC, MQTT and Modbus devices and push it to ObX historian.
- [FRONT END ENGINEERING](https://obx-organization.gitbook.io/obx-r3-manual/front-end-engineering.md)
- [WebUI Dashboard](https://obx-organization.gitbook.io/obx-r3-manual/front-end-engineering/webui-dashboard.md)
- [User Management](https://obx-organization.gitbook.io/obx-r3-manual/front-end-engineering/user-management.md)
- [Datasources](https://obx-organization.gitbook.io/obx-r3-manual/front-end-engineering/datasources.md)
- [Dashboard Introduction](https://obx-organization.gitbook.io/obx-r3-manual/front-end-engineering/dashboard-introduction.md): Overview of Dashboard
- [Dashboard Generation](https://obx-organization.gitbook.io/obx-r3-manual/front-end-engineering/dashboard-generation.md)
- [Excel Addin](https://obx-organization.gitbook.io/obx-r3-manual/front-end-engineering/excel-addin.md)
- [API Documentation](https://obx-organization.gitbook.io/obx-r3-manual/api-documentation.md): This page explain how you can configure and send API request to read data from the ObX Historian Server.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://obx-organization.gitbook.io/obx-r3-manual/obx-data-management-platform.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.
