# Developer Platform

<h2 align="center">Develop with Document!</h2>

<p align="center">X2BEE의 원활한 프로젝트 수행을 위한 개발 및 API 가이드를 한 곳에 정리했습니다. <br>필수 가이드를 빠르게 확인하고, 안정적인 개발을 시작하세요!</p>

### X2BEE 가이드

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-leaf">:leaf:</i></h4></td><td><strong>프로젝트 준비하기</strong></td><td><p>성공적인 프로젝트 수행을 위한 </p><p>X2BEE 솔루션에 대한 주요 정보를 </p><p>알아보세요</p></td><td><a href="/spaces/VEZx3rsZsIv89GPS3d2J/pages/PbYb0GukRhiS4qCHdRal">/spaces/VEZx3rsZsIv89GPS3d2J/pages/PbYb0GukRhiS4qCHdRal</a></td><td><a href="/files/LHIOZGoI6dPF36TuRaxH">/files/LHIOZGoI6dPF36TuRaxH</a></td></tr><tr><td><h4><i class="fa-server">:server:</i></h4></td><td><strong>개발 시작하기</strong></td><td><p>X2BEE 개발 환경 설정을 시작으로 </p><p>실제 개발 업무에 필요한 중요한 정보를</p><p>파악하세요</p></td><td><a href="/spaces/VEZx3rsZsIv89GPS3d2J/pages/aOjs4gC5WzIpifbjuGsn">/spaces/VEZx3rsZsIv89GPS3d2J/pages/aOjs4gC5WzIpifbjuGsn</a></td><td><a href="/files/IaUMODRBBSBL8eUaPX09">/files/IaUMODRBBSBL8eUaPX09</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td><strong>API 알아보기</strong></td><td><p>빠른 기능개발과 활용을 위한 </p><p>Store Front API와 Back Office API를</p><p>자세히 확인해보세요</p></td><td><a href="/spaces/XTxKSWMmuxEkop1pvuwe">/spaces/XTxKSWMmuxEkop1pvuwe</a></td><td><a href="/files/ebMoLMpZFyLqpzByuzrk">/files/ebMoLMpZFyLqpzByuzrk</a></td></tr></tbody></table>

{% columns %}
{% column %}

### API 레퍼런스

코드 구현이나 환경 설정 없이도 원하는 API를 실행해보세요

명확한 엔드포인트 안내, 복사해 바로 사용할 수 있는 예제 코드, 빠른 인증 절차 등을 통해 몇 시간이 아닌 몇 분안에 실행할 수 있습니다.<br>

<a href="/spaces/g6Ns2LkjvibDmBGVE6eQ/pages/trLwwmumlaofzMKwR3fr" class="button primary" data-icon="globe-pointer">X2BEE API 테스트하기</a>
{% endcolumn %}

{% column %}
{% code title="index.js" overflow="wrap" %}

```javascript
// Import the SDK
import ExampleAPI from "example-api";

// Initialize the client
const client = new ExampleAPI({ apiKey: "YOUR_API_KEY" });

// Send your first message
const response = await client.messages.send({
  message: "Hello, world!"
});

```

{% endcode %}
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="33.33333333333333%" %}

<figure><img src="/files/E0J1fPQj6mGRNk481LIn" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column width="66.66666666666667%" %}

### 신규 업데이트

릴리즈 노트에서는 X2BEE의 최신 업데이트 내역을 확인할 수 있습니다.

기능 추가, 개선 사항, 변경 및 수정 내용 등을 간단히 정리하여 제공합니다.<br>

<a href="/spaces/K3Y7JrvxsOuMU7L5r2ra/pages/xSKACgaFjsHdWkvrL7EZ" class="button primary" data-icon="file-lines">릴리즈 노트</a>
{% endcolumn %}
{% endcolumns %}


---

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