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

# Set up overview

> Launch your Web3 loyalty platform with Snag. Follow the setup checklist: configure branding, install your hostname, build your program, and go live.

<head>
  <script type="application/ld+json">
    {JSON.stringify({
            "@context": "https://schema.org",
            "@graph": [
              {
                "@type": "HowTo",
                "name": "Set up overview",
                "description": "Launch your Web3 loyalty platform with Snag. Follow the setup checklist: configure branding, install your hostname, build your program, and go live.",
                "step": [
                  {"@type": "HowToStep", "name": "Add basic info", "text": "Enter basic info about your project in the Snag admin dashboard. Update later under Customization, Platform Settings."},
                  {"@type": "HowToStep", "name": "Customize your platform", "text": "Head to the Customization tab to set your theme colors, upload fonts, and fine-tune your visual style."},
                  {"@type": "HowToStep", "name": "Sign the partner agreement", "text": "Sign the partner agreement found on the Snag Admin Home page before going live."},
                  {"@type": "HowToStep", "name": "Install hostname", "text": "Launch under your own domain to ensure your platform feels fully branded end to end."},
                  {"@type": "HowToStep", "name": "Build your loyalty program", "text": "Configure your loyalty program with different types of rules by creating your first loyalty rule."},
                  {"@type": "HowToStep", "name": "Test your platform", "text": "Run QA checks including cross-device experience, cross-wallet compatibility, and rule completion."},
                  {"@type": "HowToStep", "name": "Launch and share", "text": "Post your platform on X or wherever you connect with your community."}
                ]
              },
              {
                "@type": "BreadcrumbList",
                "itemListElement": [
                  {"@type": "ListItem", "position": 1, "name": "Home", "item": "https://docs.snagsolutions.io/welcome"},
                  {"@type": "ListItem", "position": 2, "name": "Set up", "item": "https://docs.snagsolutions.io/setup/setup-overview"},
                  {"@type": "ListItem", "position": 3, "name": "Set up overview"}
                ]
              }
            ]
          })}
  </script>
</head>

<Tip>
  **Using an AI coding assistant?** Connect Cursor, Claude, or Copilot to Snag Docs for context-aware help. [Learn how](/ai-coding-assistant).
</Tip>

Snag lets you launch your all-in-one branded engagement platform using our no-code tools. Use the Snag admin dashboard to create a loyalty program, set up a rewards shop, build custom pages and more.

This section walks through the key steps to go live, from setup to launch.

## Launch checklist

<AccordionGroup>
  <Accordion title="Add basic info" icon="square-info">
    When you first open the Snag admin dashboard, whether from the “Get Started” button on our website or the top-right link here, you’ll be prompted to enter some basic info about your project. You can always update this later under **Customization → Platform Settings**.
  </Accordion>

  <Accordion title="Customize your platform" icon="swatchbook">
    Make it yours. Head to the **Customization** tab to set your theme colors, upload fonts and fine-tune your platform’s visual style. Learn more [here](/setup/customization).
  </Accordion>

  <Accordion title="Sign the partner agreement" icon="file-signature">
    Before going live, you’ll need to sign our partner agreement. You’ll find it on the **Snag Admin Home** page.
  </Accordion>

  <Accordion title="Install hostname" icon="globe">
    Launch under your own domain by following [these steps](/setup/hostname). This ensures your platform feels fully branded end to end.
  </Accordion>

  <Accordion title="Build your loyalty program" icon="stars">
    Now you’re all set to start configuring your loyalty program with different types of rules. Begin by [creating your first loyalty rule →](/loyalty/create-your-first-rule)
  </Accordion>

  <Accordion title="Test your platform" icon="magnifying-glass">
    We test constantly, but it’s still smart to run your own QA. A few key checks:

    * Cross-device experience
    * Cross-wallet compatibility
    * Rule completion
  </Accordion>

  <Accordion title="Launch and share" icon="rocket-launch">
    Post it on X or wherever you connect with your community.
  </Accordion>
</AccordionGroup>

## Related pages

<CardGroup cols={2}>
  <Card title="Loyalty Overview" icon="stars" href="/loyalty/loyalty-overview">
    Set up your loyalty program with 50+ rule types.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Integrate Snag programmatically with the REST API.
  </Card>

  <Card title="User Authentication" icon="user" href="/user-auth/auth-overview">
    Configure wallet, email, and social login providers.
  </Card>

  <Card title="Rewards Shop" icon="gift" href="/create/rewards-shop">
    Create NFT contracts and set up a rewards marketplace.
  </Card>
</CardGroup>
