# Creating Token through UI using Token Template

These are the following steps to create and using a token templates:

Step 1 : Use Create Token Block to allow policy user create new token by token template.

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

Step 2: User creates token by template and it will set new token id in data VC&#x20;

Step 3: If mint block has token template setup, token instances will be created by token template and tokenId will be taken from data VC by template name&#x20;

Step 4: Also you can use token templates in token confirmation/token action blocks, tokenId will be taken with the same way with mint block.


---

# 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://docs.guardianservice.io/technical-information/tokens/token-template/creating-token-through-ui-using-token-template.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.
