# Workflow Environment

Workflow app (UI)는 다음에 연결됩니다: [Inference Server](https://inference.roboflow.com/) 다음에:

* 사용 가능한 Workflow Blocks(그들의 IO 정의, 아이콘 등 포함)를 가져오기
* Workflow를 실행하기 위해( `Run` 버튼 사용). 이 경우 UI는 workflow 정의와 입력(예: 비디오 파일)을 서버로 전송하고, 서버는 workflow 실행을 수행한 뒤 결과를 UI로 반환합니다.

기본적으로 Workflow app (UI)는 다음에 연결됩니다: [Serverless API](/roboflow/roboflow-ko/deploy/serverless-hosted-api-v2.md)는 Workflow editor의 왼쪽 상단 모서리에서 찾을 수 있습니다:

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

"Serverless API" 텍스트를 클릭하면, 연결할 Infernece Server를 선택할 수 있습니다:

<figure><img src="/files/02295ee863a4959dae75ffe78a3e12459717c007" alt=""><figcaption></figcaption></figure>

### 문제 해결

#### Local Device

inference server를 `localhost` 에 self-host하는 경우, "Error connecting" 메시지가 표시될 수 있습니다. 이런 현상이 발생하는 이유로 확인된 것들:

* Brave 브라우저를 사용 중이며 localhost 요청을 차단하고 있는 경우. 이 경우 Brave Shields(URL 옆의 사자 버튼)를 끄세요
* NoScript 같은 프라이버시 확장 프로그램
* 엔터프라이즈 브라우저 정책


---

# 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://docs.roboflow.com/roboflow/roboflow-ko/workflows/workflow-environment.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.
