# Sharing your Link

Your public inbox link is the primary way artists send you demos and promos on Trackstack. You can share it directly, customise your public profile, embed your submission form, and even redirect old demo email addresses automatically.

This page covers all the ways to share access to your inbox.

<div data-with-frame="true"><figure><img src="/files/ugxWmVt2BTz4R8YFJQyk" alt=""><figcaption></figcaption></figure></div>

***

### **Public Inbox Link**

This is the link you’ll share to receive tracks:

**<https://tstack.app/yourhandle>**

You can share it across:

* Instagram, TikTok, Twitter bios
* Email signatures
* Link-in-bio tools
* Websites
* Group chats
* Promo mailouts

Anyone with your link can submit music unless you’ve added restrictions (e.g., passwords, genre filters, opening times).

For verified profiles, this handle cannot be edited. If you need to change it, contact Trackstack Support to get your profile will be re-verified.

***

### **Public Description**

Add a short description to help artists understand what you’re looking for. Use this space to communicate:

* Preferred genres
* Submission guidelines
* Current needs (e.g., “looking for unreleased minimal/deep tech demos”)

Changes save automatically.

***

### **Verification Badge**

A verified inbox:

* Appears **higher in search**
* Builds artist trust
* Improves submission quality

The blue badge is shown on your public inbox page. To get verified, please reach out to <support@trackstack.app> to find out how.

***

### **Website Embed**

You can embed your Trackstack submission form directly onto your website. This allows artists to submit tracks without leaving your site.

<div data-with-frame="true"><figure><img src="/files/AzJtAsNrYDvJvj3zzbXr" alt="" width="563"><figcaption></figcaption></figure></div>

#### **Embed Code Example**

```html
<iframe
  title="Send me tracks"
  src="https://tstack.app/yourhandle/embed/send?isDarkMode=false"
  style="width: 100vw; height: 100vh"
  width="100%"
  height="100%"
  scrolling="yes"
  frameBorder="0"
  allowtransparency="true"
></iframe>
```

Switch between **light or dark mode** by adjusting the `isDarkMode` parameter.

***

### **Email Autoresponder**

If artists still send demos to your old promo or demo email addresses, Trackstack’s **Email Autoresponder** helps redirect them to your inbox automatically.

Create an automatic reply that sends artists to your Trackstack inbox link.

This is perfect for:

* Retiring old demo inboxes
* Redirecting promo floods to Trackstack
* Ensuring every track ends up in your centralised workflow

**Example Auto-reply Message:**

> *Thanks for sending your tracks. Please send them to our Trackstack Inbox here:*\
> **<https://tstack.app/yourhandle>**

This ensures all submissions go into your Trackstack Inbox where you can properly review, organise, and respond.

***

### **Best Practices**

To maximise submissions and maintain a clean workflow:

* Add your public link to all social profiles
* Post it during demo days or release campaigns
* Embed it on your website
* Add your link to EPKs or press kits
* Use the email autoresponder on old inboxes
* Keep your public description updated

Sharing your link widely ensures you never miss great music — and Trackstack keeps it all organised.


---

# 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://help.trackstack.app/inbox/sharing-your-link.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.
