> For the complete documentation index, see [llms.txt](https://wiki.beabee.io/help-center-english/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.beabee.io/help-center-english/community-database/tags/how-to-add-tags-to-contacts.md).

# How to add tags to contacts

There are two ways to add tags to contacts. The first is, to add tags directly in the contacts database. The second is in a contacts overview page.&#x20;

**How to add tags in the contacts database**

* Toggle the contact you want to add a tag to. Please note: You can toggle as many contacts as you like. That allows you to bulk tag a lot of contacts at the same time. You can also use the toggle in the left upper corner, to toggle every visible contact on that page of the list.

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

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

* Click on the tag button right above the contact list.&#x20;
* Choose the tag you want to add from the dropdown or create a new tag by clicking on *Manage tags*.

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

* Click on all the tags you want to add to this contact. Please note: You can add several tags at the same time.&#x20;

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

**How to add tags in the contact overview page**

You can also add tags while reviewing a contact's details.

* Open the contacts database and click on a contact's name.&#x20;
* The contact overview page opens up.&#x20;
* To add a tag here, click on *Toggle tag* and follow the steps above accordingly.

<figure><img src="/files/2tDrFHFMikIUYLcuCQZj" alt=""><figcaption></figcaption></figure>


---

# 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://wiki.beabee.io/help-center-english/community-database/tags/how-to-add-tags-to-contacts.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.
