> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/private-panels/panel-management/panelist-tags.md).

# Panelist tags

[Tags](/private-panels/organization-settings/private-panels-tagging-management.md) are used to link panelists to certain topics. You can add tags to multiple panelists simultaneously using **Bulk Actions**. You can also tag panelists one-by-one through their profiles.

### Tag multiple panelists simultaneously

{% stepper %}
{% step %}
On the **Panel** page, select the panelists you want, then click **Bulk Actions** **Tag panelists**.

![](/files/a7c1f8a9fc4265e28b7c268edceea6981620075f)
{% endstep %}

{% step %}
A pop-up will appear where you can search for or create new tags by typing on the textbox within it. The **Create new tag: "tag"** button will appear if you're using a new tag. Click it to create the new tag and assign it to the selected panelists.

![](/files/5729df806a103875fec4793364542a5aeaf581ab)
{% endstep %}

{% step %}
Existing tags will appear below the search box. You can click any of the tags to assign it to the selected panelists.

![](/files/7cd477e4f7bfeaad0ca52f1274f98b5e5eafab92)
{% endstep %}
{% endstepper %}

### Add or remove tags on the panelist profile

Open the panelist's profile. The tags associated with the panelist can be found within the Tags section. You can remove any tag by clicking the x button on the tag.

![](/files/ad52a9c0500e9dd2e4fa5b38697b7761dd1f12aa)

To add a tag, click the Add tag button.

![](/files/575717c87ae3fbbd14ce6d341708649ddf31bcab)

The Select tag pop-up will appear, the existing tags are shown on a list. You can assign any of these to the panelist by clicking it.

![](/files/0e8c7fd57e1803bc5cd224221d60d1ad2c4cf345)

If none of the existing tags are applicable, you can create a new one by typing it on the textbox then clicking the Create new tag: "tag" button when it appears. The created tag will be automatically assigned to the panelist.

![](/files/453d861c2e75dc2f8d1237419b539cd842c72b1e)

{% hint style="info" %}
**Note:** Private Panels was previously managed outside of Dscout, so you may see a different logo and URL in some places. If you have any questions, contact <support@dscout.com>.
{% endhint %}


---

# 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://help.dscout.com/private-panels/panel-management/panelist-tags.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.
