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

# Introduction

> Overview of Knot's merchant connectivity platform.

<Frame>
  <img alt="Knot Flow" title="Knot Flow" classname="block dark:hidden" src="https://mintcdn.com/knot/z5Mq_xER17YSzSfk/images/intro-hero.png?fit=max&auto=format&n=z5Mq_xER17YSzSfk&q=85&s=29d3e695d02741ba57eaaeac7f28791f" width="1920" height="1440" data-path="images/intro-hero.png" />
</Frame>

Knot is a merchant connectivity platform that financial institutions and other businesses of all sizes use to connect their applications to the online merchant accounts of their end users. Knot allows your application to read and write data to online merchant accounts for various use cases.

[CardSwitcher](/card-switcher/quickstart), for example, allows users to quickly and securely update their credit and debit cards on-file with merchants. This allows card issuers to improve and maintain top-of-wallet status across merchants.

All integrations to Knot's platform include two aspects:

1. A client-side SDK integration which handles credential validation, multi-factor authentication, and error handling.
2. A server-side integration to read data from & write data to Knot, as well as receive webhook events.

<CardGroup cols={3}>
  <Card title="CardSwitcher Quickstart" icon="credit-card" href="/card-switcher/quickstart">
    Provision cards to merchant wallets like Amazon, Netflix, and Uber.
  </Card>

  <Card title="TransactionLink Quickstart" icon="bag-shopping" href="/transaction-link/quickstart">
    Retrieve SKU-level transaction data from merchant accounts.
  </Card>

  <Card title="SubscriptionManager Quickstart" icon="repeat" href="/subscription-manager/quickstart">
    Retrieve and manage subscription data from merchant accounts.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="API Reference" icon="book" href="/api-reference">
    Explore and integrate with API endpoints
  </Card>

  <Card title="SDK" icon="mobile-notch" href="/sdk/introduction">
    Seamlessly embed Knot in your app
  </Card>
</CardGroup>

<Icon icon="sparkles" /> LLM? [Read llms.txt](https://docs.knotapi.com/llms.txt).
