# एजेंट ऐप

## एजेंट ऐप क्या है?

***एजेंट ऐप*** आरागॉन संगठनों को एथेरियम पर किसी भी अन्य ***स्मार्ट कान्ट्रैक्ट*** के साथ सीधे बातचीत करने में सक्षम बनाता है।&#x20;

एजेंट से पहले, एक संगठन को अपनी ओर से एक एथेरियम स्मार्ट अनुबंध के साथ बातचीत करने के लिए एक विश्वसनीय पार्टी को नामित करना होगा।

{% hint style="info" %}
उदाहरण के लिए, एक संगठन अपने कर्मचारियों में से एक को कुछ $DAI भेजेगा, जिस पर तब कंपाउंड पर $DAI उधार देने, ब्याज अर्जित करने और फिर ब्याज और सिद्धांत को वापस संगठन को भेजने के लिए भरोसा किया जाएगा।
{% endhint %}

अब एजेंट के साथ, एक संगठन किसी भी बिचौलियों पर भरोसा किए बिना अपने $DAI को सीधे कंपाउंड पर उधार दे सकता है।

## एजेंट ऐप का उपयोग कैसे शुरू करें?

एजेंट ऐप का उपयोग शुरू करने का सबसे आसान तरीका यह है कि पहली बार अपना संगठन बनाते समय इसे वैकल्पिक रूप से इंस्टॉल करने के लिए **बॉक्स को चेक करें:**

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/5c98a4fe0428633d2cf3fcf7/images/5d8bc80204286364bc8f9029/file-zLiYZ6kXSy.png)

{% hint style="info" %}
ध्यान दें कि किसी एक टेम्प्लेट के माध्यम से एजेंट को स्थापित करने से वॉल्ट ऐप को सामान्य रूप से शामिल किए गए टेम्प्लेट के साथ बदल दिया जाएगा जो एजेंट ऐप का उपयोग नहीं करते हैं।
{% endhint %}

{% hint style="warning" %}
यदि आपने पहली बार अपना संगठन बनाते समय एजेंट ऐप को वैकल्पिक रूप से इंस्टॉल नहीं किया था, तो आप संगठन बनने के बाद भी इसे इंस्टॉल कर सकते हैं। ऐसा करने के लिए, आपको aragonCLI का उपयोग करके एजेंट ऐप को [इंस्टॉल और इनिशियलाइज़ करने के लिए निर्देशों](https://github.com/aragon/aragon-apps) का पालन करना होगा। ध्यान दें कि यह विकल्प विशेषज्ञों के लिए तैयार किया गया है।
{% endhint %}

## एजेंट **फ्रंटएंड** इंटरफ़ेस

**एजेंट ऐप** में वर्तमान में केवल देखने के लिए **फ्रंटएंड इंटरफ़ेस** है जिसका उपयोग आप यह देखने के लिए कर सकते हैं कि वर्तमान में एजेंट ऐप (ईआरसी -20, ईआरसी -677, और ईआरसी -777 टोकन सहित) के पास कौन से टोकन हैं और साथ ही लेन-देन का इतिहास भी देखें। एजेंट ऐप का उपयोग करके बनाया गया। लेन-देन के इतिहास को लेन-देन के प्रकार, टोकन या तारीख के आधार पर फ़िल्टर किया जा सकता है और इसे CSV फ़ाइल के रूप में निर्यात किया जा सकता है।

![Agent App page](https://d33v4339jhl8k0.cloudfront.net/docs/assets/5c98a4fe0428633d2cf3fcf7/images/5e8ce5d32c7d3a7e9aea8d19/file-r5322DPQHX.png)

एजेंट ***स्मार्ट कान्ट्रैक्ट*** **पता** संगठन पृष्ठ में **सिस्टम मेनू** पर उपलब्ध है

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/5c98a4fe0428633d2cf3fcf7/images/5d8bcdad2c7d3a7e9ae1a16d/file-pJP6dzQfhR.png)


---

# 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://legacy-docs.aragon.org/hindi-aragon-user-documentation/undefined-1/aragon-client/explore-template-dao/what-are-apps/agent-app.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.
