# How to use Epoch for Intent Automation

***

We have created a easy to follow video series and written tutorial that you can follow to learn how to use Epoch Protocol to automate any of your web3 actions.<br>

Follow the steps:

1. [Onboarding](/use-epoch-automation-dapp/onboarding.md)
2. [Connect to Dapp](/use-epoch-automation-dapp/connect-to-dapp.md)
3. [Record a transaction](/use-epoch-automation-dapp/record-a-transaction.md)
4. [Bonus Add NFT Action](/use-epoch-automation-dapp/bonus-add-nft-action.md)
5. [Execute Transaction right now](/use-epoch-automation-dapp/execute-transaction-right-now.md)
6. [Time-Based triggers](/use-epoch-automation-dapp/time-based-triggers.md)
7. [Token Received Trigger](/use-epoch-automation-dapp/token-received-trigger.md)
8. [Reporting a bug and common fixes](/use-epoch-automation-dapp/reporting-a-bug-and-common-fixes.md)


---

# 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/how-to-use-epoch-for-intent-automation.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.
