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

# Seated

> Supertape's Seated integration lets you promote your tour dates on your own website, and automatically imports new events as soon as they're announced.

export const Syncs = ({music = false, merch = false, videos = false, tour = false, followers = false}) => <AccordionGroup cols={3}>
    <Accordion title="Profile" icon="id-card" iconType="light">
      Allows you to <a href="/docs/share">share</a>, <a href="/docs/posts">post</a>, or add a link to your platform profile in your site's <a href="/docs/design">footer</a>.
    </Accordion>
    
    {music && <Accordion title="Music" icon="album-collection" iconType="light">
        Syncs albums into your <a href="/docs/music">music catalog</a> and creates smart links to <a href="/docs/share">share</a> with fans.
      </Accordion>}

    {merch && <Accordion title="Merch" icon="tags" iconType="light">
      Syncs products into your <a href="/docs/merch">merch catalog</a> and creates smart links to <a href="/docs/share">share</a> with fans.
    </Accordion>}

    {videos && <Accordion title="Videos" icon="films" iconType="light">
      Syncs videos into your <a href="/docs/videos">videos catalog</a> and creates smart links to <a href="/docs/share">share</a> with fans.
    </Accordion>}

    {tour && <Accordion title="Tour" icon="tickets" iconType="light">
      Syncs events into your <a href="/docs/tour">tour catalog</a> and creates smart links to <a href="/docs/share">share</a> with fans.
    </Accordion>}

    {followers && <Accordion title="Followers" icon="users" iconType="light">
      Syncs the number of <a href="/docs/followers">followers</a> you have on the platform over time.
    </Accordion>}

  </AccordionGroup>;

## Synced from Seated

<Syncs tour />

## Finding your Seated URL

1. Log into your [Seated artist account](https://www.seated.com/artists).
2. Select your artist profile.
3. Copy the URL from your browser's address bar, it should look like: `https://tours.seated.com/artists/abc-123...`

## Connecting Seated

1. Visit **Platforms** and select **New** in the top right.
2. Select **Tour** and then **Seated**.
3. Enter your Seated profile URL and hit **Save**.

## Good to know

* Since Seated doesn't have public artist profile pages, if you add Seated to your footer it will simply link to the Seated home page for fans to sign up or log in.
