> For the complete documentation index, see [llms.txt](https://docs.decenomy.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decenomy.net/tutorials/flits-wallet-app/adding-and-removing-a-wallet.md).

# Adding and Removing a Wallet

## Adding a Wallet

### Step 1

* You will have no coin added to your wallets when you first download and install the app.
* To add a wallet, you will need to click on the '**Wallets**' icon as indicated below:

<figure><img src="/files/SmNjBFUsFjCNUpu2NxCd" alt=""><figcaption></figcaption></figure>

### Step 2

* Next, you will be sent to the 'Wallets' page. Click on the  '**Add Wallet'** to add a coin of your choice.

<figure><img src="/files/VXFcs8bPIV0ybHISz8ti" alt=""><figcaption></figcaption></figure>

### Step 3

* Select your preferred coin to add to your wallet. In this case, we select Flits (FLS).

<figure><img src="/files/q4iMmD8SQts8PJ7aA86B" alt=""><figcaption></figcaption></figure>

### Step 4

* On the next page, you will notice the coin we chose from the previous step is added to our wallet. You may add several coins by clicking any of the two buttons and repeat the process.

<figure><img src="/files/2XncOMS9BKYz8ET66itp" alt=""><figcaption></figcaption></figure>

## Removing a Wallet

### Step 1

* After you have added a couple of wallets and you wish to remove any of them,  Select the specific coin from the wallet window.
* Click on the '**trash can**' icon

<figure><img src="/files/Hy6IaCLaM4UwBefPM0r8" alt=""><figcaption></figcaption></figure>

### Step 2

* Confirm the operation to remove the coin.

<figure><img src="/files/8hDBmArTXvIWN3mNXd0x" alt=""><figcaption></figcaption></figure>


---

# 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.decenomy.net/tutorials/flits-wallet-app/adding-and-removing-a-wallet.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.
