> 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/account_settings/w_change_menu.md).

# \[Web] 사용자 페이지에서 로그인 후 표시되는 메뉴를 변경하는 방법

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

이 매뉴얼에서는 설정 화면에서 사용자 페이지에서 로그인한 후 표시되는 메뉴를 변경하는 방법에 대해 설명합니다.

***

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

1. 사용자 페이지에 로그인하여 다음 방법 중 하나로 설정 화면을 표시합니다.\
   ❶ 사용자 이름 클릭\
   ❷ 설정 버튼 클릭
2. 설정 메뉴의 '시작메뉴' 항목에서 '최근파일', 'Home', 'My Box', 'Shared Box' 중 선택합니다.\
   설정은 즉시 저장됩니다.
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/account_settings/w_change_menu.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.
