> 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/~/changes/kVYMUwjISEF9x7H1lfSE/how-to-guides/paper-matching-and-assignment/how-to-do-manual-assignments/how-to-edit-assignments-using-the-group-editor.md).

# How to Edit Assignments Using the Group Editor

If you chose to manually assign reviewers from the PC console, that means that assignments are based solely on group membership. For example, anyone in the Paper1/Reviewers group will have reviewer permissions for Paper 1. If you removed them from that group, they would be effectively unassigned from Paper 1 and would lose access to those permissions. **Note that the following steps should only be used for venues that used manual assignment through the PC console. Do not do this if you used the edge browser.**&#x20;

1. Locate the reviewer group for a particular paper. You can build the url to this group like so: <https://openreview.net/group/info?id=> + your venue ID + /Paper + the paper's number + /Reviewers

   For example, if you wanted to assign a reviewer to Fake Conference paper 1, you could go to [https://openreview.net/group/info?id=Fake.cc/2022/Conference/Paper1/Reviewers](https://openreview.net/group/info?id=NeurIPS.cc/2022/Conference/Paper1/Reviewers).&#x20;
2. Click "Edit group".&#x20;
3. Add a profile ID or email address to the group to assign a new reviewer. Or, remove a group member to un-assign them.&#x20;


---

# 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/~/changes/kVYMUwjISEF9x7H1lfSE/how-to-guides/paper-matching-and-assignment/how-to-do-manual-assignments/how-to-edit-assignments-using-the-group-editor.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.
