> ## Documentation Index
> Fetch the complete documentation index at: https://docs.methodfi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Launching a Connect Session

<Warning>
  Method Elements will no longer be supported or maintained beginning December
  31st, 2025. We recommend using [Method Opal](/opal/overview) for all new
  integrations. If you are currently using Elements, please reach out to your
  CSM to discuss your migration options.
</Warning>

After creating a Connect Element token, you can launch a Connect session in a webview.

## Initializing the Connect Element

The Connect Element is optimized to work within Webviews, including on iOS and Android. Open a webview in your app to your desired environment using the `element_token` you generated.

Example:

Using the [Element SDK](/elements/libraries) (recommended):

```javascript theme={null}
method.open('pk_elem_BtzySdrQGFmLdAPw5gXSQNCxQkhCkT3K');
```

Without SDK:

```bash theme={null}
https://elements.production.methodfi.com/
  ?token=pk_elem_4PpMTPcchb49VBjwP3bREKhMN93hrQHR
```
