# How to Send Tokens

1. Go to the [Wallet Overview](/gosuto/gosuto-app-overview/wallet-overview.md) and click on **Send** to access a page where you can send your tokens.
2. By clicking on the token, an option to send a token will appear on the right side.
3. Type in the amount of CSPR you want to send, the Recipient Address, and the Network through which you are sending your CSPR.\
   Once you type in all of the information, click on **Send.**<br>

   <figure><img src="/files/1I1YIMqqr1MQCbDQsX5f" alt=""><figcaption></figcaption></figure>

If you do not have any tokens in your wallet, you can easily [create](/gosuto/tokens/how-to-create-tokens.md) or [import](/gosuto/tokens/how-to-import-tokens.md) a token.

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

{% hint style="info" %}
Go to [History](/gosuto/gosuto-app-overview/history.md) to see all of the previously sent tokens.
{% endhint %}


---

# 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://the-arcadia-group.gitbook.io/gosuto/tokens/how-to-send-tokens.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.
