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

# Introduction

> Welcome to our documentation! Here you'll find comprehensive guides and documentation to help you start working with Primefold SDK as quickly as possible.

## Primefold JavaScript Library

The Primefold JavaScript Library enables you to easily embed surveys as popup windows on your website.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="globe" href="/js-library/quickstart">
    Get started with the Primefold JavaScript Library in minutes.
  </Card>

  <Card title="Customization" icon="palette" href="/js-library/customization">
    Customize the appearance of all the elements.
  </Card>
</CardGroup>

## Simple Event handling

Our Library provides a simple way to handle events and trigger actions based on user interactions.

<CardGroup cols={2}>
  <Card title="Event Handling" icon="location-crosshairs" href="/js-library/event-handling">
    Learn everything about handling events.
  </Card>
</CardGroup>
