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

# Demo Mode

> Enable demo environment for testing and sales demonstrations

The Reach SDK includes a demo mode that provides a fully self-contained demo environment for testing and sales demonstrations.

## Enabling Demo Mode

### Configuration

To enable demo mode, add the `demo` property to your configuration object:

```javascript theme={null}
const config = {
  // Required: Enable demo mode
  demo: true,
};
```

<Note>
  Demo mode works with iframe integration and is also available as a
  standalone URL that can be sent out as "magic links", giving you flexibility
  in how you implement the demo experience.
</Note>

## Use Cases

### Development Environment

Demo mode is ideal for local development and testing:

* **No backend required**: Test SDK integration without connecting to production systems
* **Consistent data**: Reliable demo data that doesn't change between sessions
* **Safe testing**: Experiment with configurations without affecting live data

### Sales Demonstrations

The self-contained demo environment makes it perfect for sales scenarios:

* **Full product showcase**: Demonstrate both Measure and Acquire products
* **No setup required**: Prospects can see the full functionality immediately
* **Professional presentation**: Clean, consistent demo data for professional demos

## Available Features

When demo mode is enabled, you gain access to:

* **Complete Measure functionality**: View all ROAS metrics and reporting
* **Full Acquire capabilities**: Experience the complete AI campaign builder flow
* **Demo data**: Pre-populated with realistic sample data for demonstrations
* **All integration modes**: Works seamlessly with both iframe and magic-link implementations

## Customizing Demo Data

For prospects or customers who need specific customizations to the demo environment data:

**Contact our team at [collaborate@embedreach](mailto:collaborate@embedreach)** with details about:

* Industry-specific data requirements
* Custom branding needs
* Specific use case scenarios
* Timeline for customization

<Note>
  Custom demo environments can be created to better align with your specific
  industry, use case, or branding requirements.
</Note>
