> For the complete documentation index, see [llms.txt](https://genos-docs.gitbook.io/default/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://genos-docs.gitbook.io/default/v1.7.8/dashboard/overview/service.md).

# 서비스

대시보드의 서비스 메뉴는 통계 및 활성된 주요 서비스를 실시간으로 모니터링하여 서비스의 안정성과 가용성을 점검할 수 있는 화면입니다.

<figure><img src="/files/ncBpwB7G0xju7MURP2uO" alt=""><figcaption></figcaption></figure>

### 통계

* **LLM 서빙 (대표 리비전):** LLM 대표 리비전 수 및 사용 수 정보.
* **임베딩 서빙 (대표 리비전):** 임베딩 대표 리비전 수 및 사용 수 정보.
* **워크플로우 (배포됨):** 전체 워크플로우 수 및 배포 수 정보.
* **LLM 서빙 리비전 (배포됨):** LLM 리비전 수 및 사용수 정보.
* **임베딩 서빙 리비전 (배포됨):** 임베딩 리비전 수 및 사용수 정보.

<figure><img src="/files/WkrXSfOLSnkqB6LXqGv6" alt=""><figcaption></figcaption></figure>

### 활성 채팅

* 목록
  * **ID:** 채팅 ID
  * **제목:** 채팅 제목
  * **사용자 수:** 채팅을 사용한 사용자 수
  * **요청 수:** 채팅 요청 수
  * **긍정 피드백:** 일일, 좋아요 체크 정보
  * **부정 피드백:** 일일, 싫어요 체크 정보
  * **제작자:** 채팅을 생성한 제작자 정보
* **파일 다운로드:** 기간을 선택하여 파일 다운로드가 가능합니다.

<figure><img src="/files/Y4M4LmQ9SIDin8qD4Cww" alt=""><figcaption></figcaption></figure>

### 활성 워크플로우

* 목록
  * **ID:** 워크플로우 ID
  * **제목:** 워크플로우 제목
  * **배포일시:** 워크플로우 배포 날짜 및 시간
  * **요청 수:** 워크플로우 요청 수
  * **제작자:** 워크플로우 생성한 제작자 정보
* **파일 다운로드:** 기간을 선택하여 파일 다운로드가 가능합니다.

<figure><img src="/files/kpjFwjXGFapBy0P6FyGY" alt=""><figcaption></figcaption></figure>

### 활성 서빙

* 목록
  * **ID:** 서빙ID
  * **유형:** 서빙의 유형
  * **제목:** 서빙 제목
  * **배포일시:** 서빙배포 날짜 및 시간
  * **요청 수:** 서빙 요청 수
  * **제작자:** 서빙 생성한 제작자 정보
* **파일 다운로드:** 기간을 선택하여 파일 다운로드가 가능합니다.


---

# 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://genos-docs.gitbook.io/default/v1.7.8/dashboard/overview/service.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.
