> For the complete documentation index, see [llms.txt](https://docs.web3forms.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.web3forms.com/getting-started/customizations.md).

# Customizations

- [Email Subject line](https://docs.web3forms.com/getting-started/customizations/email-subject.md): Customize your notification email subject
- [Success / Thank You Page](https://docs.web3forms.com/getting-started/customizations/success-thank-you-page.md): You can customize the success / thank you page as you like. See the options below.
- [Custom Redirection](https://docs.web3forms.com/getting-started/customizations/redirection.md): Customize Success Redirection to your website after form submission
- [Captcha & SPAM](https://docs.web3forms.com/getting-started/customizations/spam-protection.md): Prevent bots and spammers using your forms to send emails.
- [hCaptcha](https://docs.web3forms.com/getting-started/customizations/spam-protection/hcaptcha.md): hCaptcha is the privacy friendly alternative to Google reCaptcha. Used by Cloudflare, Shopify & more..
- [reCaptcha & Turnstile](https://docs.web3forms.com/getting-started/customizations/spam-protection/recaptcha-and-turnstile.md): This is a Pro feature.
- [Honeypot](https://docs.web3forms.com/getting-started/customizations/spam-protection/spam-protection.md): NOT RECOMMENDED: Prevent bots and spammers using your forms to send emails.
- [Report Spam](https://docs.web3forms.com/getting-started/customizations/spam-protection/report-spam.md)
- [Custom Reply-To](https://docs.web3forms.com/getting-started/customizations/custom-reply-to.md): Set a custom reply-to email for your submission.
- [From Name](https://docs.web3forms.com/getting-started/customizations/from-name.md)


---

# 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.web3forms.com/getting-started/customizations.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.
