# Agent

Our first step toward true autonomous DeFi. From day one, Reflect has been about automation. Our agent is the embodiment of that vision: a foundational building block of our Super Agent architecture. Beyond managing liquidity positions, optimizing ranges, and compounding yield in real time, our flagship agent can take investment actions on behalf of the user, accumulating tokens, setting strategic sell targets, farming specific pools for token acquisition, and accumulating certain precise assets from bribes & fees, and more. It's not just automation. It’s an intelligent, agentic execution.


---

# 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://docs.reflect.now/super-agent/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.
