# GETTING STARTED

- [Wallet Setup](https://docs.polycop.ai/getting-started/wallet-setup.md): Set up your PolyCop wallet for Polymarket copy trading and manual trading. Learn your deposit address, trading address, private key export, MetaMask import, and direct Polymarket login.
- [Deposit](https://docs.polycop.ai/getting-started/deposit.md): To start copy trading or place manual trades on PolyCop, you need to deposit funds into your PolyCop wallet first.
- [Withdraw](https://docs.polycop.ai/getting-started/withdraw.md): You can withdraw your funds from PolyCop at any time. Withdrawals are sent to your personal external wallet address on the Polygon network.
- [FAQs](https://docs.polycop.ai/getting-started/faqs.md)


---

# 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://docs.polycop.ai/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.
