# Getting Started

- [Installation](https://docs.web3forms.com/getting-started/installation.md)
- [Customizations](https://docs.web3forms.com/getting-started/customizations.md)
- [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)
- [Pro Features](https://docs.web3forms.com/getting-started/pro-features.md)
- [reCaptcha Integration](https://docs.web3forms.com/getting-started/pro-features/recaptcha-integration.md)
- [Cloudflare Turnstile Captcha](https://docs.web3forms.com/getting-started/pro-features/cloudflare-turnstile-captcha.md): Web3Forms supports cloudflare turnstile captcha in our forms.
- [Add CC Email](https://docs.web3forms.com/getting-started/pro-features/add-cc-email.md)
- [Autoresponder (Auto-Reply)](https://docs.web3forms.com/getting-started/pro-features/autoresponder.md)
- [File Attachments](https://docs.web3forms.com/getting-started/pro-features/file-attachments.md)
- [Advanced File Uploader](https://docs.web3forms.com/getting-started/pro-features/advanced-file-uploader.md): For large attachments or multiple file uploads, use our advanced file uploader.
- [Webhooks](https://docs.web3forms.com/getting-started/pro-features/webhooks.md)
- [Restrict to Domain](https://docs.web3forms.com/getting-started/pro-features/restrict-to-domain.md): Whitelist a domain to send the form from.
- [Intro Text](https://docs.web3forms.com/getting-started/pro-features/intro-text.md)
- [Examples](https://docs.web3forms.com/getting-started/examples.md)
- [Basic HTML Contact Form](https://docs.web3forms.com/getting-started/examples/basic-html-contact-form.md)
- [Advanced - All Options](https://docs.web3forms.com/getting-started/examples/advanced-all-options.md): Here's an example with all possible customization options. Checkout other pages for more examples.
- [Ajax Contact Form using Javascript](https://docs.web3forms.com/getting-started/examples/ajax-contact-form-using-javascript.md)
- [Multi Column Contact Form](https://docs.web3forms.com/getting-started/examples/multi-column-contact-form.md)
- [Javascript Form Validation](https://docs.web3forms.com/getting-started/examples/javascript-form-validation.md)
- [Contact Form with Dark Mode](https://docs.web3forms.com/getting-started/examples/contact-form-with-dark-mode.md)
- [Raw Contact Form](https://docs.web3forms.com/getting-started/examples/raw-contact-form.md)
- [Google reCaptcha v3](https://docs.web3forms.com/getting-started/examples/recaptcha-v3.md)
- [File Upload Form](https://docs.web3forms.com/getting-started/examples/file-upload-form.md)
- [With Multiple Checkbox](https://docs.web3forms.com/getting-started/examples/with-multiple-checkbox.md): How to integrate Checkbox with Web3Forms Properly
- [Integrations](https://docs.web3forms.com/getting-started/integrations.md)
- [Google Sheets](https://docs.web3forms.com/getting-started/integrations/google-sheets.md)
- [Slack](https://docs.web3forms.com/getting-started/integrations/slack.md)
- [Discord](https://docs.web3forms.com/getting-started/integrations/discord.md)
- [Telegram](https://docs.web3forms.com/getting-started/integrations/telegram-notifications.md)
- [Webhooks](https://docs.web3forms.com/getting-started/integrations/webhooks.md)
- [Coming Soon](https://docs.web3forms.com/getting-started/integrations/soon.md)
- [Zapier](https://docs.web3forms.com/getting-started/integrations/soon/zapier.md)
- [Make (Integromat)](https://docs.web3forms.com/getting-started/integrations/soon/integromat.md)
- [n8n](https://docs.web3forms.com/getting-started/integrations/soon/n8n.md)
- [Notion](https://docs.web3forms.com/getting-started/integrations/soon/notion.md)
- [Airtable](https://docs.web3forms.com/getting-started/integrations/soon/airtable.md)
- [Options Reference](https://docs.web3forms.com/getting-started/options-reference.md)
- [API Reference](https://docs.web3forms.com/getting-started/api-reference.md)
- [Troubleshooting](https://docs.web3forms.com/getting-started/troubleshooting.md): Here are common issues with Web3Forms and how to fix them.
- [FAQ](https://docs.web3forms.com/getting-started/faq.md): Frequently Asked Questions


---

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