# 시스템(System) BO

## 개요

X2BEE 시스템 관리를 위해 필요한 사용자, 메뉴, 권한 및 공통 코드 관리 등에 대한 시스템 관련 API를 소개합니다.

***

## API 구성 <a href="#api" id="api"></a>

* [개인 관리](/api-guide/back-office/system-bo/undefined.md)
* [사용자 관리](/api-guide/back-office/system-bo/undefined-1.md)
* [알림 메세지 관리](/api-guide/back-office/system-bo/undefined-2.md)
* [모니터링 관리](/api-guide/back-office/system-bo/undefined-3.md)
* [기본정보관리](/api-guide/back-office/system-bo/undefined-4.md)
* [메뉴관리](/api-guide/back-office/system-bo/undefined-5.md)
* [공지사항관리](/api-guide/back-office/system-bo/undefined-6.md)


---

# Agent Instructions: 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://tech.x2bee.com/api-guide/back-office/system-bo.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.
