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

그 아래에는 '태그'가 있어 조직의 모든 태그를 나열하므로 하나가 포함된 모든 항목으로 이동할 수 있고, 마지막으로 열어 두었던 것을 보여 주는 '최근 파일'이 있습니다. 크레딧 잔액은 왼쪽 아래 모서리에 표시됩니다.

### 알아두면 좋은 점

* 오른쪽 위의 '새로 만들기'를 클릭하고 '파일', '채팅', '프로젝트', '자산', 또는 '워크플로'를 선택하세요. 홈의 각 행 제목 옆에도 '+'가 있어, 페이지를 벗어나지 않고 채팅 행에서 바로 채팅을 시작할 수 있습니다.
* 각 행은 오른쪽의 '최근 수정됨' 드롭다운으로 정렬할 수 있고, '더 보기'를 클릭하면 해당 유형의 전체 목록을 열 수 있습니다.
* '검색...'은 오른쪽 위에서 대시보드를 검색합니다. '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.
