# Additional UX Considerations

* Consider providing the **original merchant description** and perhaps other transaction info at the bottom of the Detail View page. This can be useful for your customer service function, should they be contacted about a transaction and they do not have access to the enriched information.
* The transaction categories can be used to present summarised spending to your users (see [Additional UX Considerations](/implementation-guides/additional-ux-considerations.md)).
* Consider allowing your users the ability to re-categorise specific transactions themselves.
* You may also wish to summarise transaction info in other ways:
  * List the merchants that your users spend the most money with.
  * You can summarise recent spending on a map.

#### Examples

<figure><img src="https://lh7-us.googleusercontent.com/1QQcPVSE3WbvmMH85vtKjki3gsFP9pc_SvZHtTBfPnU3OOkOQLg95EdmhOoBy-aiCAXPeXdy-ZXVCjTAvEtVpFlZW4BwL80IngK5qHi3hgsL0rQDxP5P96XZTacPQsoqUHDhqDc8JbdyI9MtQreppuQSLQ=s2048" alt="" width="375"><figcaption><p>Transaction Categorization</p></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/ZR17qd3eUwkYfFEIczeNh5JSkycZKGwOJ8RLsb9Dn7SlSU34mm5TviF-PJLcvS4qjevfm0pyn3SIR3CtnrtNd5TDYRMiAjB56D2U_c8_1Hkucdy308P8VX0YP4HH74qE8tVeRruaZyl8RbSImPlvhiDpWQ=s2048" alt="" width="375"><figcaption><p>Top Merchant</p></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/VsgJQUOvoX5SRrCuvSsYHp50WbEyWS6K2ae2WQvPG4tZF7Nd7rF3-mG65DYE3IS4HPo7gW8n1lKjZPbgzyiYdYm6jEYId5nuBRA-CtSRLk7b2L4YfqHFyydoytH3Y2bcAvZ4OZwd0mSUGnGtu0l4rrcBYQ=s2048" alt="" width="375"><figcaption><p>Recent spends map</p></figcaption></figure>

<br>

<br>

<br>


---

# 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://devs.snowdropsolutions.co.uk/implementation-guides/additional-ux-considerations.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.
