# Post Submission Stage

The Post Submission Stage is run automatically after the submission deadline.

#### What it Does&#x20;

The Post Submission Stage edits submissions to be visible to all users selected under `submission_readers` and hides any fields selected under `hide_fields`

When to Use it

<details>

<summary>Submission Readers</summary>

* Who should see the submissions; if run after the submission deadline, changes readers of all submissions in bulk as soon as Post Submission is run
* Required

</details>

<details>

<summary>Force </summary>

* Whether or not blind submissions and paper groups should be created before the submission deadline.&#x20;
* Required

</details>

<details>

<summary>Hide Fields</summary>

* Fields that will be hidden from everyone except for Program Chairs and the Paper Authors. The fields should exactly match the field names in the submission invitation.&#x20;
* Optional&#x20;

</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-submission-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.
