> 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/introduction/undefined-1/autosavings.md).

# AutoSavings 구독

AutoSavings 페이지에서는 연결된 클라우드 계정에 대해 자동화된 클라우드 비용 최적화를 활성화할 수 있습니다. OpsNow는 AI 기반 엔진을 통해 선결제 비용 없이 지속적으로 Savings Plan을 최적화하고 불필요한 지출을 줄여줍니다.

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

**절감 현황**\
이 섹션에서는 현재 클라우드 사용량을 기반으로 산정된 월간 절감액(Monthly Savings)과 연간 절감액(Annual Savings)을 보여줍니다.\
아직 분석 데이터가 없는 경우, 분석이 완료될 때까지 두 값 모두 **$0**으로 표시됩니다.

**다음 단계로 진행**\
AutoSavings 정보를 확인하고 연결된 클라우드 계정을 검토한 후, **Next**를 클릭하여 온보딩을 계속 진행합니다.


---

# 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/introduction/undefined-1/autosavings.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.
