> 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).

# 채팅

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

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

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

### 이동하기

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

Home에도 최근 대화가 표시된 Chats 행이 있습니다. 전체 목록을 열려면 옆의 'See more'를 클릭하세요.

### 채팅 찾기

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

* 'All chats'는 모든 사람의 채팅을 표시합니다. 자신의 채팅만 보려면 'My chats'로 전환하세요
* 'Favorites'는 별표 표시한 채팅만 목록에 표시합니다
* 'Last modified'는 정렬 순서를 변경합니다
* 오른쪽 상단의 'Search...'는 이름으로 검색합니다

### 채팅 관리하기

1. 채팅 카드 위에 마우스를 올립니다
2. 오른쪽 상단의 하트 아이콘을 클릭해 즐겨찾기에 추가합니다
3. 오른쪽 하단의 '...' 메뉴를 열어 '이름 바꾸기', '즐겨찾기에 추가', '삭제'를 사용할 수 있습니다

### 알아두면 좋은 점

* 이 페이지에서 새 대화를 시작하려면 오른쪽 상단의 'New chat'을 클릭하세요.
* 다른 채팅에서 이어진 채팅은 원래 채팅의 이름을 따릅니다. 하고 있는 작업에 맞게 이름을 바꾸면 긴 목록을 읽기 쉽게 유지할 수 있습니다. 참고 [새 채팅에서 계속하기](/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.
