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

# Introduction

> Find the information you need to get started with Wingback

export const IntRedir = () => {
  if (typeof document === "undefined") {
    return null;
  } else {
    setTimeout(() => {
      const currentUrl = new URL(window.location.href);
      if (currentUrl.hostname === 'docs-int.wingback.com') {
        currentUrl.hostname = 'docs.wingback.com';
        window.location.replace(currentUrl.toString());
      }
    }, 1);
    return <></>;
  }
};

<IntRedir />

<img src="https://mintcdn.com/wingback/GadBRdJt85xVxME0/media/headers/intro_header.jpg?fit=max&auto=format&n=GadBRdJt85xVxME0&q=85&s=c6315f7a0444e81eb3dc95bae4d4d6a4" alt="" width="1616" height="667" data-path="media/headers/intro_header.jpg" />

Welcome to Wingback's documentation! We're glad you're here. Our goal is to provide you with the necessary resources to successfully integrate and use Wingback for your SaaS product's billing and subscription management needs. Below, you'll find links to the most important pages, grouped by role or use case, to help you quickly find the information you need. If you have any questions or need further assistance, don't hesitate to reach out to us.

<div style={{width: '100%', paddingBottom: '66.6666666667%', position: 'relative', height: 'auto', maxWidth: '100%', overflow: 'hidden'}}>
  <iframe src="https://player.vimeo.com/video/856749460?h=a05eba3986&badge=0&autopause=0&player_id=0&app_id=58479" style={{position: 'absolute', height: '100%', width: '100%'}} />
</div>

## User Guides

Explore our user guides tailored to different roles and use cases.

<CardGroup cols={2}>
  <Card title="Wingback for Sales" icon="link" icon="link" href="/user/for/sales">
    Learn how to create custom quotes, manage pricing plans, and more.
  </Card>

  <Card title="Wingback for Growth" icon="link" icon="link" href="/user/for/growth">
    Explore the process of creating pricing plans, setting up experiments, and connecting to analytics tools.
  </Card>

  <Card title="Wingback for Product" icon="link" icon="link" href="/user/for/product">
    Discover how to manage your product catalog, implement self-serve, and analyze feature usage data.
  </Card>

  <Card title="Wingback for Customer Success" icon="link" icon="link" href="/user/for/cs">
    Find out how to manage contracts, invoicing, and customer data.
  </Card>

  <Card title="Wingback for Finance" icon="link" icon="link" href="/user/for/finance">
    Understand invoicing, managing customer data, and handling multiple contracts.
  </Card>
</CardGroup>

## Developers

Access resources to help you integrate Wingback with your application.

<CardGroup cols={2}>
  <Card title="Integrating Wingback into your Signup Flow" icon="link" href="/dev/guides/integrate-wingback-signup-flow">Follow our step-by-step guide to integrate Wingback with your signup process.</Card>
  <Card title="Billing Portal Integration" icon="link" href="/dev/guides/billing-portal">Learn how to incorporate the self-serve billing portal into your website.</Card>
  <Card title="Adding a Dynamic Pricing Page to Your Website" icon="link" href="/dev/guides/pricing-page">Find out how to add a dynamic pricing page that inherits your website's styling.</Card>
  <Card title="API Reference" icon="link" href="/dev/api-reference/introduction">Explore our comprehensive API reference to interact with Wingback programmatically.</Card>
</CardGroup>

## User Manuals

Get detailed information on Wingback's features and tools.

<CardGroup cols={2}>
  <Card title="Self-serve Billing Portal" icon="link" href="/manual/billing-portal">Learn how to use the self-serve billing portal to manage customer subscriptions and billing.</Card>
  <Card title="Customer Management Portal" icon="link" href="/manual/customer-management-portal">Discover how to manage customer data, view payment history, and issue refunds.</Card>
  <Card title="Plan Editor" icon="link" href="/manual/plan-editor">Find out how to create and manage pricing plans with our intuitive plan editor.</Card>
  <Card title="Pricing Pages" icon="link" href="/manual/pricing-pages">Learn how to design and customize dynamic pricing pages for your website.</Card>
</CardGroup>

## SaaS Growth Infrastructure (SGI) Fundamentals

Deep dive into different pricing models and industry terminology.

<CardGroup cols={2}>
  <Card title="Pricing Model Guides" icon="link" href="/fundamentals/pricing-model-guides">Explore various pricing models, from simple flat-fee to tiers and usage-based pricing.</Card>
  <Card title="Vocabulary" icon="link" href="/fundamentals/vocab/introduction">Familiarize yourself with industry terms and the vocabulary used within our product.</Card>
</CardGroup>
