> 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/submissions-comments-reviews-and-decisions/update-camera-ready-pdfs-after-the-deadline-expires.md).

# Update camera-ready PDFs after the deadline expires

In the event PCs receive requests from authors to update camera-ready pdfs there are two ways to approach this.

1\. Extend the camera-ready deadline - this opens a window for anyone to make revisions.

2\. Revise camera-ready papers individually - this limits revisions to select papers.

### **Extend the camera-ready deadline**

Click the ‘Submission Revision Stage’ button to extend the deadline for the camera-ready revisions and the authors will be able to update their PDFs.

### **Revise camera-ready papers individually**

The best way to do this is to navigate to the camera-ready super invitation for the conference.

{% hint style="info" %}
The name of the super invitation in this example is `Camera-Ready_Revision` which is the most common name for it. However, if the invitation is not found, it's likely that you set a different name for it.
{% endhint %}

How to build the url for the super invitation:

{% code overflow="wrap" %}

```
https://openreview.net/invitation/edit?id=insertconferencegroupid/-/Camera-Ready_Revision
```

{% endcode %}

What is my conference group ID?

<figure><img src="/files/wxJbjLu0IjguazzyRJVF" alt=""><figcaption><p>The conference group ID</p></figcaption></figure>

Once you've navigated to the super invitation (the page header will include the name of the camera ready revision) scroll passed the General Info to "Child Invitations". The total count of child invitations should be in parenthesis. Listed with hyperlinks are the invitations for the submissions, click on the submission invitation you wish to revise.

<figure><img src="/files/KRSm2ZhZV4wi7ut37P89" alt=""><figcaption><p>List of child invitations.</p></figcaption></figure>

After selecting the child invitation of the submission you wish to change, in the General Info section there are dates listed, click the “Edit General Info” button.

Modify the expiration date to the desired point in the future and click “Save Invitation”.

The author or PCs are now free to update the PDF.<br>


---

# 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/submissions-comments-reviews-and-decisions/update-camera-ready-pdfs-after-the-deadline-expires.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.
