# Collection

If a user sets multiple sub-addresses in their project and each address has assets, users with collection permissions can collect all sub-address assets to the specified wallet address, which is convenient for user management and use. The successfully collected funds and gas fees can be queried in the transaction records of the wallet.

## **Manual Collection**

1. Enter the API module and click "Sub-Address" - "Collect".

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

2. Configure the collection conditions, including the receiver address and interval amount, confirm the number of addresses that meet the conditions, and click "Next".

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

3. Enter the transaction password for verification.
4. After successful verification, Cregis initiates the collection of addresses that meet the conditions and displays the collection progress. If you need to stop the collection, you can click "Stop Collection".

## **API Collection**

Users can refer to the [developer documentation ](https://developer.cregis.com/api-reference/request)for API information on initiating collection via API. To view API collections, go to the following entry point.

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