# Make a transfer

1. In the main account's homepage, you can obtain the sub-account platform URL and forward it to the sub-account holders for them to login.<br>

   <figure><img src="/files/6L4Sy5JXvGquRU6nC9UV" alt=""><figcaption></figcaption></figure>

2. Upon logging in sub-account platform, navigate to "Dispatch Record" > "Add dispatch record"<br>

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

3. Select the currency required, input the deposit address into the "To" box and fill in withdrawal amount into "Dispatch amount" box. If you would like to leave a note on chain, simply fill in the "On-chain remark" box. If you would like to leave a note for this transaction in this platform only, simple fill in the "Order remark" box. Once everything is done, click the "Submit" button to proceed.<br>

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

4. Upon submitting the dispatch record, you would see the "Submitted" message appearing at the top of the screen, and a new dispatch record pending for approval appears in the "Pending data approve" list.<br>

   <figure><img src="/files/sheB6EZYQ8vqcnVTgaRC" 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://coinsdo.gitbook.io/docs/coinsend/how-to/make-a-transfer.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.
