> For the complete documentation index, see [llms.txt](https://knowledge-base.letsgetdigital.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge-base.letsgetdigital.com/the-admin-panel/users/user-tags/assigning-user-tags.md).

# Assigning user tags

There are a few ways in which you choose to assign a user tag to your users

### Manually assign a tag to a user

You can manually assign a (pre-created) tag to a user from the admin panel by completing the following steps:

1. Open the admin panel
2. Go to 'Users' --> 'All users'
3. Search for the user you wish to assign a tag to
4. Click on the Edit symbol <img src="/files/jxKUqK8dMdiF4ov2v5rH" alt="" data-size="line">
5. Scroll down to 'Tags'
6. Search for the relevant tag<br>

   <figure><img src="/files/4KlGQeI20Z4aQfC3xlWS" alt=""><figcaption></figcaption></figure>
7. Select 'Add' to connect the tag\
   (You can add multiple tags)
8. Make sure you save your changes

### Automatically after completing a registration form

If you are using the Let's Get Digtal registration form you can choose to automatically assign a (pre-created) user tag to the person who has completed the form [(discover how here)](/adding-users-and-ticketing/registration-forms.md#how-to-create-a-registration-form).

<figure><img src="/files/0HhvLmLrIcYywWN4mABq" alt=""><figcaption></figcaption></figure>

### Assign your tags through an excel import (*Fastest option* <mark style="color:yellow;">⭐️</mark>)

When importing your user into the system with an excel sheet you can fill in the column named 'User tags' the specific tags you would like to create and assign it to the specific user as shown in the example below:

<figure><img src="/files/GND9GyK8yHuk8vr4xRjx" alt=""><figcaption></figcaption></figure>

### Bulk assign your users tags from the user overview

You can bulk assign (pre-created) user tags to users from the user overview in the admin panel by completing the following steps:&#x20;

1. Open the admin panel
2. Go to 'Users' --> 'All users'
3. Click on the check box next to the users you want to add a tag to<br>

   <figure><img src="/files/o8VgNAHNVrq5jRcpHj6T" alt=""><figcaption></figcaption></figure>
4. Click on the tag symbol<img src="/files/FBkOz9LWXqzz4F1vQBmy" alt="" data-size="line">
5. Select the relevant tags you wish to connect the users\
   (multiple tags possible)<br>

   <figure><img src="/files/5a7zA7rSqU2SpePjJHaG" alt=""><figcaption></figcaption></figure>
6. Click 'Save'


---

# 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://knowledge-base.letsgetdigital.com/the-admin-panel/users/user-tags/assigning-user-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.
