# Link builder

<figure><img src="/files/ZvnOM894Ia77qkaqJHMr" alt=""><figcaption></figcaption></figure>

### Params&#x20;

{% hint style="info" %}
Add this param into your Webview URL to open it in a specific configuration
{% endhint %}

<table><thead><tr><th width="319">Params</th><th>Description</th><th data-hidden>Params</th><th data-hidden>Description</th></tr></thead><tbody><tr><td>Product</td><td>Only selected products will be available in the Webview</td><td><mark style="color:red;"><code>connector_capabilities=bank&#x26;account_types=card,checking</code></mark></td><td>Its opens the Webview in a bank only mode </td></tr><tr><td>Lang</td><td>It will initiate the Webview, displaying only the connectors that are accessible within the selected product.</td><td></td><td></td></tr><tr><td>Account type</td><td>It will enable the end user to aggregate only the specified 'account_type' as mentioned in the link builder.</td><td></td><td></td></tr><tr><td>Connector</td><td>It will open the Webview exclusively with the connectors you have chosen here.</td><td></td><td></td></tr><tr><td>Redirect uri</td><td>This is the URL to which your end user will be directed at the conclusion of their webview flow.</td><td></td><td></td></tr><tr><td>max_connections</td><td>By entering a number equal to or greater than 2, you unlock a new version of the Webview that allows you to add several institutions in a single connect flow.</td><td></td><td></td></tr></tbody></table>

###


---

# 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.powens.com/console-webview/webview/link-builder.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.
