# 归集

如果用户在项目中设置了多个子地址且每个地址都有资产，拥有归集权限的用户可以将所有子地址的资产收集到指定的钱包地址，方便用户管理和使用。成功收集的资金和Gas费用可以在钱包的交易记录中查询。归集的操作可手动操作或通过API发起。

## 手动归集

1. 进入API模块，点击“地址管理” - “归集”。<br>

   <figure><img src="/files/K8gdXjAhCGQTQDju9Iyi" alt=""><figcaption></figcaption></figure>
2. 配置归集条件，包括接收地址和间隔金额，确认符合条件的地址数量，然后点击“下一步”。<br>

   <figure><img src="/files/vqFCXPPa3DadaFg0SoZH" alt=""><figcaption></figcaption></figure>
3. 输入交易密码进行验证。
4. 验证成功后，Cregis将开始收集符合条件的地址并显示归集进度。如需停止归集，您可以点击“停止归集”。

## API归集

用户可以参考[开发者文档](https://developer-cn.cregis.com/api-reference/request)了解API发起归集的接口信息，如需查看API归集则可到以下入口查看。

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


---

# 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://support.cregis.com/cregis-wallet-guide/zh-cn/api/manual/collection.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.
