> 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/organization-settings/private-panels-tagging-management.md).

# Private Panels tagging management

Private Panels has a management page that allows you to see and edit all of your [Panelist tags](/private-panels/panel-management/panelist-tags.md) and [Study tags](/private-panels/panel-management/study-tags.md) in the same convenient area. Now, you can see all existing user segments within all your panels, and quickly connect existing panels with their subject matter.

### Access Tag Management

To access the tag management page, open the Settings tab and click on the Tags section in the sub menu.

![](/files/5bc742f153b6fa09f0abec712812be0c1cc0e135)

If you’ve created tags previously (either for studies or panelists), they will show on this page.

![](/files/a26317269a550d2a3873a39fb987c5583bcfd512)

### Create New Tags

You can also create new panelist or study tags on this page by either:

* clicking on the New Tag button on the top right of the page
* pressing “N” on your keyboard

This will open up the “Create a new tag” pop-up, where you can create a new tag for either a new Panelist (Type: Person), or a Study (Type: Study) by adding a title, selecting the type, and then clicking on “Create tag”

![](/files/71101762e5f9c74ac8fa7bc3499774fa8f26d504)

If the tag was successfully created, you’ll receive the following message stating that the tag was “Successfully created”, and you’ll see the tag in your list. If you enter in a tag title that already exists, you’ll receive the following error stating that the “Tag already exists”

### Edit/Delete Tags

Additionally, you can edit and delete tags on this page. To edit a tag, follow the steps below:

{% stepper %}
{% step %}
Find the tag in the list by either searching in the upper right corner search bar, or scrolling down.
{% endstep %}

{% step %}
Click the **Edit** button.
{% endstep %}

{% step %}
The current tag details will appear in a pop-up.

<figure><img src="/files/9CAm6gEfqn8MGnMXgLfc" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
A popup will show the current title of the tag, and also the tag type. You can change either or both.
{% endstep %}

{% step %}
A message will state if the update was successful.
{% endstep %}
{% endstepper %}

![](/files/9b77135599bfb9ccedd770ab5da969d1c47f8dc4)

To delete a tag, follow the steps below:

{% stepper %}
{% step %}
Find the tag in the list by either searching in the upper right corner search bar, or scrolling down.
{% endstep %}

{% step %}
Click the **Trash Can** icon.
{% endstep %}

{% step %}
The delete prompt will appear.

<figure><img src="/files/zbYFfOccjclZCmmqqDH1" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
A popup will appear to confirm that you want to proceed.
{% endstep %}

{% step %}
A message will state if the tag deletion was successful.
{% endstep %}
{% endstepper %}

### Search Tags

This page also allows you to search through tags. The search bar is located in the upper right corner of the tags page.

![](/files/2e9dd9d90b01e396b5c2ac8d3d3f621e58b5f124)

{% 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/organization-settings/private-panels-tagging-management.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.
