> For the complete documentation index, see [llms.txt](https://docs.opsnow.io/dev-opsnow-user-guide-kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsnow.io/dev-opsnow-user-guide-kr/menu/undefined-5/undefined-1.md).

# 태그 그룹

유사한 목적이나 주제를 가진 여러 태그 키와 값들을 묶어 태그 그룹을 생성하고 일괄 관리해보세요. 태그 그룹을 만들면 리포트나 분석, 리소스 관리의 기준이 되고 빌링 태그로 구성된 그룹을 만들어 비용 분석, 최적화가 용이해집니다. 해당 탭에서는 태그 그룹을 생성, 편집, 삭제 할 수 있고 태그 그룹의 세부사항도 확인 가능합니다.<br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcMulCdi8jFzXG94PnOIp7JMK34hxNCAP-Ad0lSC9clkVZtIN_4AbZHhMtuJWC3sApkQKM4YE01vOpVaMma2R0QH0aIAOrqECBnw7m1Bo9lLPfco5iwLwykkcr4-rugqzdG8qBpVw?key=_suwlix0AE7NRIe0q_yS3Ze_" alt=""><figcaption></figcaption></figure>

1. 태그 그룹 이름을 검색 입력 시 실시간 결과가 업데이트되어 정보 조회가 가능합니다.
2. **\[Add Tag Group]** 버튼을 눌러 태그 그룹을 추가할 수 있습니다. 그룹명, 설명 등 기본 정보 입력 후, 원하는 키와 값을을 추가하고 저장하면 태그 그룹이 생성됩니다.
3. 생성된 태그 그룹과 포함된 태그들, 해당 그룹이 생성된 날짜 및 업데이트된 날짜가 표시됩니다. 태그  그룹명을 클릭하면 해당 그룹의 상세 내용을 볼 수 있습니다.&#x20;
4. **\[Edit]** 클릭 시 그룹 이름, 설명 수정, 태그 키와 값 추가 및 삭제 등 해당 그룹의 설정값을 편집할 수 있습니다.
5. **\[Delete]** 버튼을 눌러 태그 그룹을 삭제할 수 있습니다.


---

# 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.opsnow.io/dev-opsnow-user-guide-kr/menu/undefined-5/undefined-1.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.
