> For the complete documentation index, see [llms.txt](https://help.windmillsoft.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.windmillsoft.kr/simplychat/troubleshooting/omnichannel-issues/online-but-no-requests.md).

# 상담원이 온라인 상태인데 상담요청건이 안들어옵니다

다른 상담원이 대기열에 같이 할당된 경우라면, 해당 상담원에게 알림이 갔을 경우도 있습니다.

1. 옴니채널에서 현재 상태 구성에서 용량 부분을 확인해주세요.
   * 해당 용량이 라우팅 구성의 용량 단위보다 작다면, 할당알림이 오지 않습니다.

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

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

2. 라우팅 구성의 용량을 퍼센트로 생성한 경우 0.3 형식으로 작성했는지 확인해주세요.

0.3으로 적어야 30%로 적용됩니다.

예시) 용량 퍼센트(.52) \* 용량 (3) = 옴니채널 라우팅 개당 용량 (1.56)


---

# 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://help.windmillsoft.kr/simplychat/troubleshooting/omnichannel-issues/online-but-no-requests.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.
