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

# Quick Start Guide

> Get up and running with Tether in minutes

# Quick Start Guide

This guide walks you through the essential steps to set up Tether for your organization. By the end, you'll have your first warehouse, collection, SKUs, and sales channel configured.

<Note>
  This guide assumes you have Admin access. If you're a Sales Rep user, some features may not be available to you. See [User Roles & Permissions](/roles-permissions) for details.
</Note>

## Prerequisites

Before you begin, ensure you have:

* Admin access to your Tether account
* Basic information about your products (names, SKU codes)
* Your warehouse location(s)
* Sales channel information

## Setup Checklist

<Steps>
  <Step title="Create Your First Warehouse">
    Warehouses are where your inventory is stored. You need at least one warehouse to track inventory.

    1. Navigate to **Inventory** in the sidebar
    2. Click the **Warehouses** tab
    3. Click **Create Warehouse**
    4. Enter the warehouse details:
       * **Name**: A descriptive name (e.g., "Main Warehouse")
       * **Code**: A short identifier (e.g., "MAIN")
       * **Address**: Physical location (optional but recommended)
    5. Click **Save**

    <Tip>
      Use clear, consistent naming conventions for warehouses. This helps when you have multiple locations.
    </Tip>
  </Step>

  <Step title="Create a Collection">
    Collections group related products together and define shared attributes like dimensions.

    1. Navigate to **SKUs** in the sidebar
    2. Click the **Collections** tab
    3. Click **Create Collection**
    4. Enter collection details:
       * **Name**: Descriptive name (e.g., "T-Shirts", "Electronics")
       * **Description**: Optional details about the collection
    5. Click **Save**
  </Step>

  <Step title="Set Up Dimensions (Optional)">
    Dimensions define product attributes like Size or Color. This is optional but powerful for managing variants.

    1. Open your newly created collection
    2. Go to the **Dimensions** tab
    3. Click **Add Dimension**
    4. Create dimensions like:
       * **Size**: S, M, L, XL
       * **Color**: Red, Blue, Black
    5. Save each dimension

    <Info>
      Dimensions enable the SKU Generator, which can automatically create all variant combinations for you.
    </Info>
  </Step>

  <Step title="Add Your First SKUs">
    SKUs are individual products in your catalog. You can create them manually or generate them from dimensions.

    **Option A: Create Manually**

    1. Navigate to **SKUs** in the sidebar
    2. Click **Create SKU**
    3. Enter SKU details:
       * **Name**: Product name
       * **SKU Code**: Unique identifier
       * **Type**: Usually "Finished Good" for sellable products
       * **Collection**: Select your collection
    4. Click **Save**

    **Option B: Generate from Dimensions**

    1. Open your collection
    2. Go to the **SKUs** tab
    3. Click **SKU Generator**
    4. Select the dimension values to include
    5. Click **Generate** to create all combinations
  </Step>

  <Step title="Configure a Sales Channel">
    Channels represent where you sell products (Shopify, Amazon, wholesale, etc.).

    1. Navigate to **Channels** in the sidebar
    2. Click **Create Channel**
    3. Enter channel details:
       * **Name**: Channel name (e.g., "Shopify US", "Amazon")
       * **Type**: Select the appropriate type
    4. Click **Save**
  </Step>

  <Step title="View Your Inventory Dashboard">
    Now that you have the basics set up, explore your inventory dashboard.

    1. Navigate to **Inventory** in the sidebar
    2. The **Overview** tab shows:
       * Inventory health alerts
       * Stockout risks
       * Safety stock breaches
    3. Use filters to focus on specific warehouses or collections

    <Note>
      Inventory levels will show as zero until you import data or set up integrations.
    </Note>
  </Step>
</Steps>

## What's Next?

Now that you have the basics configured, explore these areas:

<CardGroup cols={2}>
  <Card title="Import Inventory Data" icon="upload" href="/integrations/setup">
    Connect your systems to automatically sync inventory levels
  </Card>

  <Card title="Set Up Suppliers" icon="truck" href="/inventory/suppliers">
    Add suppliers and configure lead times for replenishment planning
  </Card>

  <Card title="Configure Demand Forecasting" icon="chart-line" href="/demand-forecasting/dashboard">
    View and adjust demand forecasts for your products
  </Card>

  <Card title="Explore Supply Planning" icon="clipboard-list" href="/supply-planning/overview">
    Review solver-generated transfer, production, and purchase recommendations
  </Card>
</CardGroup>

## Common Setup Tasks

### Adding More Users

If you need to add team members:

1. Click your **profile avatar** in the top-right corner and select **Settings**
2. Click the **User Access** card
3. Click **Invite User**
4. Enter their email and assign a role (Admin or Sales Rep)
5. Configure channel access as needed

### Customizing Terminology

Tether allows you to customize terminology to match your organization's language:

1. Click your **profile avatar** in the top-right corner and select **Settings**
2. Click **Configure Terminology** on the **Terminology Settings** card
3. Rename terms like "SKU", "Channel", or "Warehouse"
4. Save changes

### Setting Up Integrations

To automatically sync data from external systems:

1. Go to **Integrations** in the sidebar
2. Click **Create Integration**
3. Follow the setup wizard for your data source
4. Configure field mappings
5. Run your first sync

## Need Help?

<CardGroup cols={2}>
  <Card title="Navigation Guide" icon="compass" href="/navigation">
    Learn the Tether interface in detail
  </Card>

  <Card title="Command Palette" icon="keyboard" href="/tips/command-palette">
    Quickly navigate with keyboard shortcuts
  </Card>

  <Card title="Ask the agent" icon="sparkles" href="/agent/chat">
    Get answers and take action from any page
  </Card>

  <Card title="Supply planning" icon="diagram-project" href="/supply-planning/overview">
    Understand how Tether plans your supply
  </Card>
</CardGroup>
