# Guides & Integrations

This section provides guides for integrating BetterForms with third-party libraries, services, and platforms.

## Component Integration

* [**Creating Components with Third-Party Libraries**](/reference/apis-and-services/integrations/creating-components-with-third-party-libraries.md) - Complete guide to integrating JavaScript libraries like FullCalendar, Chart.js, Leaflet, and CodeMirror into custom components
* [**Web Awesome Components**](/reference/apis-and-services/integrations/web-awesome-components.md) - Using modern Web Awesome components in BetterForms
* [**ApexCharts - Getting Started**](/reference/apis-and-services/integrations/apexcharts-getting-started.md) - Interactive charts and graphs

## Platform Integrations

* [**Creating a PWA**](/reference/apis-and-services/integrations/creating-a-pwa.md) - Turn your BetterForms app into a Progressive Web App
* [**Setting up Auth0**](/reference/apis-and-services/integrations/setting-up-auth0.md) - Third-party authentication with Auth0
* [**Create an S3 Bucket on AWS**](/reference/apis-and-services/integrations/create-an-s3-bucket-on-aws.md) - File storage with Amazon S3


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.klai.studio/reference/apis-and-services/integrations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
