> For the complete documentation index, see [llms.txt](https://docs.powens.com/console-webview/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powens.com/console-webview/webview/scarequired-best-practices.md).

# SCARequired: best practices

### How can you improve the user experience?&#x20;

<mark style="color:blue;">**1 - A dedicated field**</mark> **in our API to ensure the continuity of the synchronization:** In the response, the property access\_expire provides the exact expiration date of the user consent.

<div align="left"><figure><img src="/files/9mBdxjBR5DCfV85seQVL" alt="" width="563"><figcaption></figcaption></figure></div>

<mark style="color:blue;">**2 -**</mark> <mark style="color:blue;">**A dedicated and simplified customer journey**</mark> **to allow users to have the smoothest reconnection experience**. &#x20;

* A quick flow without the bank selection.&#x20;
* **A direct “redirection” to the bank authentication page to renew the consent.**

***

### Which steps to maximize the reconnection success rate?

<figure><img src="/files/wiAEkG75Rj020cCTAzKh" alt=""><figcaption><p>This just an example. This should depend on your Use case &#x26; client typology.</p></figcaption></figure>

#### <mark style="color:blue;">Before</mark> the first synchronization

Follow these steps to display this message on your Webview:&#x20;

1. Login to your Console account&#x20;
2. Go to the application tab&#x20;
3. Click on customize&#x20;
4. [Enable the **PSD2 message** option](/console-webview/webview/set-up-your-webview/reassurance.md#3-dsp2-message)

#### &#x20;<mark style="color:blue;">After</mark> the first synchronization

<details>

<summary><strong>Push notification template</strong></summary>

Ton compte "institution x" est déconnecté", Reconnecte le dès-maintenant&#x20;

</details>

<details>

<summary><strong>Email notifications template</strong></summary>

</details>

<details>

<summary><strong>In-app notifications template</strong></summary>

</details>

&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.powens.com/console-webview/webview/scarequired-best-practices.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
