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

# Next Steps

> Where to go after completing the Fanfare getting started guide.

Congratulations on completing the Getting Started guide. You now have a working Fanfare integration. Here is where to go from here to make the most of the platform.

## Explore Concepts

* [Platform Overview](/concepts/overview)
* [Experiences](/concepts/experiences)
* [Distribution Types](/concepts/distributions/overview)
* [Audiences](/concepts/audiences)
* [Consumers](/concepts/consumers)
* [Products](/concepts/products)
* [Real-time Updates](/concepts/real-time)

## SDK Deep Dives

* [SDK Overview](/sdk/overview)
* [Choose Your Path](/sdk/choose-your-path)
* [Core SDK Quickstart](/sdk/core/quickstart)
* [React Components](/sdk/components/react)
* [Web Components](/sdk/components/web-components)

## Dashboard

* [Dashboard Overview](/dashboard/overview)
* [Dashboard Getting Started](/dashboard/getting-started)
* [Experiences in the Dashboard](/dashboard/experiences/overview)
* [Audiences in the Dashboard](/dashboard/audiences/overview)
* [Consumers in the Dashboard](/dashboard/consumers/overview)
* [Analytics in the Dashboard](/dashboard/analytics/overview)
* [Settings](/dashboard/settings/overview)

## API

* [API Overview](/api/overview)
* [Authentication](/api/authentication)
* [Errors](/api/errors)
* [Pagination](/api/pagination)
* [Rate Limiting](/api/rate-limiting)
* [Webhooks](/api/webhooks/overview)

## Guides

* [Authentication Overview](/guides/authentication/identified-consumers)
* [Integration Patterns](/guides/integration-patterns/ssr-integration)
* [Checkout Integration](/guides/checkout-integration/checkout-overview)
* [Advanced Guides](/guides/advanced/error-handling)

## Resources

* [Resources Overview](/resources/overview)
* [Security Overview](/resources/security/overview)
* [Troubleshooting](/resources/troubleshooting/common-issues)
* [Contact Support](/resources/support/contact)
* [Changelog](/resources/support/changelog)
  /\* ... \*/
  });
  fanfare.on("queue:position-changed", (data) => {
  /* ... */
  });
  fanfare.on("draw:won", (data) => {
  /* ... */
  });
  fanfare.on("draw:lost", (data) => {
  /* ... */
  });
  fanfare.on("auction:outbid", (data) => {
  /* ... */
  });
  fanfare.on("auction:won", (data) => {
  /* ... */
  });

```

### SDK Defaults

The SDK uses the supported Fanfare environment and API URL by default. Configure the required organization ID, publishable key, and experience ID; leave environment and API URL overrides unset unless your Fanfare contact explicitly asks you to use them.

## Example Paths

Continue with the integration path that best matches your application:

- [SDK overview](/sdk/overview) - Choose the core SDK, React components, or web components.
- [Integration patterns](/guides/overview) - Pick a browser, server-rendered, headless, or mobile WebView pattern.
- [Checkout integration](/guides/checkout-integration/checkout-overview) - Connect admitted consumers to your checkout flow.
- [Changelog](/resources/support/changelog) - Review recent documentation and platform updates.

## Feedback

We are constantly improving Fanfare. Let us know how we can help:

- [Contact support](/resources/support/contact) for product questions, bug reports, and documentation feedback

Thank you for choosing Fanfare!
```
