> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-ko/universe/view-project-analytics.md).

# Project Analytics 보기

Project가 Universe에 게시된 경우, 사람들이 Project와 상호작용한 방식에 대한 analytics를 볼 수 있습니다.

다음 내용을 볼 수 있습니다:

* Project가 받은 star 수.
* 지난 30일 동안의 Project 조회 수와 전체 기간 누적 조회 수.
* 지난 30일 동안의 Project dataset 다운로드 수와 전체 기간 누적 다운로드 수.

Project analytics를 보려면 먼저 Roboflow dashboard에서 프로젝트를 엽니다. 그런 다음 Project 이름 옆의 세 개 점을 클릭하세요.

<figure><img src="/files/193f86437187f535db71590125fc18b08a853c0c" alt=""><figcaption></figcaption></figure>

그다음, Project Overview를 클릭하세요.

Project Overview 페이지로 이동합니다. "Sharing Statistics" 차트가 보일 때까지 아래로 스크롤하세요:

<figure><img src="/files/1f5d62a74195dc5aec516be43837e89e7e0e5fcd" alt=""><figcaption></figcaption></figure>

여기에서 프로젝트에 대한 analytics를 볼 수 있습니다.

dashboard의 이 섹션에는 Universe 프로젝트용 sharing badge도 있습니다. 이를 사용해 GitHub repository나 웹사이트처럼 다른 곳에서 프로젝트를 홍보할 수 있습니다. copy 아이콘을 클릭하면 dataset와 model 링크를 공유하려는 곳에 붙여넣을 수 있는 HTML code를 얻을 수 있습니다.


---

# 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://docs.roboflow.com/roboflow/roboflow-ko/universe/view-project-analytics.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.
