# Additional Features

- [Transfer Tokens](https://docs.bundlefren.com/v1/additional-features/transfer-tokens.md): Transfer tokens or ETH/BNB from your wallets directly through the wallets table.
- [MultiSend](https://docs.bundlefren.com/v1/additional-features/multisend.md): You can use the MultiSender to disperse ETH to multiple wallets in a single transaction, saving you on gas fees.
- [MultiCollect](https://docs.bundlefren.com/v1/additional-features/multicollect.md): Use the MultiCollect feature to collect ETH from your bundle wallets.


---

# 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://docs.bundlefren.com/v1/additional-features.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.
