# Claim Process for Beneficiaries

Beneficiaries of your Will have a very easy user experience, to ensure everyone will be able to claim their inheritance.

{% hint style="info" %}
You can choose how beneficiaries are notified. Options include sending a message immediately when they are added, sending notifications when assets become claimable, or handling notifications yourself.
{% endhint %}

We will provide simple guides on how to claim and a support channel where beneficiaries can ask questions and get help from experts in Web3.

{% stepper %}
{% step %}

### Connect wallet

Beneficiaries only need to connect their wallet to the Dapp.
{% endstep %}

{% step %}

### See inheritances

Once connected, beneficiaries can see the inheritances they stand to receive (they will see that they were added as a beneficiary, but not the exact asset amounts).
{% endstep %}

{% step %}

### Claim assets

When the wallet enters an inheritance state, the claim button will become available and the beneficiary can:

* select the respective inheritance,
* view the assets they will receive, and
* click the claim button to start a transaction that transfers those assets into their wallet
  {% endstep %}
  {% endstepper %}


---

# 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://genwealth-3.gitbook.io/genwealth-whitepaper/solution-overview/claim-process-for-beneficiaries.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.
