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

# Get started with Solana

> Learn how to integrate Phantom wallet with your Solana web application using direct integration or the Solana Wallet Adapter.

The Phantom browser extension and mobile in-app browser are both designed to interact with web applications. For mobile apps, we recommend integrating via [universal links or deeplinks](../phantom-deeplinks/deeplinks-ios-and-android).

There are two main ways to integrate Phantom into your web application:

## Direct integration

The most direct way to interact with Phantom is via the provider that Phantom injects into your web application. This provider is globally available at `window.phantom` and its methods will always include Phantom's most up-to-date functionality. This documentation is dedicated to covering all aspects of the provider.

## Solana Wallet Adapter

Another quick and easy way to get up and running with Phantom is via the [Solana Wallet Adapter](https://github.com/anza-xyz/wallet-adapter) package. The wallet adapter is a set of modular TypeScript components that allow developers to easily integrate multiple Solana wallets into their applications. This package includes starter files, setup and usage instructions, and a live demo showcasing multiple UI frameworks.
