> 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/tai-lieu.md).

# Tài liệu

- [API](https://innoway.gitbook.io/innoway/tai-lieu/api.md)
- [REST API](https://innoway.gitbook.io/innoway/tai-lieu/api/rest-api.md)
- [Login](https://innoway.gitbook.io/innoway/tai-lieu/api/rest-api/login.md): API Login cung cấp các phương thức xác thực cho người dùng hoặc thiết bị khi truy cập hệ thống. Các API này đảm bảo chỉ những đối tượng hợp lệ mới có thể đăng nhập và sử dụng các tài nguyên bên trong.
- [Project](https://innoway.gitbook.io/innoway/tai-lieu/api/rest-api/project.md): API cung cấp các tính năng hỗ trợ người dùng quản lý các dự án (project) có trong tài khoản, chỉ được sử dụng đối với các tài khoản có quyền admin
- [Device](https://innoway.gitbook.io/innoway/tai-lieu/api/rest-api/device.md): API cung cấp các tính năng hỗ trợ người dùng quản lý các thiết bị có trong dự án (project)
- [Attribute](https://innoway.gitbook.io/innoway/tai-lieu/api/rest-api/attribute.md): API cung cấp các tính năng hỗ trợ người dùng quản lý các thuộc tính (attribute) có trong các thực thể của nền tảng bao gồm :  tổ chức(organization), thiết bị(device), người dùng(user).
- [Organization](https://innoway.gitbook.io/innoway/tai-lieu/api/rest-api/organization.md): API cung cấp các tính năng hỗ trợ người dùng quản lý các tổ chức(organization) trong dự án (project)
- [Role](https://innoway.gitbook.io/innoway/tai-lieu/api/rest-api/role.md): API cung cấp các tính năng hỗ trợ người dùng quản lý vai trò(role), quyền tác động của một tài khoản người dùng(user) đến các tài nguyên có trong một dự án(project)
- [User](https://innoway.gitbook.io/innoway/tai-lieu/api/rest-api/user.md): API cung cấp các tính năng hỗ trợ người dùng quản lý các người dùng cuối(user) trong dự án (project)
- [MQTT Device API](https://innoway.gitbook.io/innoway/tai-lieu/api/mqtt-device-api.md)
- [HTTP Device API](https://innoway.gitbook.io/innoway/tai-lieu/api/http-device-api.md)
- [SDK](https://innoway.gitbook.io/innoway/tai-lieu/sdk.md)
- [Device](https://innoway.gitbook.io/innoway/tai-lieu/sdk/device.md)
- [Attributes](https://innoway.gitbook.io/innoway/tai-lieu/sdk/attributes.md)
- [Adapter](https://innoway.gitbook.io/innoway/tai-lieu/sdk/adapter.md)
- [ESP32](https://innoway.gitbook.io/innoway/tai-lieu/sdk/esp32.md): Link github: https://github.com/innoway-vht/SDK\_INNOWAY\_ESP
- [pg](https://innoway.gitbook.io/innoway/tai-lieu/sdk/pg.md)


---

# 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/tai-lieu.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.
