# Introduction

- [Overview of Tricloud Nexus](https://docs.tricloudnexus.io/introduction/overview-of-tricloud-nexus.md)
- [Purpose and Scope of the Documentation](https://docs.tricloudnexus.io/introduction/purpose-and-scope-of-the-documentation.md)
- [Release Notes](https://docs.tricloudnexus.io/introduction/release-notes.md)
- [2025-02-14 - Release 2.0](https://docs.tricloudnexus.io/introduction/release-notes/2025-02-14-release-2.0.md)
- [2024-12-20 - Release 1.8](https://docs.tricloudnexus.io/introduction/release-notes/2024-12-20-release-1.8.md)
- [2024-10-05 - Release 1.7](https://docs.tricloudnexus.io/introduction/release-notes/2024-10-05-release-1.7.md)
- [2024-07-01 - Release 1.6](https://docs.tricloudnexus.io/introduction/release-notes/2024-07-01-release-1.6.md)
- [2024-02-25 - Release 1.5](https://docs.tricloudnexus.io/introduction/release-notes/2024-02-25-release-1.5.md)
- [2023-10-09 - Release 1.4](https://docs.tricloudnexus.io/introduction/release-notes/2023-10-09-release-1.4.md)
- [2023-05-09 - Release 1.3.1](https://docs.tricloudnexus.io/introduction/release-notes/2023-05-09-release-1.3.1.md)
- [2023-04-28 - Release 1.3](https://docs.tricloudnexus.io/introduction/release-notes/2023-04-28-release-1.3.md)
- [2023-02-14 - Release 1.2](https://docs.tricloudnexus.io/introduction/release-notes/2023-02-14-release-1.2.md)
- [Quick Start Guide](https://docs.tricloudnexus.io/introduction/quick-start-guide.md): Welcome to the Tricloud Nexus IoT Platform.
- [Provision an Edge device](https://docs.tricloudnexus.io/introduction/quick-start-guide/provision-an-edge-device.md): Before configuring data collection or deploying modules and application you need to provision an edge device. This quick-start will guide you through provisioning of an edge device.
- [Create Asset Hierarchy with emulated data](https://docs.tricloudnexus.io/introduction/quick-start-guide/create-asset-hierarchy-with-emulated-data.md): Understand and build an Asset Hierarchy to define your data collection.
- [Deploy Hierarchy to Edge device](https://docs.tricloudnexus.io/introduction/quick-start-guide/deploy-hierarchy-to-edge-device.md): Deploy the demo Asset Hierarchy to an edge device and verify the deployment.
- [Gain Insights from Queries](https://docs.tricloudnexus.io/introduction/quick-start-guide/gain-insights-from-queries.md): The Tricloud Nexus Query Editor is a powerful tool designed to help users query, analyze, and visualize data effortlessly.
- [Nexus Edge SDK](https://docs.tricloudnexus.io/introduction/quick-start-guide/nexus-edge-sdk.md): An introduction on how to use the Nexus Edge SDK in a custom developed module.


---

# 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.tricloudnexus.io/introduction.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.
