> For the complete documentation index, see [llms.txt](https://smart-tools.gitbook.io/smart-tools-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://smart-tools.gitbook.io/smart-tools-docs/overview/getting-started.md).

# Getting Started

## Step 1: Access the Platform

Open your browser (Chrome, Firefox, or Brave recommended) and go to the **Smart Tools** web app. You’ll land on a clean, intuitive dashboard with quick access to all available tools and a guided walkthrough for new users.

***

## Step 2: Connect your Wallet

1. Click **Connect Wallet** (top-right corner).
2. Choose from supported wallets like **MetaMask, WalletConnect, or Coinbase Wallet**.
3. Approve the connection when prompted.
4. Verify that your wallet is set to the correct network (e.g., **Ethereum Mainnet**).
5. Once connected, your wallet address will appear, confirming you’re ready to go.

***

## Step 3: Discover the Tools

Navigate using the sidebar to explore features like:

* **Token Management**
* **Wallet Tools**
* **Transfer Tools (Batch Payments)**
* **Liquidity & Swaps**

{% hint style="info" %}
Each tool comes with a simple interface, clear input fields, and handy tooltips for guidance.
{% endhint %}

***

## Step 4: Execute Transactions

1. Fill in the required details for your chosen tool.
2. **Review all inputs** (especially addresses and amounts).
3. Click **Confirm** and approve the transaction in your wallet (including gas fees).
4. Smart Tools will process your request and provide real-time updates.

***

{% hint style="success" %}
**Pro Tips:**

* Keep your wallet funded for smooth transactions.
* Revisit past activity by reconnecting the same wallet.
  {% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://smart-tools.gitbook.io/smart-tools-docs/overview/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
