> 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-4/undefined.md).

# 사용량

각 클라우드 서비스별 리소스 사용 현황과 사용 이력을 확인할 수 있습니다.

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

1. **클라우드 서비스 선택**: 클라우드 서비스를 선택하면, 선택한 서비스에 기반한 정보가 화면에 표시됩니다.
2. **마지막 리소스 수집 시간**: 클라우드 서비스에서 리소스를 마지막으로 수집한 시간을 표시합니다. 리소스 종류에 따라 수집 주기가 다릅니다.\
   ⚠️ 중요: 새로 생성한 리소스는 실시간으로 표시되지 않습니다. 정기 수집 주기에 따라 수집 된 후 표시됩니다.\
   [전체 수집 주기 보기](/dev-opsnow-user-guide-kr/menu/undefined-4/undefined/undefined.md)
3. **현재/이력 탭**: 원하는 탭을 선택할 수 있습니다.
   * **현재 탭**: 선택한 클라우드 서비스의 현재 리소스 사용 현황을 표시합니다.
   * **이력 탭**: 선택한 클라우드 서비스의 과거 사용 이력을 표시합니다.

{% tabs %}
{% tab title="현재 탭" %}
선택한 클라우드 서비스 리소스 사용 현황을 확인할 수 있습니다.

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

1. **검색 조건**: 클라우드 계정, 리전, 태그를 선택하여 정보를 확인할 수 있습니다.
2. **클라우드 서비스 제품 선택**: API Gateway, S3 등 특정 클라우드 서비스 제품을 선택하여 정보를 확인할 수 있습니다.
3. **Excel 다운로드**: 화면의 정보를 Excel 파일로 다운로드할 수 있습니다.
4. **클라우드 리소스 그래프**: 사용 중인 클라우드 리소스 정보를 그래프로 확인할 수 있습니다.
   * **인스턴스:** 인스턴스 별 정보를 확인할 수 있습니다.
   * **리전**: 리전별 정보를 확인할 수 있습니다.
   * **타입**: 리소스 종류별 정보를 확인할 수 있습니다.
5. **검색바**: 검색어를 입력하여 정보를 검색할 수 있습니다.
6. **리소스 정보 테이블**: 리소스에 대한 상세 정보를 확인할 수 있습니다.
   {% endtab %}

{% tab title="이력 탭" %}
선택한 클라우드 서비스의 사용 이력을 표시합니다.

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

1. **검색 조건**: 기간, 클라우드 계정, 리전을 선택하여 정보를 확인할 수 있습니다.
2. **클라우드 서비스 제품 선택**: API Gateway, S3 등 특정 클라우드 서비스 제품을 선택하여 정보를 확인할 수 있습니다.
3. **Excel 다운로드**: 화면에 표시된 정보를 Excel 파일로 다운로드할 수 있습니다.
4. **클라우드 리소스 그래프**: 사용 중인 클라우드 리소스 정보를 그래프로 확인할 수 있습니다.
5. **검색바**: 검색어를 입력하여 정보를 검색할 수 있습니다.
6. **리소스 정보 테이블**: 리소스에 대한 상세 정보를 확인할 수 있습니다.
   {% endtab %}
   {% endtabs %}


---

# 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-4/undefined.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.
