# Step1 - Fetch Token Data

Enter the token contract address (CA) you have deployed in the text box provided, as illustrated in the image below. Additionally, input the maximum transaction amount as specified in your contract. For example, you can enter **1** for the maximum transaction amount.

<figure><img src="/files/oU8sez4Ers5cMXeWRpxI" alt=""><figcaption></figcaption></figure>

After that, click the **"Fetch Token Data"** button. The app will display general information about your token, as shown in the image below.

<figure><img src="/files/aiecjormUsVT7QLkhq0B" alt=""><figcaption></figcaption></figure>

Next, click the "Next" button to start Step 2.


---

# 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://eth-bundler.gitbook.io/eth-bundler/getting-started-with-eth-bundler/step1-fetch-token-data.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.
