> For the complete documentation index, see [llms.txt](https://genos-docs.gitbook.io/default/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://genos-docs.gitbook.io/default/v1.8.7/admin-management/settings/extension-service.md).

# 확장 서비스

확장 서비스 화면에서는 AI 회의록 서비스를 설정합니다. 회의 음성을 분석해 요약과 핵심 내용을 자동으로 생성하는 서비스로, 모든 워크스페이스에 공통으로 적용되는 전역 설정입니다.

* **서비스 활성화:** 상단 스위치로 AI 회의록 서비스를 켜고 끕니다. 활성화하면 아래 상세 설정이 표시되고, 비활성화 시 확인 팝업을 거칩니다.
* **워크플로우 선택(필수):** 회의 음성 분석에 사용할 화자 분리 코드 서빙, STT 워크플로우, 요약 워크플로우를 선택합니다. 배포된 항목만 선택할 수 있습니다.
* **차감 크레딧(필수):** 업로드된 음성 길이를 기준으로 분 단위 크레딧이 차감됩니다. 단위는 크레딧/1분이며 0에서 99999 사이로 설정하고, 음성 길이는 올림 처리합니다(예: 50초는 1분). 0으로 두면 차감하지 않습니다.
* **데이터 보관:** 업로드된 파일의 보관 기간을 1일에서 180일 사이로 설정합니다(기본 90일). 기간이 지나면 자동으로 삭제됩니다.
* 설정을 바꾼 뒤 저장 또는 수정 버튼으로 반영합니다.


---

# 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://genos-docs.gitbook.io/default/v1.8.7/admin-management/settings/extension-service.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.
