# Account Abstraction

- [ERC 4337](https://docs.epochprotocol.xyz/account-abstraction/erc-4337.md): ERC 4337 Account Abstraction: The Next Generation of Ethereum Wallets
- [Operations](https://docs.epochprotocol.xyz/account-abstraction/erc-4337/operations.md): There are several main components to ERC-4337: UserOperations, Bundler, EntryPoint Contract, Account Contract, Account Factory Contract and Paymaster Contract.
- [Benefits](https://docs.epochprotocol.xyz/account-abstraction/benefits.md): Benefits of using Smart contracts over EOA
- [Use-cases](https://docs.epochprotocol.xyz/account-abstraction/use-cases.md): Account abstraction use-cases
- [Examples](https://docs.epochprotocol.xyz/account-abstraction/use-cases/examples.md): Other examples
- [More Readings](https://docs.epochprotocol.xyz/account-abstraction/more-readings.md): More reading and References used in the docs


---

# 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.epochprotocol.xyz/account-abstraction.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.
