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

# 포털 전환하기

#### **서비스 전환 방법**

① 사이드바 상단의 서비스 배지를 클릭합니다.

② 전환 팝오버에서 이동할 서비스를 선택합니다.

③ 선택한 서비스의 홈(대시보드) 화면으로 이동합니다.

Runyour AI, Runyour Cloud, Runyour Agent는 하나의 계정으로 이용할 수 있으며, 사이드바 상단의 서비스 배지에서 전환할 수 있습니다. 로그인 세션은 그대로 공유되므로 서비스를 전환해도 다시 로그인할 필요가 없습니다. 전환 시에는 보고 있던 페이지가 아닌 대상 서비스의 홈 화면에서 시작합니다.

{% hint style="warning" %}
이용 권한이 없는 서비스는 비활성화되거나 표시되지 않습니다.
{% endhint %}

{% hint style="warning" %}
Runyour AI에서 이용 중인 에이전트와 Runyour Agent 사용은 별도로 관리됩니다. 플랫폼을 전환해도 작업 목록, API 키 등은 연동되거나 영향을 주지 않습니다.
{% 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-1.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.
