> ## 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.

# Overview

<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>

Method Elements is a collection of embeddable UI components that make it easy to
integrate Method's API into your experience. Using Method Elements, you can
securely identify your users, connect their liabilities, and move money across
accounts.

## Using Method Elements

<Steps>
  <Step title="Create Element Token">
    Your app's backend will generate an `element_token` by hitting the
    [/elements/token](/reference/elements/tokens) endpoint.
  </Step>

  <Step title="Initialize Element">
    Using the `element_token`, Method Elements will be
    [initialized](/elements/libraries) with the intended Element for your user.
  </Step>

  <Step title="Handling Element Events">
    While your user interacts with an Element,
    [events](/elements/events/overview) will be triggered for your app to
    handle.
  </Step>
</Steps>

### Authentication

Ensure you have an [API key created](/reference/authentication) for your organization in order to request an Element token.
