# 서비스

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

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

### 통계

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

<figure><img src="/files/2tDcUw8wzM8pjnhDDQru" alt=""><figcaption></figcaption></figure>

### 활성 채팅

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

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

### 활성 워크플로우

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

<figure><img src="/files/8txLik3DaJPDd5BC198X" alt=""><figcaption></figcaption></figure>

### 활성 서빙

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


---

# Agent Instructions: 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:

```
GET https://genos-docs.gitbook.io/default/v1.7.5.1/dashboard/overview/service.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
