> For the complete documentation index, see [llms.txt](https://help.directcloud.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.directcloud.net/user_manual/login_logout/m_logout.md).

# \[Mobile] 사용자 페이지에서 로그 아웃하는 방법

### 개요 <a href="#a03" id="a03"></a>

이 매뉴얼에서는 iOS 또는 Android 애플리케이션에서 사용자 페이지에서 로그아웃하는 방법에 대해 설명합니다.

***

### 제한·보충사항 <a href="#a04" id="a04"></a>

* 특히 없음

***

### 절차 <a href="#a05" id="a05"></a>

1. 다음 방법 중 하나로 로그아웃 확인 화면을 표시합니다.
   * 왼쪽 상단의 세 줄 아이콘을 누르고 로그아웃 메뉴를 누릅니다.
   * 왼쪽 상단의 세 줄 아이콘을 누르고 설정 메뉴를 누른 뒤, 하단에 있는 로그아웃을 누릅니다.
2. iOS 애플리케이션의 경우 '확인', Android 애플리케이션의 경우 '예'를 탭합니다.
3. 모바일 애플리케이션에서 로그아웃하고 로그인 화면이 표시되는지 확인합니다.


---

# 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.directcloud.net/user_manual/login_logout/m_logout.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.
