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

# Fillout AI actions

> Use AI to summarize, classify or extract insights from your form submissions.

export const SupportBanner = () => {
  const titleId = React.useId();
  return <div className="support-banner" role="region" aria-labelledby={titleId}>
      <span className="support-banner__ring support-banner__ring--outer" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--middle" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--inner" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--center" aria-hidden="true" />

      <div className="support-banner__content">
        <div className="support-banner__title" id={titleId} role="heading" aria-level="2">Still have questions?</div>

        <div className="support-banner__copy">
          <span className="support-banner__line">Our team is happy to help. Start a live chat using the</span>
          <span className="support-banner__line">
            chat bubble <span className="support-banner__chat-icon" aria-hidden="true" /> in the bottom right, or email us at
          </span>
          <span className="support-banner__line">
            <a href="mailto:support@fillout.com">support{'@'}fillout.com</a>
          </span>
        </div>

        <a className="support-banner__cta" href="mailto:support@fillout.com">Contact us</a>
      </div>
    </div>;
};

## How to use AI

In the `Integrate` page of your form, [create a blank workflow](https://www.fillout.com/help/workflows#how-to-create-a-workflow). Choose `AI action`.

<img src="https://mintcdn.com/fillout-005a867b/Ry0Xh_IDCocpHua0/images/workflows/image-22.png?fit=max&auto=format&n=Ry0Xh_IDCocpHua0&q=85&s=506b196ec0ed1ad2b2933b96a772706c" alt="Fillout Workflows" width="2680" height="1441" data-path="images/workflows/image-22.png" />

## Types of AI actions

Choose between the four types below.

### **Summarize text**

Get a summary of the form submission or a specific set of answers. You can opt for `Custom` and referencing only summaries to fields you'd like to see. Click <Icon icon="square-plus" iconType="solid" /> or type **@**.

<img src="https://mintcdn.com/fillout-005a867b/45GwdMwk-PKd-dbw/Screenshot2025-05-27at3.34.48PM.png?fit=max&auto=format&n=45GwdMwk-PKd-dbw&q=85&s=1c839cd0bb60dbbf151e4e08abc566fd" alt="Fillout Workflows" style={{ width:"79%" }} width="1102" height="1046" data-path="Screenshot2025-05-27at3.34.48PM.png" />

### **Classify text**

Automatically select the category that best matches the form response from several options you provide under **Classifications**.

<img src="https://mintcdn.com/fillout-005a867b/Ry0Xh_IDCocpHua0/images/workflows/image-24.png?fit=max&auto=format&n=Ry0Xh_IDCocpHua0&q=85&s=f64ecc89553af5a2766e893837f2d469" alt="Fillout Workflows" style={{ width:"81%" }} width="1019" height="1126" data-path="images/workflows/image-24.png" />

### **Generate text**

Create a custom text based on provided instructions, such as drafting an email or writing a message.

<img src="https://mintcdn.com/fillout-005a867b/Ry0Xh_IDCocpHua0/images/workflows/image-25.png?fit=max&auto=format&n=Ry0Xh_IDCocpHua0&q=85&s=b7c0af6b7bf9e32248aad373e08d1763" alt="Fillout Workflows" style={{ width:"83%" }} width="1022" height="1036" data-path="images/workflows/image-25.png" />

### **Extract information**

Get only the information you prefer to know by referencing a specific **Text to extract info from**. Click <Icon icon="square-plus" iconType="solid" /> or type **@** to choose a field or question. Input the information you’re looking for in the **Outputs** field.

<img src="https://mintcdn.com/fillout-005a867b/Ry0Xh_IDCocpHua0/images/workflows/image-26.png?fit=max&auto=format&n=Ry0Xh_IDCocpHua0&q=85&s=0a416963dbe8cf4f2730ebf2e0dc2c02" alt="Fillout Workflows" style={{ width:"86%" }} width="1023" height="1088" data-path="images/workflows/image-26.png" />

Once you’re all set, `Test` your form, then `Publish` it.

## Pre-made AI templates

You can choose an [AI template](https://build.fillout.com/home/workflows) in a single click. These are common use cases for Fillout Workflows.

<img src="https://mintcdn.com/fillout-005a867b/Up5W7YUU7La3qdBZ/images/Screenshot2025-10-23at6.54.16PM.png?fit=max&auto=format&n=Up5W7YUU7La3qdBZ&q=85&s=8ed0e640d457e5d44de0a7a077e3569f" alt="Screenshot 2025-10-23 at 6.54.16 PM.png" width="1796" height="366" data-path="images/Screenshot2025-10-23at6.54.16PM.png" />

## Related articles

<CardGroup cols={3}>
  <Card color="#FFC738" icon="sparkles" iconType="regular" href="/help/ai-forms" title="AI Forms">
    Create a form in seconds with the first AI Form Builder.
  </Card>

  <Card color="#FFC738" icon="book-sparkles" iconType="regular" href="/help/ai-surveys" title="AI Surveys">
    Create surveys with the AI Survey Maker in seconds.
  </Card>

  <Card color="#FFC738" icon="lasso-sparkles" iconType="regular" href="/help/ai-quizzes" title="AI Quizzes">
    Create quizzes with the AI Quiz Maker and use ChatGPT.
  </Card>
</CardGroup>

<SupportBanner />
