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

# Setup

## Getting started

Now that you've installed the app, let’s get you started with setting up Cake Wallet!

{% hint style="info" %}
We’re here to help!

If at any point you get nervous or need help, please don’t hesitate to reach out to our team in-app or via <support@cakewallet.com>, where our incredible support staff are waiting to help ease the migration process for you.
{% endhint %}

## Initial setup

Open Cake Wallet.

Before setting up a wallet, you will be asked to set an access PIN. This stays on your device. You can choose a 4 digit PIN by default, or you can click the text to change to a 6 digit PIN. You can enable biometric authentication later in settings. For Linux, you need to create a password that will be unique for each wallet.

[![Welcome](/files/2fc882c2c55653bae1f89bb139439e396c1b4bda)](broken://pages/2fc882c2c55653bae1f89bb139439e396c1b4bda) [![PIN](/files/4ebd9dd0c8705b6e98964314704076026752533c)](broken://pages/4ebd9dd0c8705b6e98964314704076026752533c)

After setting up and confirming a PIN, you will need to select `Create New Wallet` or `Restore Wallet`.

* Create a new wallet if you are new to crypto or want to start with a fresh wallet.
* Restore an existing wallet if you'd like to keep your funds and addresses of an existing compatible wallet.

Continue the guide through the [Create new wallet](/get-started/setup/create-new-wallet.md#create-the-wallet) or [Restore existing wallet](/get-started/setup/restore-existing-wallet.md#choose-a-restore-option) sections.

[![Wallet](/files/7ceb29e074687e412431193ea9ef6d8fb84075a0)](broken://pages/7ceb29e074687e412431193ea9ef6d8fb84075a0)


---

# 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.cakewallet.com/get-started/setup.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.
