# Post Decision Stage

#### What it Does&#x20;

The Post Decision Stage updates the visibility and anonymity of submissions after decisions have been posted. This updates the paper's status from active to accepted/rejected.

#### When to Use it

The Post Decision Stage will only appear after the Decision Stage deadline. If you have already successfully posted all decisions but the Post Decision Stage has not yet appeared, you can re-run the Decision stage to make the deadline earlier.

<details>

<summary>Release Submissions </summary>

* Changes the visibility of submissions. The decisions must also be released if you would like to release the submissions by decision.
* Required&#x20;

</details>

<details>

<summary>Reveal Authors</summary>

* Changes anonymity settings of submissions.&#x20;
* Required

</details>

<details>

<summary>Send Decision Notifications</summary>

* Select whether or not you would like to send notification emails to authors when you submit Post Decision Stage.&#x20;
* Required
* Defaults to "No, I will send the emails to the authors."

</details>

<details>

<summary>____ Email Content </summary>

* Takes a template decision notification for each decision type for your venue. If "Yes, send an email notification to the authors" was selected, these templates will be populated with the paper information and sent to the authors of the respective papers.&#x20;
* Optional
* Defaults to the [default decision notification](/reference/default-forms/default-decision-notification.md)

</details>


---

# 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.openreview.net/reference/stages/post-decision-stage.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.
