> For the complete documentation index, see [llms.txt](https://docs.openreview.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openreview.net/how-to-guides/workflow/how-to-test-your-venue-workflow.md).

# How to test your venue workflow

See also:

* [Post a test submission](/how-to-guides/workflow/how-to-create-change-and-delete-notes.md)
* Post, edit, and remove reviews

If you wish to test your venue workflow, please use the dev site, as testing on your live venue page can cause collisions and issues when you run your workflow live. To do so, please go to [dev.openreview.net](https://dev.openreview.net/) and complete the following steps:

1. Create a profile for yourself
2. Submit a venue request
3. Email us at <info@openreview.net> so that we can deploy the venue for you.

#### Notes about the dev site

* The **dev site uses a separate database** from the live site- this means that no information is shared between the two sites.
* **Emails are disabled** on the dev site, except for **signup confirmation links**. This means that your test emails will not actually be sent, but they will show up in the messages tab of the site.
* If you want to test with **real author names**, you must **create those profiles on the dev site**. Some profiles may already exist from previous testing.
* The Post Decision stage should **only** be run after testing is complete.

### Resetting the Venue

Most stages can be reset by changing the dates and settings to reopen the stage. If you want to reset to the beginning of the review phase:

1. Delete all review [notes](/reference/api-v1/entities/note.md) from the venue
2. Undeploy [assignments](/how-to-guides/paper-matching-and-assignment/how-to-undo-deployed-assignments.md) in the assignments browser
3. Re-[assign](/how-to-guides/paper-matching-and-assignment.md) reviewers as necessary
4. Change the dates to reopen the[ review stage](/reference/stages/review-stage.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.openreview.net/how-to-guides/workflow/how-to-test-your-venue-workflow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
