> For the complete documentation index, see [llms.txt](https://docs.startupstarterkits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.startupstarterkits.com/ssk-pro-features/index-2/chapter-4.md).

# Environment Variables for reCAPTCHA

## Step 6 - Test Your Form with reCAPTCHA

After integrating reCAPTCHA via the SSK Form Component, ensure it's working as expected by following these steps:

1. **Run your local server**\
   Ensure your local server is running with the correct `.env` variables loaded.
2. **Submit the Form**\
   Submit the form through your frontend, and verify that the reCAPTCHA validation occurs.
3. **Use reCAPTCHA Test Tool**\
   Use the [Google reCAPTCHA Testing Tool](https://developers.google.com/recaptcha/docs/faq) to simulate user interactions and verify that the form works as expected.

## Step 7 - Debugging

If reCAPTCHA is not working, check:

* The **reCAPTCHA score** (recommend > 0.7).
* Ensure that the domains in the **whitelist** are correct.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/index-2/chapter-4.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.
