# 새 대화방 생성 및 목록 조회

#### **새 대화방 생성하기**

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

1. 대화방에서 새로운 대화를 시작하고 싶다면 **‘새 대화’ 버튼을 클릭합니다.**\
   버튼을 누르면 AI 모델 선택 모달이 표시됩니다.
2. 모달에서 사용하고 싶은 모델을 선택한 뒤 **‘생성하기’ 버튼을** 클릭하면 새로운 대화방이 생성됩니다.

   생성된 대화방에서 기존 대화와 분리된 새로운 대화를 진행할 수 있습니다.

#### 대화방 목록 조회하기

<figure><img src="/files/7RqkbJPL9NFNSggGowuQ" 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://runyourai.gitbook.io/userguide/ai-agent/new-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.
