> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/kr/getting-started/dashboard/chats.md).

# 채팅

이전 Copilot 대화를 찾고, 목록을 좁히며, 채팅 이름을 바꾸거나 즐겨찾기에 추가하거나 삭제하는 방법.

Chats 페이지에는 모든 Copilot 대화가 한곳에 모여 있어, 어떤 파일에 있었는지 기억하지 않아도 이전 채팅을 찾을 수 있습니다.

Morphic에서 Chats를 사용하는 방법에 대한 간단한 튜토리얼입니다:

{% embed url="<https://youtu.be/I40_I7aKev4>" %}

### 시작하기

1. 다음을 여세요 [대시보드](/docs/kr/getting-started/dashboard.md)
2. 왼쪽 사이드바에서 'Chats'를 클릭하세요

홈에도 가장 최근 대화가 있는 Chats 행이 표시됩니다. 전체 목록을 열려면 옆의 '더 보기'를 클릭하세요.

### 채팅 찾기

채팅은 이름과 마지막으로 연 시점을 보여주는 카드로 표시됩니다. 열려면 하나를 클릭하세요.

* '모든 채팅'에는 모든 사람의 채팅이 표시됩니다. 자신의 채팅만 보려면 '내 채팅'으로 전환하세요
* '즐겨찾기'는 별표 표시한 채팅으로 목록을 좁혀줍니다
* '마지막 수정'은 정렬 순서를 변경합니다
* 오른쪽 상단의 'Search...'에서 이름으로 검색합니다

### 채팅 관리하기

1. 채팅 카드에 마우스를 올리세요
2. 오른쪽 상단 모서리의 하트를 클릭해 즐겨찾기에 추가하세요
3. 오른쪽 하단 모서리의 '...' 메뉴를 열어 '이름 바꾸기', '즐겨찾기에 추가', '삭제'를 사용하세요

### 알아두면 좋은 점

* 오른쪽 상단의 '새 채팅'을 클릭해 이 페이지에서 새 대화를 시작하세요.
* 다른 채팅에서 이어진 채팅은 원래의 채팅 이름을 따릅니다. 지금 하고 있는 작업에 맞게 이름을 바꾸면 긴 목록을 읽기 쉽게 유지할 수 있습니다. 다음을 참조하세요 [새 채팅에서 계속하기](/docs/kr/getting-started/copilot/continue-in-a-new-chat.md).
* 채팅을 삭제해도 채팅에서 생성된 내용은 삭제되지 않습니다. 생성된 자산은 여러분의 [에셋](/docs/kr/getting-started/assets.md) 라이브러리.

이것이 Morphic에서 채팅을 관리하는 방법입니다. 파일이 몇 개에 흩어져 있든 모든 대화가 하나의 목록에 표시됩니다.

***

문제가 있거나 궁금한 점이 있으시면 언제든지 연락해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 문의해 주세요: [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/kr/getting-started/dashboard/chats.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.
