# How it Works

### Instructions

#### Step 1: Initiate a Conversation with the Telegram Bot

Users begin by starting a conversation with the 404 Lab Telegram bot, the gateway to the ERC-404 Factory. The bot serves as an interactive guide throughout the token creation process.

#### Step 2: Token Configuration

During the conversation, users configure their ERC-404 tokens by providing essential details such as token name, ticker symbol, total supply, and any additional specifications. The intuitive bot interface ensures a seamless and user-friendly experience.

#### Step 3: Confirm and Deploy

After configuring the token, users confirm their choices, and the bot facilitates the deployment process. The smart contract is deployed on the Ethereum blockchain, and users are provided with the necessary information related to their newly created ERC-404 token.

#### Step 4: Receive Tokens and Replicants

Upon successful deployment, users receive their ERC-404 tokens along with corresponding NFT replicas known as Replicants. This unique dual-component model enhances the utility and potential use cases of the tokens.

### Functionality

#### Intelligent Guidance

The Telegram bot acts as an intelligent assistant, guiding users through each step of the ERC-404 token creation process. It ensures that users, regardless of their technical expertise, can easily navigate and configure their custom tokens.

#### User-Friendly Interface

The bot provides an intuitive and user-friendly interface within the Telegram platform, making it accessible to a wide audience. Users can interact with the bot conversationally, eliminating the need for complex commands or technical jargon.

#### Real-Time Feedback

Throughout the token creation journey, the bot provides real-time feedback and confirmation prompts, ensuring that users have a clear understanding of the choices they are making. This transparency enhances the overall user experience.

<br>


---

# 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://lab404.gitbook.io/404-labs-whitepaper/how-it-works.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.
