> 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/agents/roboflow-agent.md).

# Roboflow Agent

Roboflow Agent को आपके [Workspace](/roboflow/roboflow-hi/workspaces/key-concepts.md) और यह create, edit, run, और debug कर सकता है [Workflows](/roboflow/roboflow-hi/workflows/what-is-workflows.md). आप इसका उपयोग सेट अप करने के लिए भी कर सकते हैं [Rapid](/roboflow/roboflow-hi/rapid/what-is-roboflow-rapid.md) models. अपने workspace के बाएँ साइडबार में "Agent" पर क्लिक करके Agent तक पहुँचें।

<figure><img src="/files/5e0c035888ec2b7a80161c7d45010185878b7c95" alt=""><figcaption></figcaption></figure>

## Capabilities

Agent यह कर सकता है:

* Build [Workflows](/roboflow/roboflow-hi/workflows/what-is-workflows.md) एक प्राकृतिक भाषा विवरण से, उन्हें चलाएँ, और विफलताओं को स्वचालित रूप से ठीक करें (प्रति टर्न अधिकतम तीन retries तक)। सभी input modes समर्थित हैं: image URLs, RTSP streams, local video, और webcam.
* संलग्न images और videos को समझें। आप chat में एक image या छोटा video attach, drag-and-drop, या paste कर सकते हैं। Agent आपके media का विश्लेषण करता है ताकि समझ सके कि उसमें क्या है, फिर उसके आधार पर एक Workflow बनाता है, और फिर परिणाम की पुष्टि करने के लिए उसी media पर Workflow को दोबारा चलाता है।
* सेट अप करें और प्रबंधित करें [Rapid](/roboflow/roboflow-hi/rapid/what-is-roboflow-rapid.md) models.
* खुले Workflows, Rapid models, usage views, और plans को tabs में व्यवस्थित करें। बंद items को फिर से खोलने या नए बनाने के लिए "+" tab का उपयोग करें। Follow-up conversations पिछले chats से artifacts विरासत में लेती हैं।
* Workflow की input image पर detection zones बनाने के लिए zone editor खोलें।
* UI events पर प्रतिक्रिया दें: Rapid training failures का निदान करें, Workflow run errors की जाँच करें (chat input के ऊपर दिए गए "Investigate" prompt के माध्यम से), और जब कोई Rapid source Workflow तैयार हो जाए तो स्वतः जारी रखें।
* आपके Workspace का दिखाने वाला एक "Historical Usage" tab खोलें [Credit Usage Dashboard](/roboflow/roboflow-hi/billing/credits/view-credit-usage.md) आपके प्रश्न से मेल खाने वाले filters के साथ (timeframe, feature, attribution, cumulative/daily, credits/dollars)। Agent बातचीत आगे बढ़ने पर tab को sync में रखता है। इसके लिए "View Billing" permission आवश्यक है।
* सेट अप करें [Vision Events](/roboflow/roboflow-hi/deploy/vision-events.md) अपने Workflows में। जब ऐसा Workflow बनाया जा रहा हो जो किसी model को चलाता है, तो Agent एक Vision Events block जोड़ता है और उसे सही [Use Case](/roboflow/roboflow-hi/deploy/vision-events/use-cases.md), आवश्यकता होने पर एक बनाते हुए।


---

# 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/agents/roboflow-agent.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.
