# Live and Sandbox Application

BoldSign provides two distinct environments **Sandbox** and **Live** to help developers efficiently test and deploy webhook integrations.

## Sandbox Mode

The **Sandbox mode** allows you to:

- Develop and test webhook integrations safely.
- Simulate real-world scenarios without affecting live data.
- Debug and refine integration workflows.

Use the Sandbox environment to ensure your webhooks function correctly before moving to production.

## Live Mode

The **Live mode** is intended for your production environment. After successfully testing your webhook integration in the Sandbox environment, switch your application to Live mode to handle real-world document transactions and webhook events.

## Switching Between Sandbox and Live Modes

When creating or editing your developer application, you can easily toggle between **Sandbox** and **Live** environments:

1. Navigate to **API → OAuth Apps** in your BoldSign dashboard.
2. Click **Create Application** (or edit an existing one).
3. Select your desired environment (**Sandbox** or **Live**) using the toggle provided.
4. Save the changes.

Ensure you test your webhook thoroughly in Sandbox mode before switching to Live mode for your production usage.

![Live sandbox app](/static/images/webhooks/live-sandbox-app.webp)
