# How to use the Creation Tools

To start your journey with no-code contract creation you will need to hover over the dropdown menu of  the "Dapp" item in the navigation bar and select your desired contract. \
\
Today we will be showing you how to create your own customized token in just a few minutes....\ <br>

<div data-full-width="false"><figure><img src="/files/ZJVmgdhNKgV08moWlORK" alt=""><figcaption></figcaption></figure></div>

Once you've clicked on the "Create Token" option you'll find yourself on the "Create New Token" page. Go ahead and connect your wallet and switch to the network you'll be using for this tutorial.<br>

<figure><img src="/files/6sez2QHJfDXCKmoCkLX3" alt=""><figcaption></figcaption></figure>

Next, you will need to fill in the blanks with your desired name, ticker and supply size.&#x20;

And that would be everything needed to create a very basic token contract, for more advanced features like taxes and max wallets toggle the Advanced Options.

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

Once you've activated the Advanced Options you will have access to all the following customizations:<br>

<figure><img src="/files/K5o3DeGXzFoulvlK5Ci1" alt=""><figcaption><p>Reflection Tax distributes the portion of the transaction amount to all addresses in the holder list in proportion to their total holdings.</p></figcaption></figure>

<figure><img src="/files/itS8nihQew2nQQu3fO8L" alt=""><figcaption><p>The Liquidity fee is automatically added to the LP in the DEX, it's a common practice to maintaining a healthy LP.</p></figcaption></figure>

<figure><img src="/files/6e85IV4s1ZJVzajvUbIf" alt=""><figcaption><p>The Admin fees can be used for what is commonly called "Development" or "Marketing" taxes. Which is received in the chosen wallet and the administrarors can choose what will be its use.</p></figcaption></figure>

<figure><img src="/files/WNQ4bMizRtG03cOFDZvs" alt=""><figcaption><p>The Max Transaction setting sets the limit for the maximum amount of supply allowed to be sent in a single transaction. Used for controlling large sells.</p></figcaption></figure>

<figure><img src="/files/AMkxZb6OyGG9Lus0H6Uq" alt=""><figcaption><p>Max Wallet setting allows for determining the maximum amount of supply a wallet can hold.</p></figcaption></figure>

<figure><img src="/files/PG2XvELfYv9V79FTM5bx" alt=""><figcaption><p>When this option is turned on, taxes will be taken on EVERY transaction including transfers. If it's turned off, taxes will only be taken on swap transactions on the LP.</p></figcaption></figure>

Once you've chosen all your desired parameters and their corresponding values you are ready to deploy the contract by clicking on the "Create Token" button and accepting the transaction.\
\
After you've created your token contract you'll be able to modify the parameters and other token dynamics in your "Dashboard".


---

# 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.coincreate.io/platform/how-to-use-the-creation-tools.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.
