> For the complete documentation index, see [llms.txt](https://docs.epochprotocol.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.epochprotocol.xyz/epoch-docs-v2-latest/use-epoch-automation-dapp/how-to-use-epoch-for-intent-automation.md).

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/epoch-docs-v2-latest/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.
