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

# Getting Started

To familiarize yourself with the protocol and become an early adopter and experienced zkBob supporter, follow these 10 simple tasks!

1. Follow us on [Twitter](https://twitter.com/zkBob_).
2. Join our [Community Telegram](https://t.me/zkbobcommunity).
3. [Sign up for our Blog](https://blog.zkbob.com/). Get up to date info and Alpha right to your email, before it's released to the general public.
4. [Checkout our Dappback campaign](https://dappback.com/zkbob). This will get you familiar with the product and walk you through various quests to learn and interact with zkBob. You receive a special NFT for participating.
5. [Create a zkBob zkAccount](/zkbob-app/account-creation.md). Use your MetaMask or WalletConnect wallet, or create a standalone zkAccount on the zkBob deployments on Polygon or Optimism.
6. [Deposit](/zkbob-app/deposits.md) into your account. Connect your wallet to deposit. The transaction will show the wallet that deposited to the zkBob contract, but will not include any details about your zkAccount.
7. [Transfer](/zkbob-app/transfers.md) to a friend. All transfers within the zkBob application are private, and do not show the amount or recipient to anyone other than the sender and receiver of the transaction.
8. [Withdraw ](/zkbob-app/withdrawals.md)to a new or existing address. The wallet receiving a withdrawal will show the withdrawal originated from the zkBob application, but no information about who sent it or the depositing source.
9.


---

# 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://docs.zkbob.com/zkbob-overview/basic-concepts/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.
