> ## Documentation Index
> Fetch the complete documentation index at: https://docs.formbox.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Features overview

> Formbox offers a wide range off features to help you manage your forms and submissions. Familiarize yourself with Formbox's features with our comprehensive set of guides.

<CardGroup cols={2}>
  <Card title="Organizations" href="/features/organizations">
    Group forms per team, project, or department and manage who has access.
  </Card>

  <Card title="Self email notifications" href="/features/self-email-notifications">
    Recieve email notifications every time your form gets a new submission.
  </Card>

  <Card title="Respondent email notifications" href="/features/respondent-email-notifications">
    Send auto-responses to your form respondants when they fill out your form.
  </Card>

  <Card title="Custom domains" href="/features/custom-domains">
    Serve your hosted forms from your own domain for a fully branded experience.
  </Card>

  <Card title="Custom redirects" href="/features/custom-redirects">
    Redirect your form respondants to a custom URL after submission.
  </Card>

  <Card title="Spam protection" href="/features/spam-protection">
    Our spam protection AI handles spam submissions and keeps your inbox safe and sound.
  </Card>

  <Card title="Domain restrictions" href="/features/domain-restrictions">
    Only allow form submissions your from the approved domains you trust.
  </Card>

  <Card title="Country restrictions" href="/features/country-restrictions">
    Only allow form submissions your from the countries you trust.
  </Card>

  <Card title="Exporting submissions" href="/features/exporting-submissions">
    Download all your form submission data to a CSV or JSON file.
  </Card>

  <Card title="AJAX support" href="/features/ajax-support">
    Use the fetch api to submit your form submissions without a page reload.
  </Card>

  <Card title="Webhooks" href="/features/webhooks">
    Send a webhook request on successful submissions.
  </Card>
</CardGroup>
