# SSK-Pro Features

- [AI Chat Integration](https://docs.startupstarterkits.com/ssk-pro-features/index.md): AI Chat Integration Guide for SSK Pro
- [Setting Up AI Providers](https://docs.startupstarterkits.com/ssk-pro-features/index/chapter-1.md): Chapter 1:
- [Using the Pre-built Chat Component](https://docs.startupstarterkits.com/ssk-pro-features/index/chapter-2.md): Chapter 2:
- [Securing Chatbot Conversations](https://docs.startupstarterkits.com/ssk-pro-features/index/chapter-3.md): Chapter 3:
- [Testing and Customizing AI Responses](https://docs.startupstarterkits.com/ssk-pro-features/index/chapter-4.md): Chapter 4:
- [Google Analytics](https://docs.startupstarterkits.com/ssk-pro-features/index-1.md): Integrating Google Analytics with Custom Components
- [Setting Up Google Analytics](https://docs.startupstarterkits.com/ssk-pro-features/index-1/chapter-1.md): Chapter 1:
- [Implementing Pageview Tracking](https://docs.startupstarterkits.com/ssk-pro-features/index-1/chapter-2.md): Chapter 2:
- [Handling Cookie Consent](https://docs.startupstarterkits.com/ssk-pro-features/index-1/chapter-3.md): Chapter 3:
- [Tracking Events](https://docs.startupstarterkits.com/ssk-pro-features/index-1/chapter-4.md): Chapter 4:
- [Payments Integration](https://docs.startupstarterkits.com/ssk-pro-features/payments.md)
- [Stripe Payments](https://docs.startupstarterkits.com/ssk-pro-features/payments/index.md)
- [Setting Up Your Stripe Account](https://docs.startupstarterkits.com/ssk-pro-features/payments/index/chapter-1.md): Chapter 1: Setting Up Your Stripe Account
- [Installing Stripe in Your Application](https://docs.startupstarterkits.com/ssk-pro-features/payments/index/chapter-2.md): Chapter 2: Configuring the Stripe Webhook in Your Application
- [Implementing in Your Project](https://docs.startupstarterkits.com/ssk-pro-features/payments/index/chapter-3.md): Chapter 3: Implementing in Your Project
- [Lemon Squeezy](https://docs.startupstarterkits.com/ssk-pro-features/payments/index-1.md)
- [Setting Up Lemon Squeezy Account](https://docs.startupstarterkits.com/ssk-pro-features/payments/index-1/chapter-1.md): Chapter 1: Setting Up Your Lemon Squeezy Account
- [Configuring the Webhook Endpoint](https://docs.startupstarterkits.com/ssk-pro-features/payments/index-1/chapter-2.md): Chapter 2: Implementing Lemon Squeezy Webhook in Your Application
- [Testing and Verifying Integration](https://docs.startupstarterkits.com/ssk-pro-features/payments/index-1/chapter-3.md): Chapter 3: Testing and Verifying Your Implementation
- [Affiliate Marketing](https://docs.startupstarterkits.com/ssk-pro-features/affiliates.md): Affiliate Marketing Guide for SSK Pro
- [Lemon Squeezy](https://docs.startupstarterkits.com/ssk-pro-features/affiliates/lemonsqueezy.md)
- [Rewardful](https://docs.startupstarterkits.com/ssk-pro-features/affiliates/rewardful.md)
- [Form and reCAPTCHA](https://docs.startupstarterkits.com/ssk-pro-features/index-2.md): reCAPTCHA Integration Guide for SSK Pro
- [Setting Up reCAPTCHA](https://docs.startupstarterkits.com/ssk-pro-features/index-2/chapter-1.md): Chapter 1:
- [Integrating reCAPTCHA with Forms](https://docs.startupstarterkits.com/ssk-pro-features/index-2/chapter-2.md): Chapter 2:
- [Verifying reCAPTCHA on the Backend](https://docs.startupstarterkits.com/ssk-pro-features/index-2/chapter-3.md): Chapter 3:
- [Environment Variables for reCAPTCHA](https://docs.startupstarterkits.com/ssk-pro-features/index-2/chapter-4.md): Chapter 4:
- [Email Integration with Nodemailer](https://docs.startupstarterkits.com/ssk-pro-features/index-3.md): Email Integration Guide for SSK-Pro
- [Setting Up Email Server](https://docs.startupstarterkits.com/ssk-pro-features/index-3/chapter-1.md): Chapter 1:
- [Sending Contact Requests](https://docs.startupstarterkits.com/ssk-pro-features/index-3/chapter-2.md): Chapter 2:
- [Authentication](https://docs.startupstarterkits.com/ssk-pro-features/index-4.md): Authentication with NextAuth, Prisma, and the New App Router
- [Auth with Google](https://docs.startupstarterkits.com/ssk-pro-features/index-4/google.md)
- [Implement Auth0](https://docs.startupstarterkits.com/ssk-pro-features/index-4/auth0.md)


---

# 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.startupstarterkits.com/ssk-pro-features.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.
