# 자주 묻는 질문

<details>

<summary>요금제별로 사용할 수 있는 API가 궁금해요.</summary>

#### 각 요금제에서 사용할 수 있는 API는 아래와 같습니다. <a href="#api-types-by-plan" id="api-types-by-plan"></a>

스탠다드 요금제

* 구독자 API: 구독자 추가, 조회, 수정, 삭제 등
* 자동 이메일 API: 자동 이메일 발송 요청 등

프로 요금제

* 스탠다드 요금제의 모든 API
* 이메일 API: 이메일 생성, 조회, 수정, 삭제, 발송 등
* 그룹 API: 그룹 생성, 조회, 수정 삭제 등

엔터프라이즈 요금제

* 스탠다드, 프로 요금제의 모든 API
* 주소록 API: 주소록 생성, 조회, 수정, 삭제 등
* 발신자 이메일 주소 API: 발신자 이메일 주소 추가, 조회, 수정, 삭제 등

</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://help.stibee.com/api-webhook/questions.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.
