> ## Documentation Index
> Fetch the complete documentation index at: https://docs.davinci-app.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tags

Tags provide a flexible way to categorize and group objects across your project, regardless of their location in the model hierarchy. They can be used to mark objects by ownership, status, priority, requirements compliance, or any other classification relevant to your workflow.

## Using Tags

### Adding Tags to Objects

Tags can be applied directly from the [Properties View](/pages/user-guide/views/properties) of any object.

1. Click the **#** button located under the object name header
2. Type the name of the tag you want to apply
3. Select an existing tag from the list, or select `+ [Name]` to create a new tag on the fly

<Frame>
  <img noZoom src="https://mintcdn.com/celedonsolutions/IOHDKnil6FJ88NYo/images/properties_tags.png?fit=max&auto=format&n=IOHDKnil6FJ88NYo&q=85&s=622b9ce5b365af5e9049dd4817aee45f" width="1657" height="524" data-path="images/properties_tags.png" />
</Frame>

### Removing Tags from Objects

To remove a tag from an object:

1. Hover over the tag in the Properties View
2. Click the **X** icon that appears on the tag

## Managing Tags

Project-wide tag management is handled in [Project Settings](/pages/editor/project-settings/project). Here you can view all tags, manage their assignments, and configure their properties.

<Frame>
  <img noZoom src="https://mintcdn.com/celedonsolutions/VVSNPtUqEEEbcyvr/images/tags-settings.png?fit=max&auto=format&n=VVSNPtUqEEEbcyvr&q=85&s=554c8b3746689bf3ebae226b7a3cfbe0" width="3404" height="1184" data-path="images/tags-settings.png" />
</Frame>

### Creating and Searching

* **Search**: Use the search bar at the top of the tag list to find specific tags in large projects
* **Create**: Click the **Create Tag** button to define a new tag directly from the settings menu

### Viewing Tag Usage

Click on any tag in the list to see a detailed view of all objects currently using that tag.

**From this view you can:**

* **Add Objects**: Click the **Add Objects** button to apply this tag to more objects
* **Remove Objects**: Click the trash can icon next to an object in the list to remove the tag from that specific object

### Editing Tags

Click the **pen icon** next to a tag to open the edit interface.

<Frame>
  <img noZoom src="https://mintcdn.com/celedonsolutions/VVSNPtUqEEEbcyvr/images/tag-edit-settings.png?fit=max&auto=format&n=VVSNPtUqEEEbcyvr&q=85&s=1f60f915d3b7555187d8044acaee04f2" width="2934" height="2200" data-path="images/tag-edit-settings.png" />
</Frame>

**Customizable Properties:**

* **Name**: Rename the tag (updates across all marked objects)
* **Description**: Add context about what the tag is used for
* **Color**: Change the visual color of the tag for easier identification
* **Object Type Restrictions**:
  * By default, tags can be applied to any object type
  * Select specific object types from the list to restrict usage
  * Click **Remove Restrictions** to allow the tag on all object types again

<Note>Remember to click **Save** to apply your changes.</Note>

### Deleting Tags

Tags can be permanently deleted from the project by clicking the **trash can icon** on the tag row.

<Warning>Deleting a tag will remove it from ALL objects it is currently applied to.</Warning>
