# Test and Live Environments

The DMS has two environments where donation widgets are created and managed: Test and Live. Set the toggle to the required environment when creating widgets for integration testing or building production-ready widgets.

<figure><img src="/files/jhv5HglLEG1EhwYxjASK" alt=""><figcaption><p>Environment switch in different settings.</p></figcaption></figure>

### Sandbox Development

Widgets created under the Test Mode will only report data to Test reports and cannot, under any circumstances, be used on a production website. They will not work, and no donations will be collected.

### Production Applications

Switch to Live once ready to deploy production widgets that will record donations and charities and collect the data for [analytics](/app/changeup-dms/reporting.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.changeup.com/app/changeup-dms/widget-setup/test-and-live-environments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
