# Execute Transaction right now

Executing any transaction right now is very important in cases where you want to create a workflow, transaction like "Approve tokens" are need to be executed right now in order to create a automated workflow.

#### Follow the step in video or read the steps below:

{% embed url="<https://drive.google.com/file/d/1nVXSH5C80MTTIaQfQ9KZhj0pUiznKUsi/view?usp=share_link>" %}
Execute a transaction right now using epoch
{% endembed %}

1. Step 1: Follow the steps in [Record a transaction](/use-epoch-automation-dapp/record-a-transaction.md) to record a transaction.
2. Step 2: Once you have recorded a transaction, scroll below and click on "Execute Now" button to execute the actions right now.
3. Step 3: You will see a metamask popup, sign the metamask transaction, it won't cost you any gas on chains where we have enabled paymaster.


---

# 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/execute-transaction-right-now.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.
