# Workflow Environment

Workflow app (UI) एक से कनेक्ट होता है [Inference Server](https://inference.roboflow.com/) को:

* उपलब्ध Workflow Blocks को फ़ेच करें (उनकी IO definitions, icons, आदि सहित)
* Workflow को रन करें (का उपयोग करके `Run` button). उस स्थिति में, UI workflow definition और input (जैसे video file) सर्वर को भेजता है, जो workflow execution करता है और परिणाम वापस UI को लौटाता है.

डिफ़ॉल्ट रूप से, Workflow app (UI) कनेक्ट होगा [Serverless API](/roboflow/roboflow-hi/deploy/serverless-hosted-api-v2.md)से, जिसे Workflow editor के ऊपर-बाएँ कोने में पाया जा सकता है:

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

यदि आप "Serverless API" टेक्स्ट पर क्लिक करते हैं, तो आप चुन सकेंगे कि आप किस Infernece Server से कनेक्ट करना चाहते हैं:

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

### समस्या निवारण

#### Local Device

यदि आप inference server को `localhost` पर self-host करते हैं, तो आपको "Error connecting" संदेश मिल सकता है। इसके होने के जो कारण हमने देखे हैं:

* आप Brave browser का उपयोग कर रहे हैं, जो localhost requests को ब्लॉक करता है। इस मामले में, Brave Shields बंद करें (URL के पास वाला lion button)
* Privacy extensions (जैसे NoScript)
* Enterprise browser policies


---

# 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-hi/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.
