# 템플릿

- [템플릿 양식 목록 조회](https://apidocs.rcsbizcenter.com/rbc-api/template/get_form_list.md)
- [템플릿 양식 상세 조회](https://apidocs.rcsbizcenter.com/rbc-api/template/get_form_detail.md)
- [템플릿 양식 로고 이미지 조회](https://apidocs.rcsbizcenter.com/rbc-api/template/get_form_logo.md)
- [템플릿 목록 조회](https://apidocs.rcsbizcenter.com/rbc-api/template/get_template_list.md)
- [템플릿 상세 조회](https://apidocs.rcsbizcenter.com/rbc-api/template/get_template_detail.md)
- [템플릿 등록 요청](https://apidocs.rcsbizcenter.com/rbc-api/template/post_template.md): 초기 텍스트 템플릿에서만 제한적으로 사용 가능한 API 이므로 템플릿 등록 v2 API 사용을 권장합니다.
- [템플릿 승인 요청 취소](https://apidocs.rcsbizcenter.com/rbc-api/template/put_template_cancel.md)
- [템플릿 수정](https://apidocs.rcsbizcenter.com/rbc-api/template/put_template.md): 초기 텍스트 템플릿에서만 제한적으로 사용 가능한 API 이므로 템플릿 수정 v2 API 사용을 권장합니다.
- [템플릿 삭제](https://apidocs.rcsbizcenter.com/rbc-api/template/delete_template.md)
- [템플릿 등록\_V2](https://apidocs.rcsbizcenter.com/rbc-api/template/post_template_v2.md)
- [템플릿 수정\_V2](https://apidocs.rcsbizcenter.com/rbc-api/template/put_template_v2.md)
- [템플릿 이미지 상세 조회\_V2](https://apidocs.rcsbizcenter.com/rbc-api/template/get_template_img_detail_v2.md)
- [템플릿 이미지 등록\_V2](https://apidocs.rcsbizcenter.com/rbc-api/template/post_template_img_v2.md)


---

# 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://apidocs.rcsbizcenter.com/rbc-api/template.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.
