> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-hi/workflows/workflows-ai-assistant.md).

# Workflows AI Assistant

Workflows AI Assistant आपको workflow canvas के साथ स्थित एक chat interface से Workflows बनाने, अपडेट करने और डीबग करने देता है।

जब आप कोई Workflow खोलते हैं, तो AI chat panel editor के बाएँ तरफ दिखाई देता है। आप सीधे chat में सवाल या निर्देश टाइप करके अपना Workflow बना, संशोधित, या समस्या निवारण कर सकते हैं। assistant जैसे-जैसे बदलाव करता है, workflow canvas real time में अपडेट होता रहता है।

आप canvas पर ध्यान केंद्रित करने के लिए chat panel को सिकोड़ सकते हैं, या जब आपको मदद चाहिए तो इसे expand कर सकते हैं। panel को toggle करने पर canvas दृश्य रूप से अपनी जगह पर बना रहता है।

### Workflows का संपादन

आप AI Assistant से अपने Workflow में बदलाव करने के लिए कह सकते हैं। उदाहरण के लिए, आप यह कह सकते हैं:

* किसी Workflow में object tracking जोड़ें।
* अपने मौजूदा Workflow को केवल तभी चलाएँ जब classification model कोई निश्चित परिणाम दे।
* किसी Workflow में उपयोग किए गए model का confidence threshold बदलें।

AI Assistant सीधे canvas पर बदलाव करेगा। बदलाव drafts के रूप में auto-saved हो जाते हैं, लेकिन जब तक आप उन्हें स्पष्ट रूप से publish नहीं करते, तब तक वे आपके production Workflow में प्रकाशित नहीं होते।

{% hint style="info" %}
AI Assistant द्वारा बनाए गए blocks पूरी तरह configured न हों। किसी भी block पर क्लिक करके उसकी settings की समीक्षा करें और उन्हें अपने project की ज़रूरतों के अनुसार समायोजित करें।
{% endhint %}

### Conversation History

sidebar आपके सभी Workflows में आपकी पूरी conversation history दिखाता है। किसी conversation को चुनने पर उससे संबंधित Workflow और chat context लोड हो जाता है। आप "New conversation" विकल्प का उपयोग करके उसी Workflow के लिए नई conversation शुरू कर सकते हैं।

### Legacy Editor

AI chat के बिना एक standalone editor fallback के रूप में उपलब्ध है। आप Workflow settings में "Use legacy editor" पर क्लिक करके इसे एक्सेस कर सकते हैं।


---

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

```
GET https://docs.roboflow.com/roboflow/roboflow-hi/workflows/workflows-ai-assistant.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.
