# Integration with Disqus

To integrate popular Disqus comment system you should do the following: add new website in the Disqus admin panel, get the unique ID and set it in NorrCompetition settings.

The first step is to add a new website for moderation under your Disqus profile. Open the address: <https://disqus.com/admin/create/>

Complete site profile form:

<figure><img src="https://norrnext.com/images/docs/norrcompetition/comments/discuss1.png" alt="Disquss site profile form"><figcaption><p>Disquss site profile form</p></figcaption></figure>

* **Site name** - your website name.
* **Choose your unique Disqus URL** - this is where you will access moderation tools and site settings. This will also become your site's "shortname".

  This shortname should be set later in NorrCompetition settings for intergration.
* **Category** - select the category that your website matches best.

The next step is to set up Disqus on NorrCompetition side.\
Open *Control Panel > Components > NorrCompetition > Options* and select "Comments" tab.

In the *Comments* paramter select *Disqus*. Then in the same tab find *Disqus Options* and set *Disqus Shortname*.

Save options and Disqus will be displayed on the participant’s page.


---

# 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/comments/integration-with-disqus.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.
