# 🕹Helium 控制台

## 简介

Helium控制台（Helium Console）是一款网页端的物联网设备管理工具。

通过使用Helium控制台，开发者可以在Helium网络上注册、认证和管理他们的物联网设备。除了设备管理，控制台提供称之为“集成（Integration）”的预建连接，用于通过HTTPs或MQTT协议发送设备数据；或者将数据直接发送至云服务器，如AWS IoT。

Helium控制台中的设备管理包括以下功能：

* 使用标签进行结构管理，并设定用户权限；
* 注册设备ID，并进行安全简单的设备接入与认证；
* 管理Helium网络的流量积分（Data Credits）

{% hint style="info" %}
Helium控制台是一个免费的开源软件，[点击这里](https://console.helium.com)开始使用。

[Helium控制台 2.0 Beta版本](https://docs.helium.com/use-the-network/console/console-v2-beta/)现已开放公测，正式版即将推出。
{% endhint %}

在接下来的[快速入门](/helium/console/quick-start.md#kuai-su-ru-men)中，我们将演示如何建立账户并添加一个物联网设备。


---

# 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://heliumchina.gitbook.io/helium/console.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.
