> For the complete documentation index, see [llms.txt](https://docs.flashx.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flashx.ai/getting-started.md).

# Getting Started

## Overview

FlashX offers two versions to enhance your trading experience:

1. **FlashX Extension** – A powerful browser extension designed for seamless on-chain analysis, smart trading insights, and real-time data tracking. Perfect for users who prefer a full-featured experience directly from their desktop.
2. **FlashX Miniapp** – A lightweight, mobile-friendly version optimized for quick access and essential trading features within supported platforms. Ideal for users who want fast, on-the-go interactions.

Both versions provide access to FlashX’s core functionalities, ensuring flexibility and convenience based on your needs. 🚀

## FlashX Extension

### How to install&#x20;

Follow these simple steps to install the **FlashX Extension** on your Chrome browser extension:

**Step 1: Access** [**the installation link**](https://chromewebstore.google.com/detail/flashx/hcgcncmnpkniciabfioanfikiealjnim)**.** You will be directed to the Chrome Web Store.

**Step 2:** Once on the **Chrome Web Store** page, click the **"Add to Chrome"** button.

**Step 3:** On the pop-up, click **“Add extension”.**

**Step 4:** Click on the **FlashX icon** in your browser's toolbar to launch the extension.

After adding FlashX Extension, you can also make sure it's easily accessible in your toolbar by clicking the jigsaw icon in the top-right of the screen, and hitting the pin icon.

<figure><img src="/files/GKQzpgQVgQ9wcpa0ppH8" alt="" width="327"><figcaption></figcaption></figure>

### How to sign-up

Log in and start using FlashX.

1. After opening the extension, sign in with your X account.&#x20;
2. FlashX requires a referral code to access. Please ensure you obtain it from your friends or social networks.&#x20;

<figure><img src="/files/MSR9xtdh3aToMWU8kyws" alt="" width="375"><figcaption></figcaption></figure>

### How to Access to FlashX Miniapp

To access the **FlashX Miniapp**, follow these steps:

1. Open Telegram and go to [**FlashX Miniapp Bot**](https://t.me/FlashXAIBot).
2. Click **"Trade Now"** to enter the miniapp.

<figure><img src="/files/lrYi5fEUdvwX8kGk2d83" alt="" width="375"><figcaption></figcaption></figure>

### Login Methods

Depending on your device, different login options are available:

<figure><img src="/files/jwi5ZfWHn57A1BBZ5hl5" alt="" width="375"><figcaption></figcaption></figure>

* **Android & Telegram Desktop**: Supports **Login with Telegram** only.
* **Telegram Web**: Not supported.
* **iPhone**: Supports both **Login with Telegram** and **Login with X**.

**Recommended Login Method:** For the best experience, we recommend using **Login with Telegram** when accessing the FlashX Miniapp.


---

# 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.flashx.ai/getting-started.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.
