> For the complete documentation index, see [llms.txt](https://wickdottrade.gitbook.io/wick/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wickdottrade.gitbook.io/wick/get-started/installation.md).

# Installation

### Installing the Wick Beta (iOS)

1. **Open on iPhone**\
   Tap your invite link: <https://testflight.apple.com/join/Urn8rSs7>\
   directly on your iPhone to begin installation.
2. **Download TestFlight**\
   Wick is distributed through **Apple TestFlight** during beta.\
   If prompted, install the TestFlight app first, then accept your Wick invite.

<figure><img src="/files/xozh6fLJQMl6UWUa9lsT" alt=""><figcaption></figcaption></figure>

3. **Download Wick**

   Navigate back to the beta link <https://wick.trade/beta> and click view in TestFlight

   <figure><img src="/files/XeQuNQr9BhuZMtS1Yfa9" alt=""><figcaption></figcaption></figure>

#### Installing the Wick Beta (Android)

**Option 1: Direct download**\
Download directly from the Google Play Store:\
<https://play.google.com/store/apps/details?id=trade.wick.app>

**Option 2: Search in Google Play**

1. Open the **Google Play Store** on your Android device
2. In the search bar, type **Wick**
3. Select **Wick** from the search results
4. Tap **Install**
5. Once the download completes, open the app to begin account setup

#### **Region & Device Support**

* **Supported Devices:** Wick is supported on most iPhone and Android devices.
* **Availability:** Wick is available in most regions; however, certain integration access (Unit, Polymarket, Hyperliquid) may vary.
* **Network Reminder:** Wick runs on **Hyperliquid L1** — always ensure your deposits and bridges target the correct network.

<br>


---

# 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://wickdottrade.gitbook.io/wick/get-started/installation.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.
