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

# Welcome to Proof of Human

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 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.poh.org/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://app.poh.org) or via our API:
   ```
   GET https://api.poh.org/v1/sessions/{sessionId}/report
   ```

### Privacy and data handling

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

### The Proof of Human badge

The Proof of Human 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 Proof of Human Badge](/using-the-badge).

### Next steps

1. [Book a demo](https://poh.org/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/session-data) 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@poh.org](mailto:support@poh.org).
