> For the complete documentation index, see [llms.txt](https://docs.norrnext.com/norrcompetition/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.norrnext.com/norrcompetition/entries/contestants-profile.md).

# Contestant's Profile

To manage own entries a user should proceed to user entry page (the corresponding menu item should exist and it is being created during NorrCompetition installation).

<figure><img src="https://norrnext.com/images/docs/norrcompetition/entries/my_entries.png" alt="The list of user&#x27;s entries on front-end - NorrCompetition"><figcaption><p>The list of user's entries on front-end</p></figcaption></figure>

You will see the table with the following columns:

* **Entry** – the title of the entry. The click on it will redirect to the entry edit form.
* **Contest** – the title of the contest. The click on it will redirect to the contest page.
* **Published – Yes / No**. If site administrator unpublishes the entry, then it will have the corresponding state and the lock icon will be displayed near the title. This means that you cannot edit this entry.
* **Approved – Yes / No**. By default it is *No* since after the submission of application it should be checked and approved by site administrator.
* **Link to entry** – it could be Waiting for approval or the link to entry page.

### Editing entry

When you are on the user entries page you can click on the entry title to edit the corresponding entry.

The *contest* parameter could not be changed, so it is inactive.

After the save of entry the site administrators will receive a notification to check out changes in entry (in a case of moderation). If the moderation is required for changed entries, then the entry will be get unapproved status.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.norrnext.com/norrcompetition/entries/contestants-profile.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
