# The Reviewing Process

The Reviewing phase is a vital part of CodeCall's competitive development projects, ensuring that our projects are fair, transparent, and uphold the highest standards of integrity.

Here's a detailed overview of how the judging process works.

### Overview of reviewing Phases

We divide the reviewing process into two phases:

1. **Reviewing Phase**
2. **Evaluation Phase**

Both phases occur after the contest's closed submission window, typically lasting around 1 week. Once reviewing begins, further submissions will be disabled.

### reviewing

All eligible members can participate in the reviewing phase as reviewers. Each project will have 3 reviewers which one of these will be a random pick of lead reviewer for the project.

&#x20;Reviewers will use the discord server to submit their assessments for review for each contest, earning rewards based on their performance and accuracy.

For more information on reviewing and eligibility, check out our detailed guide [here](/code-call/reviewer-docs/reviewing-eligibility.md).

At CodeCall, we are dedicated to maintaining a reviewing process that is fair and transparent. We consistently refine our methods to adhere to best practices, ensuring that every participant receives comprehensive and impartial feedback.


---

# 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://codecall.gitbook.io/code-call/reviewer-docs/the-reviewing-process.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.
