# Agents

Agents expedite, automate, or standardize certain tasks through the use of LLM plugins, API calls, server loops. There is no single type of agent. Examples include:

* Sending a transaction on a recurrent timer, in the absence of the user
* Running any standardized tasks repeatedly
* Monitoring a data flow and executing conditional tasks on the basis of the data
* Respond to messages and queries

**Note:** Agents are an upcoming feature.  For a proto-Agent feature, refer to the Hot Button section.&#x20;

<br>


---

# 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://agent-wallet.gitbook.io/agent-wallet/system/agents.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.
