# Shareable & Short URL

Speed Wallet provides two types of links to help developers share their Mini Apps easily — the **Shareable URL** and the **Short URL**.\
Both are designed to make discovery, access, and engagement seamless for users.

***

#### 1. Shareable (Public) URL

Once a developer completes all the steps required to list a Mini App, a **Shareable URL** is automatically generated. This link acts as the main access point for users to open the Mini App.

**How It Works**

* When a user clicks the Shareable URL:
  * If the user is **logged in**, the Mini App opens directly.
  * If the user is **not logged in**, they’ll be prompted to log in first, and then the Mini App will launch immediately.
* This ensures a smooth and quick experience for all users.

**Availability**

* The Shareable URL becomes **active only after the Mini App is approved**.
* Before approval, the link will not function or redirect to the Mini App.

**Use Case**

You can use the Shareable URL to:

* Add to your website or social profiles.
* Share directly with users.
* Include in announcements or promotional materials.

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

#### 2. Short URL

The **Short URL** feature provides developers with an easier and more trackable way to share their Mini Apps.\
Short URLs simplify sharing and allow you to measure user engagement and campaign performance.

**Key Features**

* **Easy Sharing:**\
  Short URLs are compact and ideal for social media, advertisements, or referral programs.
* **User Flow:**\
  When a user clicks a Short URL:
  * If they don’t have the Speed Wallet installed, they’ll be prompted to install it.
  * If they haven’t signed up or logged in, they’ll be asked to do so.
  * Once ready, the Mini App will open automatically.
* **Engagement Tracking:**\
  For each Short URL, you can view:
  * The total number of users who joined your Mini App through that link.
* **Multiple Campaign Links:**\
  You can create **up to five Short URLs** for each Mini App, enabling you to track separate campaigns — for example:
  * Social Media Ads
  * Email Promotions
  * Partnership Programs

**Requirements**

* Short URLs can be created **only for approved Mini Apps**.

**Creating a Short URL**

1. **Go to App Listing**

   * Log in to your Speed account used for the Mini App.
   * Navigate to **Settings → App Listing → \[Your App Name]**.

   <figure><img src="/files/VbvMnBh8b0zHioje2bSd" alt=""><figcaption></figcaption></figure>
2. **Create a Short Link**

   * Click **“Create Short Link.”**
   * Enter a name (e.g., `SummerCampaign` or `ReferralProgram`) to identify the URL later.

   <figure><img src="/files/DBf44vpv727bWiUZXF6E" alt=""><figcaption></figcaption></figure>
3. **Save & Share**

   * Copy the generated Short URL.
   * Share it via your preferred channels — email, social media, or ads.&#x20;

   <figure><img src="/files/g7WtKooXU7WH4xGRwJaj" alt=""><figcaption></figcaption></figure>
4. **Track Performance**
   * Monitor how many users joined your Mini App through each link directly within Speed Wallet.


---

# Agent Instructions: 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:

```
GET https://speed-wallet.gitbook.io/speed-wallet-mini-apps/shareable-and-short-url.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
