> For the complete documentation index, see [llms.txt](https://guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guardian.hedera.com/docs/3.5.1/guardian/tokens/creating-token-using-ui.md).

# 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>Example</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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guardian.hedera.com/docs/3.5.1/guardian/tokens/creating-token-using-ui.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
