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

# 계정 생성

**OpsNow FinOps Plus**를 이용하려면 먼저 가입이 필요합니다. 또한 **OpsNow FinOps Plus**의 대부분의 서비스에 접근하려면 AWS, Azure, GCP 등의 클라우드 제공업체 계정을 **OpsNow FinOps Plus**에 등록해야 합니다.<br>

### 신규 계정 생성

1. 먼저, <https://www.opsnow.io/kr-ko> 웹사이트에 접속합니다. 화면 오른쪽 상단에 있는 **\[회원가입]** 버튼을 눌러주세요.

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

2. 로그인 페이지에서는 Google 프로필을 사용하거나 이메일 주소와 비밀번호를 입력하여 계정에 접속할 수 있습니다.\
   아직 계정이 없다면 정보입력 후 **\[회원가입]** 버튼을 클릭하여 새 계정을 생성해 주세요.

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


---

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