# How to Create Tokens

1. Go to [Wallet Overview](/gosuto/gosuto-app-overview/wallet-overview.md) and click on **Send** or **Add Token** to create a token.<br>

   <figure><img src="/files/m71cA1TUqn5ebVmdWF2F" alt=""><figcaption></figcaption></figure>
2. To create a token, add:

   * Token Name
   * Token Ticker
   * Decimals
   * Initial Supply
   * Minter Account Hash

   You can choose whether you would like the token to show Mintable Supply and if you would like to share the token between wallets.
3. Once you enter the necessary information, click **Create** and the new token will show up in your Gosuto Wallet.

{% hint style="info" %}
It is not possible to create a token through a mobile phone application.
{% 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-create-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.
