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

# General

> General questions about Headless Web SDK

<Accordion title="What is the Suki Headless Web SDK?">
  The Suki Headless Web SDK is a modular SDK that allows you to embed ambient intelligence capabilities directly into your web application. Being a headless SDK, you can design your own user interface while using our SDK's functionality.
</Accordion>

<Accordion title="How can I authenticate with the Suki Headless Web SDK?">
  To use the Headless Web SDK, you must be a Suki partner. Learn more about how to become a Suki partner [here](/documentation/partner-onboarding). Once you are a Suki partner, you can authenticate with the Suki services using the following ways:

  * **Your own authentication system:** Use your own authentication system to authenticate with the Suki services. You must provide the Suki SDK with the following information:
    * Your `partnerId`
    * Your `partnerToken`
    * Your partner secret
    * Your partner URL
    * Your partner port
    * Your partner protocol
    * Your partner path
  * **JWKS URL:** Use a JWKS URL to authenticate with Suki for Partners. Learn more about how to get the JWKS URL [here](/documentation/partner-authentication).
</Accordion>

<Accordion title="How can I use the Suki Headless Web SDK?">
  To use the Headless Web SDK, you need to follow the steps below:

  1. Install the Suki Headless Web SDK
  2. Initialize the Suki Headless Web SDK
  3. Use the Suki Headless Web SDK hooks to embed ambient intelligence capabilities directly into your web application.
</Accordion>

<Accordion title="What is the difference between the Suki Headless Web SDK and the Suki Web SDK?">
  The **Suki Headless Web SDK** is a modular SDK that allows you to embed ambient intelligence capabilities directly into your web application. Being a headless SDK, you can design your own user interface while using our SDK's functionality.

  The **Suki Web SDK** is a pre-built SDK that comes with a pre-built user interface. It is designed to be used as a full-stack SDK.
</Accordion>
