# Entry Layout Options

When you are creating or editing a contest, you can control a design of the entry page through "Entry Layout Options" tab. All options are inherited from the component options by default, so you need to set them only if you want this particular contest to look different from other contests.

<figure><picture><source srcset="/files/cmlCfvcl9k5ZfLc5IjOH" media="(prefers-color-scheme: dark)"><img src="/files/H9ZKpjhfGUwvPtX33Pt9" alt="NorrCompetition - Entry Layout Options"></picture><figcaption><p>Entry Layout Options</p></figcaption></figure>

* **Title** – show or hide the title of the entry.
* **Contest Title** – show or hide the contest title in the list of entry fields.
* **Link to contest** – display the contest title as a link to a contest layout.
* **Contestant** – show or hide a user who has submitted a entry.
* **Contestant Title** – how the contestant should be displayed: name or username.
* **Link to contestant** – if set to 'Yes', the contestant will be linked. You must create a content plugin for this to be in effect. See the document [Creating a link to contestant](/norrcompetition/customisation/link-to-contestant.md).
* **EXIF** – show or hide photo EXIF data on the entry page.
* **Share Buttons** – show or hide share buttons.
* **Comments** – show or hide comments.
* **Navigation** – show or hide navigation between entries (next/previous).
* **Back to List** – show or hide the button that leads back to the list of contest entries.

The entry page could be also enhanced by the content plugins. Read more in [Using content plugins on entry page](https://docs.norrnext.com/norrcompetition/customisation/using-content-plugins-on-entry-page) document.


---

# 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/entries/entry-layout-options.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.
