# 문서 템플릿

<figure><img src="/files/XJovG2rVhPwqAmtAZYn1" alt=""><figcaption></figcaption></figure>

## 개요

회의록, 기획안, 회고 등 반복적으로 작성하는 문서가 있다면, 템플릿으로 저장해두고 팀 전체가 동일한 양식으로 활용할 수 있습니다. 문서의 형식을 통일하면 협업 시 커뮤니케이션 오류를 줄이고, 불필요한 문서 작성 시간을 절약할 수 있습니다. 모든 템플릿은 팀 단위로 관리되며, 협업 문서의 품질과 일관성을 높이는 데 도움을 줍니다.

## 템플릿 생성

템플릿은 두 가지 방식으로 생성할 수 있습니다. 카테고리를 구분해 자주 사용하는 문서를 체계적으로 정리하고, 필요할 때 즉시 불러와 사용할 수 있습니다.

1. \[팀 설정 > 템플릿 페이지]에서 생성
2. 에디터에서 바로 생성

## 템플릿 적용

비어 있는 에디터를 클릭하면, 팀에 등록된 템플릿 목록이 자동으로 표시됩니다. 원하는 템플릿을 클릭하면, 즉시 문서에 적용되어 기본 구조와 형식이 자동으로 채워집니다.


---

# 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://docs.riido.io/docs/templates.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.
