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

# Vue SDK

> Integrate Kontext ads into your Vue 3 app with the Vue SDK.

<Card title="Vue Demo Project" icon="github" href="https://github.com/kontextso/sdk-vue-demo">
  See how easy it is to integrate high-performance ads into your Vue app using our lightweight SDK.
</Card>

## Requirements

* **Vue**: 3.3.0 or later

<Note>
  You'll need a [publisher account](/publishers#getting-started-is-easy) to obtain your `publisherToken` and placement codes.
</Note>

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/sdk/vue/installation">
    Install the npm package.
  </Card>

  <Card title="Showing your first ad" icon="rocket" href="/sdk/vue/first-ad">
    Install the plugin, feed messages, mount `<InlineAd>` — the 5-minute integration.
  </Card>

  <Card title="API reference" icon="book" href="/sdk/vue/api">
    Plugin options, composable, components, and events.
  </Card>

  <Card title="Guides" icon="signs-post" href="/sdk/vue/guides">
    Patterns and recipes: no-fill, character switching, restoring history, and more.
  </Card>

  <Card title="Example app" icon="github" href="/sdk/vue/example">
    Run the Vite + Vue 3 demo end-to-end against your own publisher token.
  </Card>
</CardGroup>
