# 歸集

如果使用者在項目中設置了多個子地址且每個地址都有資產，擁有歸集權限的使用者可以將所有子地址的資產收集到指定的錢包地址，方便使用者管理和使用。成功收集的資金和Gas費用可以在錢包的交易記錄中查詢。歸集的操作可手動操作或通過API發起。

## 手動歸集

1. 進入API模塊，點擊“地址管理” - “歸集”。

   <figure><img src="/files/vkOQeXHnl2e6SFJmGJSg" alt=""><figcaption></figcaption></figure>
2. 配置歸集條件，包括接收地址和間隔金額，確認符合條件的地址數量，然後點擊“下一步”。

   <figure><img src="/files/7HzlP2dNITxZaS3yYbrC" alt=""><figcaption></figcaption></figure>
3. 輸入交易密碼進行驗證。
4. 驗證成功後，Cregis將開始收集符合條件的地址並顯示歸集進度。如需停止歸集，您可以點擊“停止歸集”。

API歸集

用戶可以參考開發者文檔了解API發起歸集的接口信息，如需查看API歸集則可到以下入口查看。

<figure><img src="/files/EMl6UriYDLe3lrRto5Yc" 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-tw/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.
