# Use Epoch Automation dApp

- [How to use Epoch for Intent Automation](https://docs.epochprotocol.xyz/use-epoch-automation-dapp/how-to-use-epoch-for-intent-automation.md): How to use Epoch Protocol to automate any of your web3 intents(batch of transactions), head over to https://app.epochprotocol.xyz
- [Onboarding](https://docs.epochprotocol.xyz/use-epoch-automation-dapp/onboarding.md)
- [Connect to Dapp](https://docs.epochprotocol.xyz/use-epoch-automation-dapp/connect-to-dapp.md): How to connect to any Dapp using Wallet Connect
- [Record a transaction](https://docs.epochprotocol.xyz/use-epoch-automation-dapp/record-a-transaction.md)
- [Bonus Add NFT Action](https://docs.epochprotocol.xyz/use-epoch-automation-dapp/bonus-add-nft-action.md): Using Add NFT Action to test Epoch
- [Execute Transaction right now](https://docs.epochprotocol.xyz/use-epoch-automation-dapp/execute-transaction-right-now.md): How you can execute any actions right now
- [Time-Based triggers](https://docs.epochprotocol.xyz/use-epoch-automation-dapp/time-based-triggers.md): Now let's see how can we add time based triggers to any transaction
- [Token Received Trigger](https://docs.epochprotocol.xyz/use-epoch-automation-dapp/token-received-trigger.md): How can you set a token received trigger on action recorded with Epoch
- [Reporting a bug and common fixes](https://docs.epochprotocol.xyz/use-epoch-automation-dapp/reporting-a-bug-and-common-fixes.md): If you face any issues while trying to use Epoch, here is how you can report the bug and try some common fixes


---

# 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/use-epoch-automation-dapp.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.
