# Appeals

At CodeCall, we are committed to ensuring a transparent and fair project environment. Our Appeals Period is designed to uphold this commitment.

### Appeals Period

For 24 hours following the review phase, participants may submit appeals to contest judgments. This period will be clearly announced across all channels. During the Appeals Period, you can interact with your submissions directly on the platform and leave comments detailing your appeal for re-assessment.

### Eligibility for Appeals

To maintain a fair competition environment, participants who wish to appeal judgments on submissions (including those by other engineers) must:

* Have at least one active submission in the current contest, ensuring they are familiar with the codebase.
* Have earned at least $100 from previous CodeCall porjects, which helps ensure the credibility of the participants.

### Review of Results

Results are released immediately after the conclusion of the reviewers process. This initial release provides an overview of submission standings and participant performance.

Once preliminary results are public, a 24-hour Appeals Period begins. During this time, participants can:

* Raise concerns about their own submissions.
* Provide additional insights or clarifications.
* Challenge the preliminary findings if discrepancies are believed to exist.

### How to Submit an Appeal

To submit an appeal, follow these steps on the CodeCall portal:

1. **Locate reviewed Submission:** Navigate to your reviewed submission on out Discord server.
2. **Review Comments:** Carefully read the comments provided by the reviewers.
3. **Detail Your Appeal:** If you disagree with the reviewers decision or have questions about the results, open a ticket explaining in detail why you believe the judgment is incorrect. If challenging other entries, provide clear reasoning for any discrepancies identified.

**Note:** Low-effort appeals that lack substantial evidence or clear reasoning may be disregarded.

### Key Considerations

* **Substantial Evidence Required:** Appeals must be well-reasoned and supported by substantial evidence. Hasty or unclear appeals will be promptly closed.
* **Thoughtful Submissions:** While valid concerns are encouraged, excessive appeals with little merit may lead to disqualification of even valid points. Participants should be discerning and thoughtful in their approach.


---

# 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/engineers-docs/appeals.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.
