> For the complete documentation index, see [llms.txt](https://docs.akbot.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akbot.pro/documentation/documentation-1/basic-usage/quickstart.md).

# Quick Start

#### Step 1: Registration & Login

* Visit the **AKBot** official website.
* Click the **Sign Up** button in the top-right corner, fill in your email and password to complete the registration.
* After registration, log in with your email and password.
* *Note:* Registration is currently closed. Please contact <https://t.me/Akbotpro> to open an account.

***

#### Step 2: Bind Your Wallet

* Go to **Copy Trade Settings → Global Settings → My Wallet**.
* Click **Import Wallet**, enter your wallet name and private key, click **Save**, then click **Save Global Settings** (supports Phantom, Solflare, etc.).
* Make sure your wallet has enough **SOL** for trading and covering gas fees.

***

#### Step 3: Configure Global Settings

* Open the **Global Settings** page.
* Set your default parameters for buying, selling, take-profit, and stop-loss according to your trading habits.
* Save your configuration — these parameters will automatically apply to all copy trading tasks (you can override them for individual tasks).

***

#### Step 4: Create a Copy Trading Task

* Go to the **New Copy Trade** page.
* Fill in the target wallet address, trading parameters, and risk control rules.
* Click **Save & Start** — AKBot will execute trades automatically based on your configuration.

***

#### Step 5: Monitor & Optimize

* Check **Copy Trade Records** for real-time trade details.
* Track profit and loss in **Position Management**.
* Adjust your global settings or strategy presets anytime according to market conditions to keep your strategy in optimal shape.

***

💡 **Tips**

* Start with **small trades** to get familiar with AKBot’s execution logic before scaling up.
* Use **Strategy Presets** to quickly reuse strategies and save time on repeated input.
* Enable **Anti-Rug Protection** to avoid following suspicious wallets or scam tokens.

***

📌 **Next Step**\
➡ Global – Copy Trade Settings – Learn how to set default parameters so that all copy trading strategies inherit them automatically.


---

# 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:

```
GET https://docs.akbot.pro/documentation/documentation-1/basic-usage/quickstart.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.
