# Tags

Tags are a powerful way to organise your objects and resources making it easier to find and group similar pieces of data.

Tags can be a simple key word or phrase (much like a hashtag in social media apps) or a keyword or phrase with an associated value.

Tags can be added to [object profiles](/help/mobiusflow-v3/mobiusflow-toolbox-v3/object-profiles.md) and individual [object](/help/mobiusflow-v3/mobiusflow-toolbox-v3/objects.md) instances. Any tags added to an object profile will be automatically added to all objects created from that profile.

The process of managing tags on object profiles, objects, and their resources is the same. To view the tag editor select an object profile, object, or resource and the relevant sidebar will open showing the tag editor. Once the sidebar is open follow the steps below.&#x20;

{% hint style="warning" %}
Remember to click **Save** after making any changes
{% endhint %}

<figure><img src="/files/zwgMMmjbRh7F6n2TmS1N" alt="" width="563"><figcaption></figcaption></figure>

## Adding tags

{% hint style="success" %}
Tag names are case sensitive can have spaces so `air_quality`, `air quality` and `Air Quality` are all valid tag names but are deemed different tags
{% endhint %}

### Adding a simple tag

In the **Add a tag** textbox type in the tag name and press **Enter**

The new tag will appear in the tag list

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

### Adding a tag with value

In the **Add a tag** textbox type in the tag name followed by **=** and then the value e.g `floor = 1`

Press **Enter** and the tag will appear in the tag list

{% hint style="info" %}
You do not need to add a space either side of the equals sign. All white space will be stripped away
{% endhint %}

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

Tags with values will show the first five characters of the value but you can hover over the tag to see the full value

## Modifying a tag value

To modify the value of a tag or add a value to a simple tag just re-enter the tag name and value

To convert a value tag into a simple tag re-enter the tag name with no value&#x20;

## Deleting a tag

To delete a tag click on the **X** to the right of the tag in the tags list

## 💥 Interactive Demo

{% embed url="<https://demo.mobiusflow.com/demo/cmi7biyva4x4ub7b4uv3vh8xm?utm_source=link>" %}


---

# 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.mobiusflow.com/help/mobiusflow-v3/mobiusflow-toolbox-v3/tags.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.
