# LYN DOCS

- [Introducing Lyn](https://lynlabs.gitbook.io/lyn/lyn-docs/introducing-lyn.md): The video-based super-agential multimodal ecosystem.
- [Our Vision for Video AI and Human-Centric Agential Video](https://lynlabs.gitbook.io/lyn/lyn-docs/our-vision-for-video-ai-and-human-centric-agential-video.md): Photorealistic, human-centric synchronous video agents that can change human lives for the better.
- [Decentralized Video AI Layer](https://lynlabs.gitbook.io/lyn/lyn-docs/decentralized-video-ai-layer.md)
- [Video Agent Generation: Diffusion Based Model](https://lynlabs.gitbook.io/lyn/lyn-docs/video-agent-generation-diffusion-based-model.md): A novel approach for powerful, controllable human-like video generation.
- [Text-to-Speech Synthesis Using Diffusion Bridge Model](https://lynlabs.gitbook.io/lyn/lyn-docs/video-agent-generation-diffusion-based-model/text-to-speech-synthesis-using-diffusion-bridge-model.md): A model that outperforms autoregressive and diffusion models for high quality output that is structured, noiseless, and quick on inference.
- [Real-time Conversational Generation: A Framework for Voice-driven Facial Animation](https://lynlabs.gitbook.io/lyn/lyn-docs/video-agent-generation-diffusion-based-model/real-time-conversational-generation-a-framework-for-voice-driven-facial-animation.md): A state-of-the-art approach that bridges the gap between high-quality video generation and the latency challenges of real-time interaction.
- [Decentralized Video Agent Applications and Capabilities](https://lynlabs.gitbook.io/lyn/lyn-docs/decentralized-video-agent-applications-and-capabilities.md): On-chain video agent applications, capabilities, and their place in the new world of AI.


---

# 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://lynlabs.gitbook.io/lyn/lyn-docs.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.
