> For the complete documentation index, see [llms.txt](https://docs.plaros.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plaros.com/documentation/readme.md).

# Welcome

Welcome to the Plaros Embed Integration documentation! This guide will help you seamlessly integrate interactive Plaros playbooks into your web applications, learning management systems, and other platforms.

### What are Plaros Embeds?

Plaros embeds allow you to integrate our interactive playbooks directly into your website or application using a simple iframe-based solution. Your users can engage with immersive learning content without leaving your platform.

### Key Features

✨ **Easy Integration** - Simple iframe embed with comprehensive customization options

🎨 **Custom Theming** - Override colors and theme modes to match your brand

📱 **Responsive Design** - Automatically adapts to different screen sizes and devices

📊 **Analytics Ready** - Track user interactions and engagement metrics

🔧 **Developer Friendly** - Clean APIs with extensive documentation and examples

🚀 **Production Ready** - Built for scale with performance optimizations

### What You'll Learn

This documentation covers everything you need to know:

* **Quick Start**: Get your first embed running in under 5 minutes
* **Configuration**: Understand all available parameters and options
* **Customization**: Brand your embeds with custom colors and themes
* **Integration Examples**: Real-world code samples for popular frameworks
* **Troubleshooting**: Solutions to common issues and optimization tips

### Prerequisites

Before you begin, make sure you have:

* A Plaros account with access to the dashboard
* Your tenant slug (available in account settings)
* At least one published zone with playbooks
* Basic knowledge of HTML/CSS and your chosen development framework

### Getting Started

Ready to embed your first playbook? Start with our Quick Start Guide to get up and running in minutes.

### Need Help?

Our developer community is here to support you:

* **Discord**: Join our [developer community](https://discord.gg/9CzbDYc9sV) for real-time help
* **Email**: Reach out to <support@plaros.com> for technical assistance

Let's build something amazing together! 🚀

### Jump right in

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Quickstart</td><td><a href="/documentation/getting-started/quickstart.md">Quickstart</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.plaros.com/documentation/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
