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

# Welcome to Roundtable Proof-of-Human

Roundtable Proof-of-Human is the world's best bot detection platform. We use advanced behavioral analyses and device checks to help software teams quickly identify and mitigate bot activity.

### Quick start

To start using Roundtable Proof-of-Human, follow these steps:

1. **Integrate the tracker**: Add our JavaScript tracker to your site with a single line of code:
   ```html theme={null}
   <script
      src="https://cdn.roundtable.ai/v1/rt.js"
      data-site-key="YOUR_SITE_KEY">
   </script>
   ```

2. **(Optionally) add more tracking info**: Specify the `data-user-id` or `data-tags` parameter to help track users beyond individual sessions. See our [Integration Guide](integration) for more info.

3. **Get session data**: View detailed session data on the [Dashboard](https://accounts.roundtable.ai) or via our API:
   ```
   GET https://api.roundtable.ai/v1/sessions/{sessionId}/report
   ```

### Privacy and data handling

Roundtable Proof-of-Human is designed with privacy first. All data stays in‑tab for the life of the visit.

### The Roundtable badge

The Roundtable badge is a small, drop-in widget that indicates whether Proof of Human is running on the page. You are free to include this on any page you are tracking. See [Using the Roundtable Badge](/using-the-badge).

### Next steps

1. [Book a demo](https://roundtable.ai/book-a-demo) with our sales team to get started with an account.
2. Explore our [Integration Guide](integration) for detailed implementation instructions.
3. Review the [API Reference](api-reference) for more details on risk scores, sessions logs, biometric checks, and device checks.

If you have any questions or need assistance, contact us at [support@roundtable.ai](mailto:support@roundtable.ai).
