> For the complete documentation index, see [llms.txt](https://docs.omnitalk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.omnitalk.io/commons/precondition.md).

# Precondition

옴니톡 SDK 개발을 진행하기 위해서는 아래 선행 작업을 수행해야 합니다.

### 회원 가입

<table><thead><tr><th width="145">구분</th><th>설명</th></tr></thead><tbody><tr><td>가입요건</td><td>기업,스타트업 또는 예비창업자</td></tr><tr><td>승인절차</td><td>증빙 서류 확인 및 필요시 상담 후 승인</td></tr><tr><td>승인기간</td><td>영업일 기준 최대 2일 이내</td></tr></tbody></table>

### **Service ID 및 Key 발급**

<table><thead><tr><th width="146">구분</th><th>설명</th></tr></thead><tbody><tr><td>발급 방법</td><td>회원 승인 후 관리자 메뉴에서 발급 가능</td></tr><tr><td>Service ID</td><td>ABCD-1234-EFGH-5678</td></tr><tr><td>Service Key</td><td>(APP) 123456789abcdefg</td></tr><tr><td>Web</td><td>도메인 인증 방식 (KEY 미발급)</td></tr><tr><td>App</td><td>SERVICE ID, KEY 인증 방식</td></tr><tr><td>용도</td><td>인증, 서비스 제품 구분 및 ID별 과금 산정</td></tr><tr><td>보안</td><td>APP 서비스인 경우 Service Key는 외부에 노출이 되지 않도록 주의해야 하며, 사용하지 않는 Service ID는 삭제 요함</td></tr></tbody></table>

##


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.omnitalk.io/commons/precondition.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
