# Developer Platform

<h2 align="center">Plaros Docs</h2>

<p align="center">Embed interactive playbooks into any website or application</p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-leaf">:leaf:</i></h4></td><td>Embed &#x26; Play</td><td>Add interactive playbooks to any website with a simple iframe embed. No complex setup, just copy-paste integration.</td><td><a href="https://app.gitbook.com/o/Q1I3bfbzj2HKwcNV43vt/s/Ac5Pw0kjogB6aBkTqBMC/">Documentation</a></td><td><a href="https://content.gitbook.com/content/oLUNRRVL7hbPkRRc1a97/blobs/gXZ9Iyp3fjZpTZEY4T5e/no-code.jpg">no-code.jpg</a></td></tr><tr><td><h4><i class="fa-server">:server:</i></h4></td><td>Fully Managed</td><td>Your games &#x26; playbooks are hosted on our reliable infrastructure. Focus on creating content, we handle the technology</td><td><a href="https://app.gitbook.com/o/Q1I3bfbzj2HKwcNV43vt/s/Ac5Pw0kjogB6aBkTqBMC/">Documentation</a></td><td><a href="https://content.gitbook.com/content/oLUNRRVL7hbPkRRc1a97/blobs/Wh3lo4LrJxzeV3kCXwOx/hosted.jpg">hosted.jpg</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td>User Friendly</td><td>Customize themes, track analytics, and integrate with your existing systems using our flexible embed API.</td><td><a href="broken-reference">Broken link</a></td><td><a href="https://content.gitbook.com/content/oLUNRRVL7hbPkRRc1a97/blobs/7DlJPVy3lJNRZYLxRSli/api-reference.jpg">api-reference.jpg</a></td></tr></tbody></table>

{% columns %}
{% column %}

### Get started in 5 minutes

Embedding your first interactive experience should be the easiest part of getting started. With simple iframe embeds, copy-paste-ready examples, and zero authentication requirements, you'll be engaging users in minutes—not hours.

No guesswork, no complexity—just your first interactive playbook, live on your site, fast.
{% endcolumn %}

{% column %}
{% code title="index.js" overflow="wrap" %}

```html
<!-- Basic Plaros Embed -->
<iframe
  src="https://play.plaros.com/v1/embed/your-tenant/playbooks?zonePath=your-zone"
  style="width: 100%; height: 600px; border: 0; border-radius: 8px;"
  allow="fullscreen"
  title="Interactive Playbook">
</iframe>
```

{% endcode %}
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<figure><img src="https://gitbookio.github.io/onboarding-template-images/placeholder.png" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

### Learn more about Plaros

Explore guides, view live examples, and discover advanced integration techniques for embedding Plaros interactive experiences into your websites, apps, and platforms.

<a href="https://app.gitbook.com/o/Q1I3bfbzj2HKwcNV43vt/s/Ac5Pw0kjogB6aBkTqBMC/" class="button secondary" data-icon="book">Documentation</a>
{% endcolumn %}
{% endcolumns %}

<h2 align="center">Join a community of over 3,000 developers</h2>

<p align="center">Join our Discord community or create your first PR in just a few steps.</p>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-discord">:discord:</i></h4></td><td><strong>Discord community</strong></td><td>Join our Discord to share creative ideas, get technical help, and collaborate with creators and developers using Plaros across different industries.</td><td><a href="https://discord.gg/9CzbDYc9sV" class="button secondary">Join Discord</a></td><td></td></tr></tbody></table>


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
