> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vmonster.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Intro to VMONSTER

> Meet the next generation of Interactive AI.

Seamlessly integrate real-time AI Avatar video streaming into your service.
Built for developers, our lightweight SDK enables seamless integration into your service.
This guide introduces essential SDK functions—from quick authentication to flexible feature integration and practical use cases.

<img className="block dark:hidden" src="https://mintcdn.com/vmonster/pWyzh58A7kubBVwj/images/hero.png?fit=max&auto=format&n=pWyzh58A7kubBVwj&q=85&s=b8e1c5798a9f3b9f28d5297dcb29ac4a" alt="Hero Light" style={{ borderRadius:"20px" }} width="1200" height="630" data-path="images/hero.png" />

<img className="hidden dark:block" src="https://mintcdn.com/vmonster/pWyzh58A7kubBVwj/images/hero.png?fit=max&auto=format&n=pWyzh58A7kubBVwj&q=85&s=b8e1c5798a9f3b9f28d5297dcb29ac4a" alt="Hero Dark" style={{ borderRadius:"20px" }} width="1200" height="630" data-path="images/hero.png" />

## Setting up

<CardGroup cols="2">
  <Card title="Quickstart" icon="rocket" iconType="regular" href="pages/quickstart">
    Implement your first AI Avatar application with our step-by-step guide
  </Card>

  <Card title="SDK Installation" icon="code" iconType="regular" href="pages/installation">
    Learn how to install the VMONSTER Streaming SDK.
  </Card>

  <Card title="Make AI Avatar Speak" icon="comment-dots" iconType="solid" href="pages/make_Your_Agent_Speak">
    Learn about AI Avatar speech feature, using text and streaming input.
  </Card>

  <Card title="Transcribe User Audio (STT)" icon="microphone" iconType="solid" href="pages/transcribe_User_Audio">
    Learn how to transcribe user audio, using user audio track or blob.
  </Card>

  <Card title="VmonsterRoom" icon="book" iconType="regular" href="/pages/vmonsterRoom">
    Dive Deep into how to interact with with AI Avatars.
  </Card>

  <Card title="Demo" icon="window" iconType="regular" href="/pages/demo">
    Javascript examples for the VMONSTER Streaming SDK.
  </Card>
</CardGroup>
