# 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: 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://smart-tools.gitbook.io/smart-tools-docs/overview/getting-started.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.
