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

# Embedding Overview

Papermap provides powerful embedding capabilities that allow you to integrate conversational analytics, interactive dashboards and visualizations directly into your website or web application.

## Overview

Embedding allows you to:

* Include Papermap conversational analytics directly into your web application
* Display live dashboards in your website
* Customize the appearance and functionality
* Control user interactions and permissions
* Maintain consistent branding with your application

This guide will walk you through the various embedding options and implementation methods.

## Next Steps

<CardGroup cols={2}>
  <Card title="Get an API Key" icon="key" href="/documentation/embedding/get-api-key">
    Learn how to obtain and configure your API key for embedding Papermap dashboards
  </Card>

  <Card title="React Components" icon="grid-2" href="/documentation/embedding/react-components">
    Embed `PaperChat`, `PaperCard`, and `PaperBoard` directly in your React application
  </Card>

  <Card title="Basic Embedding" icon="code" href="/documentation/embedding/basic-embedding">
    Start with simple iframe embedding to get your first dashboard up and running
  </Card>

  <Card title="Configuration" icon="gear" href="/documentation/embedding/configuration">
    Learn about advanced configuration options and customization parameters for your embedded dashboards
  </Card>

  <Card title="Parameter Usecases" icon="list-check" href="/documentation/embedding/parameter-usecases">
    Explore common parameter combinations and use cases for different embedding scenarios
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/documentation/embedding/troubleshooting">
    Common issues and solutions for embedding Papermap dashboards in your application
  </Card>
</CardGroup>
