# Technical Implementation (Old)

- [Hooks and helper functions](https://docs.powerpool.finance/powerpool-and-poweragent-network/power-agent/old-pages/technical-implementation-old/hooks-and-helper-functions.md): Herein hooks and helpers used in all implementations are described
- [Errors](https://docs.powerpool.finance/powerpool-and-poweragent-network/power-agent/old-pages/technical-implementation-old/errors.md): Herein errors raised in both RanDAO and Flashbots implementations are listed. Modifiers are presented with superior clarity on the corresponding page.
- [Modifiers](https://docs.powerpool.finance/powerpool-and-poweragent-network/power-agent/old-pages/technical-implementation-old/modifiers.md): Herein modifiers are described, including those that are not wrapped into their own distinct functions, instead being implemented as internal conditionals at execution.
- [Flags](https://docs.powerpool.finance/powerpool-and-poweragent-network/power-agent/old-pages/technical-implementation-old/modifiers/flags.md): Herein flags and configs they enter are given.


---

# 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.powerpool.finance/powerpool-and-poweragent-network/power-agent/old-pages/technical-implementation-old.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.
