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

# Overview

> Where technical teams should start when implementing Obvlo.

Use this section when your engineering team is implementing Obvlo. It covers API integration, Embeddable Widget setup, Microsite implementation, and language support.

## Where do you want to start?

<CardGroup cols={2}>
  <Card title="API" icon="code" href="/developer-docs/api/overview">
    Authentication, onboarding, and endpoint reference for direct integrations.
  </Card>

  <Card title="Widget implementation" icon="sliders" href="/embed-widget/quick-start">
    Add the Embeddable Widget to your site and configure the core setup.
  </Card>

  <Card title="Microsite implementation" icon="globe" href="/microsite/overview">
    Serve Microsite content on your domain and configure reverse proxy setup.
  </Card>

  <Card title="Language support" icon="book-open" href="/reference/language-reference">
    View supported language codes and locale coverage for implementation.
  </Card>
</CardGroup>
