> For the complete documentation index, see [llms.txt](https://docs-v1.archipels.io/archipels-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-v1.archipels.io/archipels-documentation/send-presentation-request/send-a-presentation/send-show-presentation.md).

# Send/Show presentation

In this section you prepare the data you will present

## From the Holder wallet

* Create a new request with the Method POST and the value <mark style="background-color:orange;">{{base\_URL}}/presentations/{id}/show</mark>
* Rename this request "post show presentation"
* Replace {id} with the presentationId you have copied before
* Select the tab `Body`, then select `raw` and copy/paste this json request :

```
[
    {
        "attestationId": "8ff4194a-5816-4a8f-973e-f00d170836e3",
        "attributes": [
            "type",
            "size",
            "price"
        ]
    }
]
```

* Replace the value of the attestationId of our example with the attestationId you have copied from the list of valid attestations.
* save the request and click `SEND`
* The response will be: `204`
