> 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.md).

# Introduction

- [인트로](https://docs.opsnow.io/dev-opsnow-user-guide-kr/introduction/undefined.md)
- [FinOps란?](https://docs.opsnow.io/dev-opsnow-user-guide-kr/introduction/undefined/finops.md)
- [시작하기](https://docs.opsnow.io/dev-opsnow-user-guide-kr/introduction/undefined-1.md)
- [OpsNow FinOps Plus란?](https://docs.opsnow.io/dev-opsnow-user-guide-kr/introduction/undefined-1/opsnow-finops-plus.md)
- [계정 생성](https://docs.opsnow.io/dev-opsnow-user-guide-kr/introduction/undefined-1/undefined.md)
- [회사 신규 등록](https://docs.opsnow.io/dev-opsnow-user-guide-kr/introduction/undefined-1/undefined-1.md)
- [조직 생성](https://docs.opsnow.io/dev-opsnow-user-guide-kr/introduction/undefined-1/undefined-2.md)
- [클라우드 계정 연결](https://docs.opsnow.io/dev-opsnow-user-guide-kr/introduction/undefined-1/undefined-3.md)
- [클라우드 계정 연결 방법](https://docs.opsnow.io/dev-opsnow-user-guide-kr/introduction/undefined-1/undefined-3/undefined.md)
- [퀵 가이드](https://docs.opsnow.io/dev-opsnow-user-guide-kr/introduction/undefined-1/undefined-3/undefined-1.md)
- [AWS 계정 연결](https://docs.opsnow.io/dev-opsnow-user-guide-kr/introduction/undefined-1/undefined-3/aws.md)
- [Azure 구독 연결](https://docs.opsnow.io/dev-opsnow-user-guide-kr/introduction/undefined-1/undefined-3/azure.md)
- [GCP 프로젝트 연결](https://docs.opsnow.io/dev-opsnow-user-guide-kr/introduction/undefined-1/undefined-3/gcp.md)
- [AutoSavings 구독](https://docs.opsnow.io/dev-opsnow-user-guide-kr/introduction/undefined-1/autosavings.md)
- [사람 초대](https://docs.opsnow.io/dev-opsnow-user-guide-kr/introduction/undefined-1/undefined-4.md)
- [회사 및 조직 변경](https://docs.opsnow.io/dev-opsnow-user-guide-kr/introduction/undefined-1/undefined-5.md)
- [클라우드 계정 추가](https://docs.opsnow.io/dev-opsnow-user-guide-kr/introduction/undefined-1/undefined-6.md)


---

# 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.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.
