> For the complete documentation index, see [llms.txt](https://docs.kumu.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kumu.io/guides/add-ons/disqus.md).

# Disqus

[Disqus](https://disqus.com/) is one of the leading comment systems. This add-on allows you to add a comment thread to every element, connection, loop, and map overview.

![](/files/daLxdCWs47T0zdQOfU7R)

## Installing the add-on

First, if you don't have a Disqus account yet, you can [create a free account](https://disqus.com/profile/signup/). After you are logged into Disqus, you can follow [their Publisher Quick Start guide](https://help.disqus.com/en/articles/1717056-publisher-quick-start-guide).

As you work through that guide, you'll set up a new Disqus site and be given a **shortname** for your site—you can find that below the box where you enter your site name, as shown in the image below:

![Disqus shortname](/files/5McCFQAdGxelUPqe8fMp)

Copy that shortname, then return to Kumu, and open up the Add-ons menu in [project settings](/overview/user-interfaces/settings.md#project-settings).

![](/files/ujwinz8EKXVzE6r4pbTp)

Activate the Disqus add-on by pasting in the shortname you copied before. ![](/files/3n8EK68ZnZM1EAdujMRL)

Voilà! You'll now see the Disqus comment box on each element, connection and loop profile (as well as the map overview).


---

# 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.kumu.io/guides/add-ons/disqus.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.
