> For the complete documentation index, see [llms.txt](https://innoway.gitbook.io/innoway/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://innoway.gitbook.io/innoway/gioi-thieu-ve-innoway.md).

# Giới thiệu về Innoway

Innoway là một nền tảng IoT cho phép phát triển, quản lý và mở rộng quy mô nhanh chóng các dự án IoT. Mục tiêu của chúng tôi là cung cấp giải pháp đám mây cho các ứng dụng IoT của bạn.

## Bắt đầu sử dụng

Hãy làm theo các bước sau để bắt đầu sử dụng InnoWay:

{% content-ref url="/pages/KE1SZFu3Yplm4cFKFbG4" %}
[Đăng kí tài khoản](/innoway/bat-dau-su-dung/dang-ki-tai-khoan.md)
{% endcontent-ref %}

{% content-ref url="/pages/VZmobuVY8bomeNnwRAav" %}
[Tạo dự án mới](/innoway/bat-dau-su-dung/tao-du-an-moi.md)
{% endcontent-ref %}

{% content-ref url="/pages/W3m8IWLzcNf0p1brIKhB" %}
[Hướng dẫn kết nối thiết bị](/innoway/bat-dau-su-dung/huong-dan-ket-noi-thiet-bi.md)
{% endcontent-ref %}

## Giải pháp mẫu

Bạn có thể tham khảo các chức năng bên dưới để tạo giải pháp của riêng mình, hoặc tham khảo các giải pháp mẫu của chúng tôi

{% content-ref url="/pages/8S9cOTNbH9opPN1utyEf" %}
[Tích hợp đồng hồ nước thông minh](/innoway/bat-dau-su-dung/giai-phap-mau/tich-hop-dong-ho-nuoc-thong-minh.md)
{% endcontent-ref %}

## Chức năng sử dụng

Học cách sử dụng InnoWay thông qua việc tìm hiểu các chức năng sau:

{% content-ref url="/pages/VFE5Bm4LKzj33cxOSmLU" %}
[Quản lí thực thể](/innoway/tinh-nang/quan-li-thuc-the.md)
{% endcontent-ref %}

{% content-ref url="/pages/r2SMgxQAdbJ45vh1ZcxU" %}
[Quản lí nghiệp vụ](/innoway/tinh-nang/quan-li-nghiep-vu.md)
{% endcontent-ref %}

{% content-ref url="/pages/tNIPb1U2nzZipy6Z3PNR" %}
[Bảng điều khiển](/innoway/tinh-nang/bang-dieu-khien.md)
{% endcontent-ref %}

{% content-ref url="/pages/CwcMNDdOgusWSwXfmsgx" %}
[Vai trò](/innoway/tinh-nang/vai-tro.md)
{% endcontent-ref %}

{% content-ref url="/pages/e4Res7y9A8LP2Lr5NyXJ" %}
[Custom Adapter](/innoway/tinh-nang/custom-adapter.md)
{% endcontent-ref %}

## Các tài liệu khác

{% content-ref url="/pages/dDBMtc3U0lUS7EA7QpIh" %}
[SDK](/innoway/tai-lieu/sdk.md)
{% endcontent-ref %}

{% content-ref url="/pages/dV6rD7vLRmVe2iMcP4p5" %}
[API](/innoway/tai-lieu/api.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://innoway.gitbook.io/innoway/gioi-thieu-ve-innoway.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
