# How do I add new tags to dropdown/multi-select components?

## Pre-defined Tags

To add new tags, you must add them to the Select/Multi-Select property on Notion. Afterwards, you can click the "Reload" button in the app builder.&#x20;

Finally, on NotionApps, when you click "+ Add Option" in your dropdown or multi-select component, the tags should be available as options.&#x20;

## Dynamic Tags

It is not possible to add new tags as options directly from the apps. However, there is a workaround possible.

1. Create a new database to store your tags.
2. Instead of using a select/multi-select property to store the tags, create a relation to this new database.&#x20;
3. Use the Page Selector or List component in NotionApps to show these tags.&#x20;
4. In these components, you find an option to "Allow adding" that allows you to create new tags in this new database.


---

# Agent Instructions: 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:

```
GET https://docs.notionapps.com/frequently-asked-questions/how-do-i-add-new-tags-to-dropdown-multi-select-components.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
