# Issue a Welcome card in a dApp

You will need to create an Issuer.

That card is a verifiable credential and you will need to get an Issuer. This card can be used as a Pass or to gives advantages ans discounts to your users as for instance a loyalty card.

For that exemple we are going to use the Issuer “Example 1” which is available on the Sandbox platform.

After pairing with the wallet, the dApp code to launch that request is simple :

```
const signature = await client.requestSignPayload({
      signingType: beacon.SigningType.RAW,
      payload: 'Get your Welcome card ! #https://talao.co/sandbox/op/beacon/ormmcdomjv'
           })
```

Example of a Welcome credential card received in Altme :

<figure><img src="https://sandbox-doc.readthedocs.io/en/latest/_images/welcome_card.jpg" alt=""><figcaption></figcaption></figure>

You can find the Welcome card parameters (payload and client\_secret) on the platform <https://talao.co/sandbox>. After login, choose the Beacon Issuer integration option.

Make a copy of this issuer and generates your own issuer. You can check the process and design of the credential card with the test button.

<figure><img src="https://sandbox-doc.readthedocs.io/en/latest/_images/sandbox_2.png" alt=""><figcaption></figcaption></figure>


---

# 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://altme-documentation.gitbook.io/altmes-documentation/altme-saas/beacon-integration/issue-a-welcome-card-in-a-dapp.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.
