> For the complete documentation index, see [llms.txt](https://coinplus.gitbook.io/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coinplus.gitbook.io/help-center/getting-started/how-to-connect-your-first-coinplus-card.md).

# How to connect your first Coinplus Card?

Thank you for your trust and for being a part of our community! As promised, we're here to make your Crypto journey as seamless as possible.&#x20;

If you don't already have a Coinplus card, you can easily obtain one by following this [link](https://coinplus.gitbook.io/help-center/getting-started/www.coinplus.com).

If you already have a card follow the instructions below to get started:

### Coinplus Card Setup Guide

**Step 1**

* Download the Coinplus App from the App Store/Play Market(link that redirects to the App Store/Play Market respectively

**Step 2**

* Open the app and click **Connect wallet**
* Now just **tap your card** on the phone

<figure><img src="/files/1rBE6kDl45T8Lc9XHuid" alt=""><figcaption></figcaption></figure>

**Step 3**

* After the card verification click on the **Save to Wallet** button

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

**Step 4**

* Now make sure to read the warning text and click on the **Checkbox**&#x20;
* Now click on the **Got it** button

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

Congrats you are all set!

<figure><img src="/files/5vXSSpDbFKN8xZvFJ1Dy" alt="" width="352"><figcaption></figcaption></figure>

Feel free to contact us in case of any questions at <support@coinplus.com>🚀


---

# 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://coinplus.gitbook.io/help-center/getting-started/how-to-connect-your-first-coinplus-card.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.
