> 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/link-builder.md).

# 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
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/link-builder.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.
