# 채팅 애플리케이션 만들기

### 채팅 생성

* 채팅 생성 버튼을 눌러서 생성을 시작합니다.

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

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

* 채팅 생성 시 필요한 정보를 입력합니다.
  * 관리 그룹은 채팅을 관리할 그룹으로 해당 그룹에 속한 사용자는 편집 권한을 가지게 됩니다.

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

* 채팅에서 사용할 워크플로우와 UI 테마를 선택합니다.
  * 문서 뷰가 있는 타입과 챗봇 타입, 검색 바 타입의 테마 중 하나를 선택할 수 있습니다.

<figure><img src="/files/7MLpig9yoXhxScyqPDxk" alt=""><figcaption></figcaption></figure>

* 채팅사용을 허용할 사용자를 추가합니다.
  * 채팅생성 후에도 허용할 사용자의 추가 및 제거는 가능합니다.

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

* 사용자 화면에 보여질 인사말과 예시 질문을 추가 후 생성 버튼을 클릭합니다.

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

* 채팅 리스트에서 생성한 채팅을 더블클릭합니다.

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

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

* 배포 버튼을 눌러 채팅을 배포 신청합니다.

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

* 승인자의 승인이 완료 되면 배포상태가 online으로 바뀌게됩니다.

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

* 이제부터 채팅을 사용할 수 있습니다.

### 채팅 관리

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

* 채팅 로그 탭으로 이동하면 채팅의 사용 로그를 확인할 수 있습니다.

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

* 허용된 사용자 탭에서는 허용된 사용자, 관리 그룹을 추가 제거 할 수 있습니다.


---

# 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://genos-docs.gitbook.io/default/v1.8.5/basic-tutorials/guides/application/dev-chat.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.
