# Use Epoch SDK

- [Getting Started](https://docs.epochprotocol.xyz/use-epoch-sdk/getting-started.md)
- [Intent Automation Module](https://docs.epochprotocol.xyz/use-epoch-sdk/intent-automation-module.md)
- [Epoch Bundler](https://docs.epochprotocol.xyz/use-epoch-sdk/intent-automation-module/epoch-bundler.md)
- [Epoch SDK](https://docs.epochprotocol.xyz/use-epoch-sdk/intent-automation-module/epoch-sdk.md)
- [Triggers](https://docs.epochprotocol.xyz/use-epoch-sdk/intent-automation-module/triggers.md)
- [Examples](https://docs.epochprotocol.xyz/use-epoch-sdk/intent-automation-module/examples.md)
- [How to Initialise the Epoch SDK](https://docs.epochprotocol.xyz/use-epoch-sdk/intent-automation-module/examples/how-to-initialise-the-epoch-sdk.md)
- [How to Get User's SC Wallet Address](https://docs.epochprotocol.xyz/use-epoch-sdk/intent-automation-module/examples/how-to-get-users-sc-wallet-address.md)
- [Check If User's SC Wallet is Deployed or Not](https://docs.epochprotocol.xyz/use-epoch-sdk/intent-automation-module/examples/check-if-users-sc-wallet-is-deployed-or-not.md)
- [Deploy User's SC Wallet if not Deployed](https://docs.epochprotocol.xyz/use-epoch-sdk/intent-automation-module/examples/deploy-users-sc-wallet-if-not-deployed.md)
- [Schedule Token Payment](https://docs.epochprotocol.xyz/use-epoch-sdk/intent-automation-module/examples/schedule-token-payment.md)
- [Schedule ETH Transfer on Event Trigger](https://docs.epochprotocol.xyz/use-epoch-sdk/intent-automation-module/examples/schedule-eth-transfer-on-event-trigger.md)
- [Contracts](https://docs.epochprotocol.xyz/use-epoch-sdk/contracts.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-sdk.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.
