> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/ko/knowledge-base/050-how-can-i-know-whether-there-are-other-sessions-open-on-my-account.md).

# 내 계정에서 다른 세션이 열려 있는지 어떻게 알 수 있나요

다른 사람이 귀하의 계정에 접근할 수 있다고 우려되는 경우, 예를 들어 도서관, 카페 등의 공용 PC에 계정이 로그인된 상태로 남겨두었을 수 있다면, 다음을 클릭하세요 *계정 > 계정 설정* 대시보드 페이지에서. 아래로 스크롤하여 *세션* 섹션으로 이동한 다음 클릭하세요 *세션 관리*. 다음을 클릭하세요 *세션 지우기* 아래 버튼을 눌러 현재 세션을 제외한 모든 세션에서 로그아웃하세요. 계정 설정 페이지에서 비밀번호를 재설정하는 것도 좋습니다.


---

# 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://overleaf-pro.ayaka.space/latex/ko/knowledge-base/050-how-can-i-know-whether-there-are-other-sessions-open-on-my-account.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.
