# Tutorials & Help

### Step-by-step guides

On our [Medium blog](https://medium.com/@20lab) you can find our step-by-step guides which will show you the entire process of creating a token on [20lab.app](https://20lab.app/) and accessing it through the owner dashboard:

{% embed url="<https://medium.com/@20lab/generating-your-first-erc-20-token-on-20lab-app-78ebca8da2d4>" %}
Guide for generating a simple token with small number of extra features inside and no transaction taxes.
{% endembed %}

{% embed url="<https://medium.com/@20lab/making-a-deflationary-erc-20-token-on-20lab-app-c4f576198500>" %}
Guide for generating a more advanced token with large number of features inside and transaction taxes as well.
{% endembed %}

### Features overview

If you need a detailed overview of the features, please check the documentation. Each category describes all the features available in [20lab.app](https://20lab.app/) token generator with all the necessary information, recommendations and precautions.

#### ERC-20 (EVM)

{% content-ref url="features/general" %}
[general](https://docs.20lab.app/features/general)
{% endcontent-ref %}

{% content-ref url="features/optional" %}
[optional](https://docs.20lab.app/features/optional)
{% endcontent-ref %}

{% content-ref url="features/taxes" %}
[taxes](https://docs.20lab.app/features/taxes)
{% endcontent-ref %}

{% content-ref url="features/swap-threshold-ratio" %}
[swap-threshold-ratio](https://docs.20lab.app/features/swap-threshold-ratio)
{% endcontent-ref %}

#### SPL (Solana)

{% content-ref url="solana-features/general" %}
[general](https://docs.20lab.app/solana-features/general)
{% endcontent-ref %}

{% content-ref url="solana-features/optional" %}
[optional](https://docs.20lab.app/solana-features/optional)
{% endcontent-ref %}

{% content-ref url="solana-features/metadata" %}
[metadata](https://docs.20lab.app/solana-features/metadata)
{% endcontent-ref %}

#### Sui

{% content-ref url="sui-features/general" %}
[general](https://docs.20lab.app/sui-features/general)
{% endcontent-ref %}

{% content-ref url="sui-features/optional" %}
[optional](https://docs.20lab.app/sui-features/optional)
{% endcontent-ref %}

{% content-ref url="sui-features/metadata" %}
[metadata](https://docs.20lab.app/sui-features/metadata)
{% endcontent-ref %}

### Troubleshooting errors

We know that some errors you might face during your visit at [20lab.app](https://20lab.app/) couldn't be predicted in the development phase. If you see an error during generation, deployment or using the dashboard please follow these steps:

1. Reconnect your wallet
2. Refresh the entire website (Generator data will be auto-saved)

### More help

If you are still facing problems with 20lab and don't know how to get through them, we will be glad to help you via our support channels:

1. Telegram channel: <https://t.me/x20lab>
2. E-mail: <contact@20lab.app>


---

# 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.20lab.app/tutorials-and-help.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.
