# Bonus Add NFT Action

There is a new way that we have introduced for users to quickly add a action using "Add NFT Action", and test the triggers.

This Action will mint a test NFT to your smart wallet account on Polygon chain.

### Follow the steps below to use "Add NFT Action"

1. Step 1: Connect you Metamask or other wallet as mentioned in [Onboarding](/use-epoch-automation-dapp/onboarding.md) and switch to Polygon network.
2. Step 2: Once your wallet is connected find the "Add NFT Action" button in the "Sources".<br>

   <figure><img src="/files/xFCPPpxwfd8TtrK7j7Nj" alt=""><figcaption><p>Find the "Add NFT Action"</p></figcaption></figure>
3. Step 3: Once the action is added you can go ahead and place any kind of trigger to this Action, by going through [Execute Transaction right now](/use-epoch-automation-dapp/execute-transaction-right-now.md), [Time-Based triggers](/use-epoch-automation-dapp/time-based-triggers.md) or [Token Received Trigger](/use-epoch-automation-dapp/token-received-trigger.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/bonus-add-nft-action.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.
