> For the complete documentation index, see [llms.txt](https://docs.frontrun.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frontrun.pro/cn/yong-hu-zhi-nan/ru-he-dao-ru-biao-qian/shou-dong-dao-ru-biao-qian.md).

# 手动导入标签

## 向已有分组添加钱包

当你已经有一个分组，并希望向该分组中添加更多钱包时，使用此方式。

1. 打开 Frontrun → 进入 Groups（分组） → 将鼠标悬停在目标分组上 → 点击 Edit（编辑）
2. 在 分组管理 页面中，点击 ＋ 添加
3. 选择一种方式：

   a. 添加单个钱包

   b. 添加多个钱包
4. 粘贴钱包地址（单个）或钱包地址列表（多个）
5. 点击 添加钱包 或 添加多个钱包

{% hint style="success" %}
格式说明

* 可根据分组名称 自动生成标签（可选）
* 使用以下格式（每行一个）：

```
Wallet address: Label
HB7F...c9zk: Ponke_Dev
4h3r...QeTf: Bonk_Whale
```

{% endhint %}

{% columns %}
{% column %}

<h3 align="center">添加单个钱包</h3>

<figure><img src="/files/eYhnuiZdVDWTsQIBRINI" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<h3 align="center">多个钱包</h3>

<figure><img src="/files/0RWKgGUf5rcTfEVul6z7" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

## 批量导入

当你已经有一份钱包地址列表，或已有导出的文件时，使用此方式。

1. 打开 Frontrun 浏览器扩展
2. 点击右下角的 「＋」
3. 选择 导入标签 → 批量导入
4. 粘贴你的钱包地址列表，或 Tampermonkey 的 Twitter 标签 JSON（以 $myTwitterNoteItems 开头）
5. （可选）输入一个 分组名称
6. 点击 导入

<h3 align="center">批量导入</h3>

<figure><img src="/files/biVvMZE14o5ErKhjK9qK" alt=""><figcaption></figcaption></figure>


---

# 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://docs.frontrun.pro/cn/yong-hu-zhi-nan/ru-he-dao-ru-biao-qian/shou-dong-dao-ru-biao-qian.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.
