> For the complete documentation index, see [llms.txt](https://docs.wpvotingcontest.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wpvotingcontest.com/technical-documentation/general-knowledge-base/index/contest-judging.md).

# Contest Judging

## Judging Dashboard

<figure><img src="/files/AZ8g2QwWgtXiTn5DqjsF" alt=""><figcaption><p>Judge Dashboard screenshot</p></figcaption></figure>

The dashboard will allow you to see an overview of you judges and judged contests.

1. Total number of judges
2. Total number of judged contestants.
3. Total number of contest categories
4. Total number of judging groups
5. The filtering options
6. The list of judging logs
7. Export functionality

## Add New Judging Panel

This menu has four tabs which you will need to configure in order to set up a new judging panel.

### 1. Select a contest

<figure><img src="/files/l1gtLhPdDEy2LuF76T82" alt=""><figcaption><p>Select contest tab screenshot</p></figcaption></figure>

### 2. Add questions

<figure><img src="/files/SMjEy4uOyHMJymciKr8r" alt=""><figcaption><p>Add questions tab screenshot</p></figcaption></figure>

### 3. Select judges

<figure><img src="/files/4vvsm3GKfSs2a3SCnWeK" alt=""><figcaption><p>Select judges tab screenshot</p></figcaption></figure>

### 4. Settings

<figure><img src="/files/r6R0Mq5z2TwJcCYwXUCB" alt=""><figcaption><p>Settings tab screenshot</p></figcaption></figure>

After going through each of the four tabs, click publish. Your judging panel should now show in the list under the 'All Judging Groups' menu.

## All Judging Groups

Here you have a list of your existing judging groups. You can manage and edit them here.

<figure><img src="/files/nBH3601vFRM3CJUuvczp" alt=""><figcaption><p>Judging groups tab screenshot</p></figcaption></figure>


---

# 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:

```
GET https://docs.wpvotingcontest.com/technical-documentation/general-knowledge-base/index/contest-judging.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.
