# Feedback to user

Once the **PKSA** receives a transaction request from the **HAS**, it should display it to the user and ask for approval or denial.

{% hint style="info" %}
It is strongly suggested to the **APP** and the **PKSA** to display part or all of the `uuid` of the transaction request to the user. This will allow them to match it on both endpoints and be sure they approve the right transaction.
{% endhint %}


---

# 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://docs.hiveauth.com/has-for-wallets-pksa/transactions/feedback-to-user.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.
