# NorrCompetition Contests

The module has the following settings:

<figure><picture><source srcset="/files/SWLvBBYeKg4sfcr1di8M" media="(prefers-color-scheme: dark)"><img src="/files/27e3PCKhkKFtyiAr7yEF" alt="NorrCompetition Contests module - settings"></picture><figcaption><p>Contests module settings</p></figcaption></figure>

### Basic Options

* **Count** - the contests count to display.
* **Count Per Row** - the contests count to display per one row.
* **Title Length** - if set then the title of the contest will be truncated till this value. You may set it when the title breaks the layout.
* **Category** - the category from which the contests should be displayed.
* **Status** - the status of the contests to display: All, Active or Completed.
* **Order** - the ordering of the contests: Title Alphabetical, Ordering, Created Date, Start Date or End Date.
* **Order Direction** - the direction of the ordering: Ascending or Descending.

### Contest Display Options

* **Image** - show or hide the contest image.
* **Description** - show or hide the description of the contest.
* **Information** - show or hide the information about the contest. If this parameter is set to hide, then all parameters below will not make any effect.
* **Type** – show or hide the type of the contest.
* **Category** – show or hide the category of the contest.
* **Link Category** - display the category title as a link to a category layout.
* **Status** - show or hide the contest status.
* **Created Date** - show or hide the created date of the contest.
* **Start Date** - show or hide the start date of the contest.
* **End Date** - show or hide the end date of the contest.
* **Voting Start Date** - show or hide the voting start date.
* **Voting End Date** - show or hide the voting end date.

See [live demo](https://norrcompetition.norrnext.com/add-ons/contests-module) of Contests module.

<figure><picture><source srcset="/files/DjEf12JIEp26iMxJATyO" media="(prefers-color-scheme: dark)"><img src="/files/rOLfP3QoF4EjpW4Q6FSh" alt="Contests module - front-end"></picture><figcaption><p>Contests module - front-end</p></figcaption></figure>


---

# 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://docs.norrnext.com/norrcompetition/modules/norrcompetition-contests.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.
