> For the complete documentation index, see [llms.txt](https://launcher-docs.netmarble.com/faq-kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://launcher-docs.netmarble.com/faq-kr/launcher-login/5.md).

# 로그인 상태 유지

* 매번 아이디와 비밀번호를 입력할 필요 없이, 런처 로그인 상태를 유지해주는 기능입니다.
* 단, 여러분의 소중한 정보가 노출될 수 있기 때문에 꼭 개인 PC에서만 사용해주시고, PC방과 같은 공용 환경은 피해주세요.

#### \[로그인 상태 유지 방법]

* 런처 로그인 시, '로그인 상태 유지' 옵션에 체크합니다.

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

#### \[로그인 상태 유지 해제 방법]

* 런처 로그아웃 시, '로그인 상태 유지'가 해제됩니다.
* 최근 30일간 런처에 접속한 기록이 없을 경우 자동으로 '로그인 상태 유지'가 해제됩니다.


---

# 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://launcher-docs.netmarble.com/faq-kr/launcher-login/5.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.
