> ## 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.

# Connect Fillout to hundreds of apps with Relay.app

> Automate tasks and workflows whenever someone completes your Fillout form. Use Relay’s human-in-the-loop feature to request for a team member’s approval or input.

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>;
};

## What is Relay.app?

[Relay.app](http://Relay.app) is a tool that lets you automate workflows across different apps, with the option to involve a human in the process. Each automation or **Workflow** consists of a **trigger**, an action that kicks off your workflow, and **steps**, which are actions performed after a trigger.

## How it works

<Steps>
  <Step title="Connect your Relay.app with Fillout">
    Sign up or log in to your [Relay.app](http://Relay.app) account. On the left-hand panel, click `Apps` to `Connect` your Fillout account.

    <img src="https://mintcdn.com/fillout-005a867b/i3EhbuYCC2pLblxf/images/Screenshot2025-11-17at1.27.05PM.png?fit=max&auto=format&n=i3EhbuYCC2pLblxf&q=85&s=0d09213496eecc53fb82c2412b7a217e" alt="Screenshot 2025-11-17 at 1.27.05 PM.png" width="2614" height="748" data-path="images/Screenshot2025-11-17at1.27.05PM.png" />
  </Step>

  <Step title="Create a workflow">
    Go back to the home page, and, click `+ New workflow` on the left side. Then, `+ Add trigger` and search for **Fillout.** Click `New submission`.

    <img src="https://mintcdn.com/fillout-005a867b/h_QfN-F56vlvgBC6/images/Screenshot2025-02-17at11.32.42AM.png?fit=max&auto=format&n=h_QfN-F56vlvgBC6&q=85&s=e45a6d32c56d7e17773446265ef32ca6" alt="Screenshot of the Integrate tab of a form" width="2520" height="621" data-path="images/Screenshot2025-02-17at11.32.42AM.png" />

    Next, select a Fillout **Form** in the dropdown menu. Then, `+ Add step` to select an action. Choose between apps, webhooks, AI, and more.

    <img src="https://mintcdn.com/fillout-005a867b/h_QfN-F56vlvgBC6/images/Screenshot2025-02-17at11.33.39AM.png?fit=max&auto=format&n=h_QfN-F56vlvgBC6&q=85&s=ffe5cb5f9deafef03573dc297c5acd2e" alt="Screenshot of the Integrate tab of a form" width="2200" height="1281" data-path="images/Screenshot2025-02-17at11.33.39AM.png" />

    Use `Human in the loop` to ask for approval or input from a team member via email or Slack message. More info [here](https://www.relay.app/features/human-in-the-loop).
  </Step>

  <Step title="Test your automation">
    `Start a test run`, and choose a form submission from the list in the pop-up.

    <img src="https://mintcdn.com/fillout-005a867b/h_QfN-F56vlvgBC6/images/Screenshot2025-02-17at11.42.58AM.png?fit=max&auto=format&n=h_QfN-F56vlvgBC6&q=85&s=cb4196abe209cbb92d1f3642a32c0919" alt="Screenshot of the Integrate tab of a form" style={{ width:"63%" }} width="1218" height="532" data-path="images/Screenshot2025-02-17at11.42.58AM.png" />
  </Step>

  <Step title="Publish">
    Once everything's all good, toggle the `Trigger switch`. Now, every new submission will be sent to your Slack channel.

    <img src="https://mintcdn.com/fillout-005a867b/aEqiNWyTkA7l77pT/images/Screenshot2025-11-18at4.48.08PM.png?fit=max&auto=format&n=aEqiNWyTkA7l77pT&q=85&s=00d8c43e7298663fdcecedf0e9565a39" alt="Screenshot 2025-11-18 at 4.48.08 PM.png" title="Screenshot 2025-11-18 at 4.48.08 PM.png" style={{ width:"57%" }} width="1016" height="103" data-path="images/Screenshot2025-11-18at4.48.08PM.png" />
  </Step>
</Steps>

There are plenty of other ways to use Fillout with [Relay.app](http://Relay.app). Check out the guides [here](https://www.relay.app/apps/fillout/integrations).

<SupportBanner />
