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

# 대시보드

채팅, 파일, 프로젝트, 에셋, 모델, 워크플로를 찾는 곳과, 새 작업을 시작하는 방법.

Morphic의 대시보드는 당신이 만든 모든 것이 있는 곳입니다. 홈에서 열리며, 최근 채팅, 파일, 프로젝트, 자산, 워크플로우가 각각 한 줄씩 표시됩니다.

Morphic의 대시보드를 사용하는 방법에 대한 간단한 튜토리얼입니다:

### 찾아가는 방법

* 다음으로 이동 [studio.morphic.com](https://studio.morphic.com/home)
* 파일 안에서 왼쪽 상단의 Morphic 로고를 클릭하고 '대시보드로 돌아가기'를 선택하세요

### 왼쪽 사이드바

* 검색: 열립니다 [상황별 검색](/docs/kr/getting-started/contextual-search.md), Morphic 어디서나 사용할 수 있는 동일한 'Cmd+K' 메뉴입니다
* 홈: 최근 작업이 줄별로 그룹화되어 표시됩니다
* 채팅: 모든 Copilot 대화입니다. 참조: [채팅](/docs/kr/getting-started/dashboard/chats.md)
* 프로젝트: 사용자의 프로젝트입니다. 참조: [프로젝트](/docs/kr/getting-started/dashboard/projects.md)
* 파일: 모든 프로젝트의 모든 파일입니다. 참조: [파일](/docs/kr/getting-started/dashboard/files.md)
* 자산: 업로드되거나 생성된 모든 항목입니다. 참조: [자산](/docs/kr/getting-started/assets.md)
* 참조: 생성한 참조 항목들이며, 각 항목의 미리보기가 있습니다. 참조: [참조](/docs/kr/essentials/models.md)
* 워크플로우: 저장한 워크플로우입니다. 참조: [워크플로우 살펴보기](/docs/kr/workflows/explore-workflows.md)

그 아래에는 '태그'가 있어 조직의 모든 태그를 나열하므로 해당 태그가 붙은 모든 항목으로 바로 이동할 수 있으며, 마지막으로 열어둔 내용은 '최근 파일'에 표시됩니다. 크레딧 잔액은 왼쪽 아래 모서리에 있습니다.

### 알아두면 좋은 점

* 오른쪽 상단의 '새로 만들기'를 클릭하고 '파일', '채팅', '프로젝트', '자산', 또는 '워크플로우'를 선택하세요. 홈의 각 행 제목 옆에도 '+'가 있어, 페이지를 벗어나지 않고 채팅 행에서 바로 채팅을 시작할 수 있습니다.
* 오른쪽의 '마지막 수정' 드롭다운으로 원하는 행을 정렬하고, '더 보기'를 클릭해 해당 유형의 전체 목록을 여세요.
* 오른쪽 상단의 토글로 대시보드를 '그리드'와 '목록' 사이에서 전환할 수 있습니다. Morphic은 이 선택을 기억합니다.
* 오른쪽 상단의 '검색...'은 대시보드를 검색합니다. 'Cmd+K'는 Morphic 전체를 검색합니다.

이렇게 하면 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.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.
