> For the complete documentation index, see [llms.txt](https://resmocom.gitbook.io/product/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resmocom.gitbook.io/product/resource-tags/resource-groups.md).

# Tag Rules

With the automatic tagging feature, you can create "**tag rules**" to tag your resources automatically based on specified criteria. This eliminates the need for manual work and simplifies filtering and categorizing resources.

{% hint style="info" %}
Resource Groups are no longer needed and have been removed.
{% endhint %}

Resmo offers two different types of resource tagging:

[**Manual Tagging**](/product/resource-tags/manual-tagging.md): To manually tag a resource, navigate to Explore > Resources, click on a resource to view its details, and then click +Add Tag on the right side to select and add tags to the resource.

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

### **Auto-Tagging**

Auto-tagging allows you to create Tag Rules that automatically filter resources matching the configurations you set and then apply the appropriate tags to those resources.

### Configuring a Tag Rule

1. Navigate to the Settings page and click on **Tags** under Configurations in the left sidebar. Click the **Add Tag Rule** button to start configuring a new rule.

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

2. Name your Tag Rule.

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

3. Enter one or more tags that will be applied to matching resources.

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

4. Fill out the configuration settings. You can add multiple configurations for a single Tag Rule. Options include:

* Selecting an integration. If you don't select any, all integrations will be used.
* Using labeled integrations to filter resources.
* Selecting individual resource types for your tag rule.

5. Choose from the most common fields based on the selected integrations and resources, or add a custom value to refer to inner fields. You can add multiple fields to a single Tag Rule.
6. Click the **Create** button, and your Tag Rule is now active!

If you have any questions or need assistance, please feel free to contact us via live chat or email us at <contact@resmo.com>.


---

# 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://resmocom.gitbook.io/product/resource-tags/resource-groups.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.
