> For the complete documentation index, see [llms.txt](https://docs.betterbuilding.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.betterbuilding.io/user-guide/2d-building/drawing/manage-tags.md).

# Manage Tags

Tagging is a powerful workflow tool that speeds up material specification directly in the drawing space. It lets you tag walls, floors, roofs, glazing and shading with specific build-ups, and then copy those tags across similar elements. It’s a huge time-saver across every project.

You can create as many tags as you need for your project. We recommend giving each tag a clear, unique name that matches your drawing references, as these tags also appear in reporting.&#x20;

## Create a Tag

To create a Tag, select the tag icon and click 'Add Tag'. Next, give your Tag a 'Title', Symbol' and 'Color'. Once you're done click 'Add' and then 'Save'.

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

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

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

## Specify a Tag&#x20;

After creating a tag, it’s time to add a specification. Note, this example shows a wall but your tag could be used for any part of the building envelope or to distribute Spaces.

To Specify a Tag, navigate to the area you would like to use the tag. In this case, we choose Wall. Next, select the '+' icon and select your tag. Then, nominate the inputs related to the tag. In this case, it is wall specifications. Once you're done click 'Save'.

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

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

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

## Distribute a Tag

Now that your tag has a specification, you're ready to use it in the drawing space. Here’s how to apply it:

1. Head back to the drawing.
2. Click to select the aspect you want to tag. You can:
   * **Left-click** to select individual Aspects or Zones.
   * **Click and drag** to box-select multiple Aspects.
   * **Hold Ctrl** while dragging to box-select Zones.
3. Once you’ve made your selection, press **Enter**.
4. A form will pop up showing all your tags. Choose the one you want, then click **Apply Tags**.

Need to make changes?

* Press **Delete** to remove tags from selected items.
* Press **Escape** to cancel your current selection.

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

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

<figure><img src="/files/9qot1H7dxTXJHqowBq1s" alt=""><figcaption></figcaption></figure>

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

## Save and Copy to ...

To Use ‘Save and Copy To ...’, select the aspect you want to copy from. In this case, we choose Wall. Next, click the ‘Save and Copy To’ option in the top right corner and select your tag. Then, choose where you'd like to apply it. In this case, we select all aspects. Once you're done, click ‘Save and Copy To \[#] Aspects’, then don’t forget to click ‘Save’.

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

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

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

<figure><img src="/files/yZ7vSgSH2wT8EvXJ9edg" 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://docs.betterbuilding.io/user-guide/2d-building/drawing/manage-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.
