> For the complete documentation index, see [llms.txt](https://help.stibee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stibee.com/user-workspace/security-settings/login-devices.md).

# 로그인 기기 목록 확인하기

## 이 글에서는 <a href="#view-login-devices" id="view-login-devices"></a>

최근 로그인한 기기 목록을 확인하고 관리하는 방법에 관해 알아봅니다.

***

최근 30일 동안 내 계정으로 로그인한 기기 목록을 확인할 수 있습니다. 알 수 없는 기기가 있다면 보안을 위해 로그아웃할 수 있습니다.

1. 화면 오른쪽 위에 있는 \[워크스페이스 이름 → 내 정보]를 클릭합니다.
2. 기기 목록에서 최근 30일 동안 로그인한 내역을 확인할 수 있습니다.

알지 못하는 로그인 기록이 존재한다면, 보안을 위해 \[로그아웃] 버튼을 눌러 로그아웃을 진행해 주세요. \[모든 기기에서 로그아웃]을 누르면, 로그인한 모든 기기에서 한 번에 로그아웃할 수 있습니다.

<figure><img src="/files/tjv3pecBNC3QACDDEZ0Q" 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://help.stibee.com/user-workspace/security-settings/login-devices.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.
