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

# Autopilot Quickstart

#### 1. Connect Wallet

Click the **“Connect Wallet”** button in the top-right corner of the interface.\
Select your preferred Web3 wallet (e.g., MetaMask). Once connected, your wallet address will appear in the header.

> Your wallet remains in control. Autopilot does not take custody of any assets.

***

#### 2. Deposit veAERO

Click **“Deposit”** from the Dashboard or Earn page.\
Choose the veNFT you want to allocate, and confirm the transaction in your wallet.\
After confirmation, your position will appear under **My Account Value** and contribute to the protocol’s **Total Value Locked (TVL)**. Make sure you aware of the [Protocol Principle](/autopilot/getting-started/publish-your-docs.md).

> Once deposited, your veAERO is included in Autopilot’s automated strategy process.

***

#### 3. Strategy Runs Automatically

Once deposited, Autopilot handles the process across epochs:

* Allocates votes to eligible pools based on strategy
* Claims bribes, fees, and rebase rewards when available
* Converts rewards to USDC via on-chain swap routing

> No manual steps are required, strategy execution is fully automated and on-chain.

***

#### 4. Claim Rewards

Your earned rewards are shown in the **Claimable** section.\
Click **“Claim”** at any time to withdraw USDC to your wallet.\
You can also view your claim history and APR data on the Dashboard.

> Rewards appear after each epoch’s distribution and remain available until claimed.


---

# 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://autopilot-5.gitbook.io/autopilot/getting-started/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.
