# How it works

1. **Minting iNFTs**
   * **Step 1:** Users begin by minting their facial image and voice recording as NFTs (iNFTs). This involves creating a digital representation of the individual’s photo and voice, securely stored on the blockchain.
   * **Step 2:** Once the iNFTs are minted, they are stored in the user’s cryptocurrency wallet.
2. **Connecting Your Wallet**
   * **Step 3:** Users connect their cryptocurrency wallet to Rebirth AI. The platform automatically detects the iNFTs stored in the wallet.
   * **Step 4:** The AI retrieves the facial image and voice recording from the iNFTs, ready to create the avatar.
3. **AI Processing**
   * **Facial Analysis:** The AI uses advanced facial recognition technology to analyze the facial features from the iNFT, creating a detailed 3D model that accurately captures the individual’s appearance.
   * **Voice Synthesis:** The AI processes the voice recording from the iNFT to replicate the unique vocal characteristics, ensuring the avatar sounds authentic.
4. **Avatar Creation**
   * **Integration:** The AI combines the analyzed facial data and voice synthesis to generate a fully interactive avatar. This avatar is designed to interact in real-time, providing a seamless and engaging user experience.
   * **Customization:** Users can further customize their avatars by adjusting personality traits, interaction styles, and other preferences, making the avatar truly personalized.
5. **Continuous Learning**
   * **Adaptive AI:** Rebirth AI’s avatars continuously learn from interactions, improving their responses and adapting to the user’s preferences over time. This ensures that the AI remains relevant, helpful, and engaging.


---

# 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.therebirth.ai/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.
