# 프로젝트 개발 및 표준 가이드

## 개요

X2BEE-API 프로젝트 개발, X2BEE-BO 프로젝트 개발, 그리고 X2BEE-Batch 프로젝트 개발에 대한 상세 내용을 다루고 있습니다. 더불어, 프로젝트 개발 시 필요한 일관성과 효율성을 유지하기 위한 프로그래밍 일반 표준 가이드라인과 규칙을 제시하고 있습니다.

***

## 문서 구성

<details>

<summary><a href="/pages/4afb7884d0c1c3dee60a4e2ae0a978e83060fb99"><strong>프로그래밍 일반 표준</strong></a></summary>

프로그래밍 일반 표준에 따른 코딩 규칙과 관례를 설명합니다

</details>

<details>

<summary><a href="/pages/1c9009ffc0b35a5bf460bbda905b91269d44d18f"><strong>API 개발 가이드</strong></a></summary>

X2BEE-API 프로젝트 개발과 관련된 정보와 지침을 설명합니다

</details>

<details>

<summary><a href="/pages/ad43a6004ddbed2891ed4ab93244575fc86e907a"><strong>BO 개발 가이드</strong></a></summary>

X2BEE-BO 프로젝트 개발과 관련된 정보와 지침을 설명합니다

</details>

<details>

<summary><a href="/pages/817c0f62ee4cfe43c8123db114f1dd52b20e1bd8"><strong>Batch 개발 가이드</strong></a></summary>

X2BEE-Batch 개발에 필요한 지침과 실제 예시를 설명합니다

</details>

<details>

<summary><a href="/pages/Ps7eop4Lb8qcBR9V7aXA"><strong>Store Front Framework 개발 가이드</strong></a></summary>

X2BEE- Store Front 개발과 관련된 정보와 지침을 설명합니다

</details>

<details>

<summary><a href="/pages/QPzbTvC6XsT5gERiU43E#undefined-3"><strong>약어집</strong></a></summary>

X2BEE에서 사용되는 약어집 정보를 설명합니다

</details>


---

# 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/dev-guide/pjt-prepare/publish-your-docs.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.
