> For the complete documentation index, see [llms.txt](https://help.xpert.lever.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.xpert.lever.me/workspace/structure.md).

# 워크스페이스 구성

Xpert 진입 시 보실 수 있는 메뉴 구성을 소개합니다. 각 메뉴와 버튼들의 기능을 확인할 수 있습니다.

## 유저/관리자 레벨

유저 레벨(마스터, 에디터, 유저) & 관리자 레벨은 좌측 메뉴 바에 모든 센터가 표시됩니다.

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

#### 1. 워크스페이스 선택 버튼

`워크스페이스 아이콘` 클릭 시 워크스페이스 목록 페이지로 이동할 수 있습니다.

#### 2. 주메뉴 (홈 \~ 매체 캐시 관리)

초기 홈 화면은 자산 관리 페이지입니다. 데이터 센터, 소재 센터, DA 센터, 자산관리, 매체 캐시 관리 등 주요 기능 페이지로 이동할 수 있습니다.

#### 3. 알림 센터

상단 `종 아이콘`을 누르면 현재 접속한 워크스페이스의 알림이 표시됩니다.

* ‘읽은 알림’의 기준 : 특정 알림을 선택(클릭) 하면, ‘읽음’ 처리 됩니다.
* ‘읽음’ 처리 된 알림은 빨간색 점이 사라집니다.

`읽지 않은 항목만 보기` 토글을 통해, 안 읽은 알림만 필터링 해 확인할 수 있습니다.

<figure><img src="/files/SgHsMOAcck65Scm6c00B" alt="" width="563"><figcaption></figcaption></figure>

#### 4. 로그아웃

Xpert에서 로그아웃할 수 있습니다.

#### 5. 사용자 관리

`상반신 아이콘`은 [워크스페이스 사용자 관리](/workspace/user_mgmt.md)기능입니다.

#### 6. 설정

`톱니바퀴 아이콘`은 [워크스페이스 설정 및 알림 설정](/workspace/setting_alert.md#undefined) 기능입니다.

## 클라이언트

클라이언트 역시 Xpert 워크스페이스에 로그인할 수 있습니다. 다만, **현재 소재센터만 이용이 가능**합니다.

* 워크스페이스 아이콘 우측 `드롭다운` 기능으로 다른 워크스페이스로 이동할 수 있습니다.
* 워크스페이스 아이콘 클릭 시 워크스페이스 목록 페이지로 이동할 수 있습니다.

{% hint style="danger" %}
**설정 및 사용자 관리**는 접근할 수 없습니다.
{% endhint %}


---

# 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:

```
GET https://help.xpert.lever.me/workspace/structure.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
