> ## Documentation Index
> Fetch the complete documentation index at: https://fillout-005a867b-dependabot-npm-and-yarn-socket-io-parser-4.mintlify.site/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-dependabot-npm-and-yarn-socket-io-parser-4/YJbBxxzPT4IvxZgP/images/workflows/image-22.png?fit=max&auto=format&n=YJbBxxzPT4IvxZgP&q=85&s=31a34decab8839f30c139ee5bb8e7bef" 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-dependabot-npm-and-yarn-socket-io-parser-4/YKgllqc5PLzBqn5-/Screenshot2025-05-27at3.34.48PM.png?fit=max&auto=format&n=YKgllqc5PLzBqn5-&q=85&s=650e72fef15cf401631c3bfe4690b33b" 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-dependabot-npm-and-yarn-socket-io-parser-4/YJbBxxzPT4IvxZgP/images/workflows/image-24.png?fit=max&auto=format&n=YJbBxxzPT4IvxZgP&q=85&s=89be1d166c2b10f39715ca8bad6b8533" 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-dependabot-npm-and-yarn-socket-io-parser-4/YJbBxxzPT4IvxZgP/images/workflows/image-25.png?fit=max&auto=format&n=YJbBxxzPT4IvxZgP&q=85&s=984ff29c502bf805211889b07c72f610" 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-dependabot-npm-and-yarn-socket-io-parser-4/YJbBxxzPT4IvxZgP/images/workflows/image-26.png?fit=max&auto=format&n=YJbBxxzPT4IvxZgP&q=85&s=f616551c12c90057e35c60b08df327a1" 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-dependabot-npm-and-yarn-socket-io-parser-4/KKmYfTaGUE6kYImk/images/Screenshot2025-10-23at6.54.16PM.png?fit=max&auto=format&n=KKmYfTaGUE6kYImk&q=85&s=7ef08bab821e423774a16eeb51369156" 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="/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="/ai-surveys" title="AI Surveys">
    Create surveys with the AI Survey Maker in seconds.
  </Card>

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

<SupportBanner />
