# 개발 가이드

**개발 가이드**는 프로젝트의 설계부터 구현, 운영까지 전 과정을 하나의 기준 아래 정리한 통합 가이드입니다.<br>

팀이 동일한 방향과 원칙을 공유할 수 있도록 표준을 제시하고, 실제 개발 과정에서는 바로 적용할 수 있는 실행 중심의 가이드를 제공합니다.

이를 통해 불필요한 시행착오를 줄이고, 빠른 온보딩과 안정적인 품질 확보를 지원합니다.\
결과적으로 개발 효율성과 협업 일관성을 동시에 높이는 것을 목표로 합니다.

### :mag\_right:X2BEE 프로젝트 시작하기

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><strong>프로젝트 준비하기</strong></h4></td><td><p>프로젝트 시작에 앞서, 효율적인 개발을 위해</p><p>X2BEE 솔루션에 대해 알아야 할 필수정보를 </p><p>설명합니다</p></td><td><a href="/files/XmHJphQkfnNhshSECN41">/files/XmHJphQkfnNhshSECN41</a></td><td></td><td><a href="/pages/PbYb0GukRhiS4qCHdRal">/pages/PbYb0GukRhiS4qCHdRal</a></td></tr><tr><td><h4><strong>개발 시작하기</strong></h4></td><td><p>개발 환경 설정을 시작으로 일관성있는 높은 </p><p>품질의 코드 개발을 위해 필요한 중요 정보를 </p><p>설명합니다</p></td><td><a href="/files/lTJHYwlbx4xYiy7dSbrc">/files/lTJHYwlbx4xYiy7dSbrc</a></td><td></td><td><a href="/pages/aOjs4gC5WzIpifbjuGsn">/pages/aOjs4gC5WzIpifbjuGsn</a></td></tr></tbody></table>


---

# 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/readme.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.
