# How It Works (Flow Overview)

1. **Submit a Dream**\
   Users enter a recent dream in natural language via the Telegram Mini-App.
2. **AI Analysis**\
   The dream is interpreted through Lucidai’s AI model trained on:
   * Symbolic meanings (e.g. flying = freedom, falling = insecurity)
   * Emotional tone extraction (e.g. fear, joy, uncertainty)
   * Personality mapping (e.g. introspective, creative, ambitious)
3. **Crypto Recommendation**\
   The AI matches the dream’s core elements with real-world Web3 projects or tokens that fit:
   * Your needs
   * Your values
   * Your emotional moment
4. **Save & Reflect**\
   The user can save results to their **Dream Diary (MyLucidai)** and reflect on recurring patterns and token affinity.


---

# 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://dream-lucidai.gitbook.io/dream-lucidai-docs/solution-lucidai/how-it-works-flow-overview.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.
