> For the complete documentation index, see [llms.txt](https://docs.opsnow.io/dev-opsnow-user-guide-v0.2/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-v0.2/menu/resources/usage.md).

# Usage

You can check the resource usage status and usage history for each cloud service.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcmWSOSxe0ZQGybEbnupZgcoDq2Eb8MRriCFVTKndNmmWRspW2GQhHQm8Y14SyFEPkQJ5hHpxG5mDL5yNuJH3h1zKNfJPpQjc7meV9daJsIu3PSi5259SPlQrGGdbtySpo0CEnyg1D24sOOx48q7AtGTMQ?key=ysDRQafD0diZR68JeXXSdQ" alt=""><figcaption></figcaption></figure>

1. **Select a cloud service:** When you select a cloud service, the information will be displayed on the screen based on the selected cloud service.
2. **Last Resource Collection Time:** Displays the time when resources were last collected from cloud services. Collection cycles vary by resource type.

   ⚠️ Important: Newly created resources are not displayed in real-time. They will be displayed after being collected according to the regular collection cycle.\
   [View collection schedule details](/dev-opsnow-user-guide-v0.2/menu/resources/usage/resource-collection-schedule.md)
3. **Current/History tabs:** You can select a tab.&#x20;
   * **Current tab:** Displays the current resource usage of the selected cloud service.
   * **History tab:** Displays the usage history of the selected cloud service.

{% tabs %}
{% tab title="Current Tab" %}
Displays the resource usage of the selected cloud service.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcF0jdA1vbfaf_EuPHOlXhck7dTSZ0u3KUE2XRDMoSszb_IM26rC5U6VrtjMcWMtUcweJih7a1hHsP2YbS4_Bgmh919VIe2dX_x9ffOxR_HhPtpMT5OVmr8K0AsL17PbuOzp6ldy56BJ7fRjMDntU4_hAc?key=ysDRQafD0diZR68JeXXSdQ" alt=""><figcaption></figcaption></figure>

1. **Search conditions:** You can check information by selecting the cloud accounts, regions, or tags.
2. **Select products of cloud services:** You can check information by selecting a specific cloud service product such as API Gateway, S3, etc.
3. **Download in Excel:** You can download the information on the screen to an Excel file.
4. **Cloud resource graph:** You can check the information of cloud resources in use with graphs.
   * **Region:** You can check information by region.&#x20;
   * **Type:** You can check information by type.
5. **Search bar:** You can search information by entering a search text.
6. **Resource information table:** You can check detailed information about resources.
   {% endtab %}

{% tab title="History Tab" %}
Displays the usage history of the selected cloud service.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdGnSZ9mCKPAYtIizHmsnM4e3X1BsTFVZHS3u6KIhGnwLUxCJM-BfOO1-1gTkcPO-LTEtOGtWpCY8MGIRFwKuojelXCfeRK-DzHBzr6faFB7WwaY7JQtKa9SHldNEfNSjZCGcP3q_CdacPcReYrD_wv22I?key=ysDRQafD0diZR68JeXXSdQ" alt=""><figcaption></figcaption></figure>

1. **Search conditions:** You can check information by selecting the period, cloud accounts, regions.
2. **Select products of cloud services:** You can check information by selecting a specific cloud service product such as API Gateway, S3, etc.
3. **Download in Excel:** You can download the information on the screen to an Excel file.
4. **Cloud resource graph:** You can check the information of cloud resources in use with graphs.
5. **Search bar:** You can search information by entering a search text.
6. **Resource information table:** You can check detailed information about resources.
   {% 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-v0.2/menu/resources/usage.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.
