# Creating Token using UI

Following are the steps to create a token:

Step 1: Click on the Create Token button in the Tokens tab as shown below:

<figure><img src="/files/5ArH21GCwaYKXL2NhMGr" alt=""><figcaption></figcaption></figure>

Step 2: Once button is clicked, we get a pop up box to enter token details such as Name, Symbol etc.

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

Following are the parameters required to complete the token creation process:

<table><thead><tr><th width="198.66666666666666">Field Name</th><th>Description</th><th>Exmaple</th></tr></thead><tbody><tr><td>Token Name</td><td>Name of the token</td><td>iREC Token</td></tr><tr><td>Token Symbol</td><td>Symbol of the token</td><td>I</td></tr><tr><td>Token Type</td><td>whether the token to be fungible and non fungible</td><td>F/N</td></tr><tr><td>Decimals</td><td>Decimals to be allowed to the token</td><td>2</td></tr><tr><td>Enable Admin</td><td>Enabled to make changes in the token settings even after creating token</td><td>Checked or Unchecked</td></tr><tr><td>Change Supply</td><td>Enabled to change the token supply</td><td>Checked or Unchecked</td></tr><tr><td>Enable Freeze</td><td>Enabling Freezing of the token</td><td>Checked or Unchecked</td></tr><tr><td>Enable KYC</td><td>Enabling KYC when token is created</td><td>Checked or Unchecked</td></tr><tr><td>Enable Wipe</td><td>Enabled to wipe the token supply</td><td>Checked or Unchecked</td></tr></tbody></table>


---

# 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://guardian.hedera.com/guardian-dev/guardian/tokens/creating-token-using-ui.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.
