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

# Skio

> Connect your Skio subscription events to Converge

## Installation instructions

<Steps>
  <Step title="Navigate to the Skio Admin Dashboard">
    1. Navigate to your Skio Admin Dashboard.
  </Step>

  <Step title="Create your token">
    2. Click on **Account** > **API**
    3. Give your token a name: e.g. `Converge`
    4. Click on **Generate API Key** and copy the key, you will need it later.
  </Step>

  <Step title="Create a new Server-side source in Converge">
    5. In Converge, click on **Create a new source**
    6. Pick *Server-side* from the modal
    7. Name your source: e.g. `{Storename} Subscriptions`
  </Step>

  <Step title="Connect the Source">
    8. Choose **Skio** as your app.
    9. Enter the Skio API Token.
    10. Fill in your Store Name.
    11. Click on **Create Source**.
  </Step>
</Steps>

***

## Event spec

This integration auto-tracks the following events on the server with all properties available according to the [Converge event spec](/sources/converge-spec).

| Event Name                                                          | Event Description                      |
| ------------------------------------------------------------------- | -------------------------------------- |
| [Started Subscription](/sources/converge-spec#started-subscription) | When a customer starts a subscription. |

### Sales channels

Currently all 'Started Subscription' events are categorized as "web" sales channel type, given this event corresponds to a web user journey.

More on sales channels can be found [here](/sources/concepts/sales-channels).
