> For the complete documentation index, see [llms.txt](https://runyourai.gitbook.io/userguide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://runyourai.gitbook.io/userguide/runyour-agent/get-started/undefined.md).

# 로그인과 계정 만들기

{% hint style="info" %}
기관 초대 없이는 Runyour Cloud 서비스에 접근할 수 없습니다.
{% endhint %}

<div data-with-frame="true"><figure><img src="/files/bZ17q8887TxW4C096OKc" alt=""><figcaption><p><strong>가입 화면</strong> — 초대 링크로 진입한 기관 가입·이메일 인증 단계</p></figcaption></figure></div>

#### **초대 메일 확인** <a href="#undefined" id="undefined"></a>

{% stepper %}
{% step %}

### 초대 메일 확인

기관 관리자가 초대를 보내면, 입력하신 이메일로 **\[Runyour Agent] 기관 초대 안내** 메일이 도착합니다. 메일의 안내에 따라 가입을 완료하면 기관에 합류됩니다.

<mark style="color:$info;">\*초대 링크는 1회용이며 유효 기간이 지나면 사용할 수 없습니다.</mark>
{% endstep %}

{% step %}

### 이메일 인증하기

가입 절차 중 이메일 인증 단계에서 입력하신 이메일로 6자리 인증 코드가 발송됩니다. 코드를 입력하면 인증이 완료됩니다.

\*인증 코드는 발급 후 5분간 유효합니다. 시간이 지났다면 재발송을 요청해 주세요.
{% endstep %}

{% step %}

### 합류 완료

가입이 완료되면 **\[Runyour Agent] 기관 합류 완료 안내** 메일이 발송되며, 콘솔로 이동해 바로 이용을 시작할 수 있습니다.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
초대 메일이 도착하지 않은 경우, 스팸함을 확인하거나 기관 어드민에게 재발송을 요청하세요.
{% endhint %}


---

# 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://runyourai.gitbook.io/userguide/runyour-agent/get-started/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.
