# 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: 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/contestants-profile.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.
