> 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) तक पहुँच है और यह बना, संपादित, चला, और debug कर सकता है [Workflows](/roboflow/roboflow-hi/workflows/what-is-workflows.md). आप इसका उपयोग सेट अप करने के लिए भी कर सकते हैं [Rapid](/roboflow/roboflow-hi/rapid/what-is-roboflow-rapid.md) models. अपने workspace के left sidebar में "Agent" पर क्लिक करके Agent तक पहुँचें।

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

## क्षमताएँ

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

* बनाएँ [Workflows](/roboflow/roboflow-hi/workflows/what-is-workflows.md) एक प्राकृतिक भाषा विवरण से, उन्हें चलाएँ, और विफलताओं को स्वतः ठीक करें (प्रति turn अधिकतम तीन retries तक)। सभी input modes समर्थित हैं: image URLs, RTSP streams, local video, और webcam.
* संलग्न images और videos को समझें। आप chat में एक image या short 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 previous chats से artifacts inherit करती हैं।
* 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 में. जब कोई model चलाने वाला Workflow बनाया जा रहा हो, 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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-hi/agents/roboflow-agent.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.
