# Using content plugins on entry page

NorrCompetition supports the possibilty of participant’s page processing by content plugins that allows to display the result of content plugins work on the entry page.

For this you need to set the tags that are processed by content plugins. Log in to *Control Panel -> NorrCompetition > Options > General tab* and in Content Plugins field specify the tags of the content plugins. If you have several tags then you should specify every new tag from the new row.

For example:

**{jmb\_donation}** - call of JMB Donation plugin\
\&#xNAN;**{youtube}** - call of AllVideos plugin\
\&#xNAN;**{loadmodule module\_type}** - specific Joomla module output\
\&#xNAN;**{loadposition position\_name}** - specific Joomla position output

The following events are supported: *onContentPrepare*, *onContentAfterTitle*, *onContentBeforeDisplay*, *onContentAfterDisplay*. The context passed to the plugins is 'com\_competition.participant'.

On the picture below the areas of the entry page that every event is responsible for are highlighted:

<figure><img src="https://norrnext.com/images/docs/norrcompetition/customisation/participant_event_areas.png" alt="Event areas on the entry page"><figcaption><p>Event areas on the entry page</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/customisation/using-content-plugins-on-entry-page.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.
