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

# Embed Fillout forms on Notion

> Embed a Fillout form on Notion to include surveys, questionnaires, quizzes and other forms within your workspace.

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 embed forms to your Notion page

<Steps>
  <Step title="Use the embed shortcut">
    On your Notion page, type `/embed`, then press `enter` or `return` on your keyboard.

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-socket-io-parser-4/YdhW8dhA9tw-ZECD/images/Screenshot2025-02-12at4.52.26PM.png?fit=max&auto=format&n=YdhW8dhA9tw-ZECD&q=85&s=298c44b258e3ebc97879895cb637c8b3" alt="Screenshot of the Integrate tab of a form" style={{ width:"63%" }} width="646" height="754" data-path="images/Screenshot2025-02-12at4.52.26PM.png" />
  </Step>

  <Step title="Paste the link of your form">
    In your Fillout form, click `Share` from the top menu to copy your **link**. Then, paste this to your Notion page.

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-socket-io-parser-4/YdhW8dhA9tw-ZECD/images/Screenshot2025-02-12at4.53.59PM.png?fit=max&auto=format&n=YdhW8dhA9tw-ZECD&q=85&s=20885812127d462f6b23bf7d15756647" alt="Screenshot of the Integrate tab of a form" style={{ width:"85%" }} width="1354" height="464" data-path="images/Screenshot2025-02-12at4.53.59PM.png" />

    That’s it! Your form is now embedded in your Notion page.

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-socket-io-parser-4/H0_paIss0BOLjKcv/images/Screenshot2025-11-12at3.17.04PM.png?fit=max&auto=format&n=H0_paIss0BOLjKcv&q=85&s=83c33dc996b50780cd3c560bf3517053" alt="Screenshot 2025-11-12 at 3.17.04 PM.png" width="2050" height="1532" data-path="images/Screenshot2025-11-12at3.17.04PM.png" />

    <Check>
      You can also make a **Fillout** form to update your Notion databases. View the guide [here](https://www.fillout.com/notion).
    </Check>
  </Step>
</Steps>

## Notion specific guides

<CardGroup cols={3}>
  <Card title="Create a Notion form" icon="cube" iconType="regular" color="#FFC738" href="/notion">
    Create or update existing Notion databases.
  </Card>

  <Card title="Update existing Notion pages" icon="arrow-rotate-right" iconType="regular" color="#FFC738" href="/notion-update-form">
    Edit existing pages and pre-fill fields.
  </Card>

  <Card title="Add contents to a Notion page" icon="file-waveform" iconType="regular" color="#FFC738" href="/notion-add-page-content">
    Use a Fillout form to add styled content.
  </Card>
</CardGroup>

<SupportBanner />
