> For the complete documentation index, see [llms.txt](https://docs.cloudassert.com/hybr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudassert.com/hybr/features/cloud-cost-management/resource-tagging.md).

# Resource Tagging

Resource tagging enables users to assign tags & custom attributes to the cloud usage and cost data, and allows categorize and analyze costs based on specified attributes such as Cost Center, Department, Owner, Team, and Environment.

#### Creating Resource Tagging Rules

Resource tagging is achieved using [Data Processing Rules](/hybr/features/cloud-cost-management/resource-tagging/data-processing-rules.md), a user-friendly expression based on Cloud Assert's Common Cost Query Language (CCQL)

1. Log into the Hybr Admin portal and navigate to Reporting → Data Source → Rules page.<br>

   <figure><img src="/files/z5ysShYuIUXhrk8r1orq" alt=""><figcaption></figcaption></figure>
2. &#x20;Click 'Create Data Processing Rule' to add rules for Resource Tagging, and add data processing rule expression as needed<br>

   <figure><img src="/files/WJVi5webUq0c6rMmGalg" alt=""><figcaption></figcaption></figure>
3. The configured rules will be applied to the data processing going forward and will set the attributes for the cost data. In order to apply modified rules to the past month, the data processing needs to be reset as described below.<br>

   <figure><img src="/files/9WQbB1ZjBX1T1Av35NA4" alt=""><figcaption><p>Click Reset button<br></p></figcaption></figure>

   <figure><img src="/files/XUu1bVDamzC109Qf5tqh" alt=""><figcaption><p>Select the Platform, Connection, and date from which the modified rules needs to be applied</p></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.cloudassert.com/hybr/features/cloud-cost-management/resource-tagging.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.
