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

# Recontact Options

> Recontact options in Formbricks enable you to manage how often and under what conditions a survey is shown to a user. This feature is crucial for balancing effective feedback collection with a positive user experience by preventing survey fatigue.

## When do Recontact Options come into play?

Recontact options are the last layer of the logic that determines if a survey is shown to the current user. The logic goes as follows:

1. Targeting: Does the current user targeted to fill out this survey? If yes...

2. Trigger: Is the survey triggered? If yes...

3. **Recontact Options:** Should the survey be shown (again) to this user? That's dependent on:

* Did the user see any survey recently (meaning, has Survey Cooldown passed)?

* Did the user see this specific survey already?

* How many times did the user see this specific survey already?

* Has the user already responded to this survey?

As you can see, there are a lot of different cases to cover. Let's have a closer look 👇

## Recontact Options

<Note>By default, a survey is shown to each user only once.</Note>

You can adjust the default behavior by modifying the Recontact Options for each survey in the settings:

1. Open the Survey Editor for the survey you want to see & modify the Recontact Options for.

2. Select the Settings Tab.

3. Ensure your Survey type is set to **App Survey**.

<img src="https://mintcdn.com/formbricks/Y0_rk27eZSQCDXfm/images/xm-and-surveys/surveys/website-app-surveys/recontact/app-survey.webp?fit=max&auto=format&n=Y0_rk27eZSQCDXfm&q=85&s=96da70b38d458914e90aff255cbaa7ac" alt="Choose Survey Type as App Survey" width="1896" height="906" data-path="images/xm-and-surveys/surveys/website-app-surveys/recontact/app-survey.webp" />

1. Scroll down to the Recontact Options section.

Available Recontact Options include:

* **Show only once**: (default) Displays the survey a single time, regardless of whether it was completed.

* **Until they Submit a Response**: If tareting matches and trigger fires, Formbricks keeps showing the survey until the user submits a response.

* **Keep Showing while Conditions Match**: Always shows the survey while specific conditions are met. Useful for continuous feedback collection, such as in [Docs Feedback Survey](/xm-and-surveys/xm/best-practices/docs-feedback) or the [Feedback Box](/xm-and-surveys/xm/best-practices/feedback-box).

<img src="https://mintcdn.com/formbricks/DApr5ZMISC_jbIxa/images/xm-and-surveys/surveys/website-app-surveys/recontact/survey-recontact.webp?fit=max&auto=format&n=DApr5ZMISC_jbIxa&q=85&s=8dd81c2446c80c4c9401d1a89370cc7d" alt="Choose Recontanct Options for the Survey" width="925" height="828" data-path="images/xm-and-surveys/surveys/website-app-surveys/recontact/survey-recontact.webp" />

## Project-wide Survey Cooldown

The Survey Cooldown is a universal blocker to make sure that no user sees too many surveys. This is particularly helpful when several teams of large organisations use Formbricks at the same time.

<Note>The default Survey Cooldown is set to 7 days.</Note>

To adjust the Survey Cooldown:

1. Visit Formbricks Settings

2. Go to Project Settings

3. Find the **Recontact Waiting Time** section

4. Modify the interval (in days) as needed.

<img src="https://mintcdn.com/formbricks/Y0_rk27eZSQCDXfm/images/xm-and-surveys/surveys/website-app-surveys/recontact/global-wait-time.webp?fit=max&auto=format&n=Y0_rk27eZSQCDXfm&q=85&s=f0c1f14c3d42302ffbe04f9f30b65d6f" alt="Formbricks Project-Wide Wait Time" width="1895" height="906" data-path="images/xm-and-surveys/surveys/website-app-surveys/recontact/global-wait-time.webp" />

## Overriding Survey Cooldown for a Specific Survey

For specific surveys, you may need to override the default cooldown. Below is how you can do that:

1. In the Survey Editor, access the Settings Tab.

2. Find the Ignore Waiting Time between Surveys toggle under Recontact Options.

3. Enable this toggle to bypass the global setting.

4. Set a custom recontact period:

   * **Always Show Survey**: Displays the survey whenever triggered, ignoring the cooldown.

   * **Wait `X` days before showing this survey again**: Sets a specific interval before the survey can be shown again.

<img src="https://mintcdn.com/formbricks/DApr5ZMISC_jbIxa/images/xm-and-surveys/surveys/website-app-surveys/recontact/ignore-wait-time.webp?fit=max&auto=format&n=DApr5ZMISC_jbIxa&q=85&s=fd50a4641c6468dde4cf13577f8c13dd" alt="Ignore Survey Cooldown for a Specific Survey" width="883" height="266" data-path="images/xm-and-surveys/surveys/website-app-surveys/recontact/ignore-wait-time.webp" />

***

Still struggling or is something not working as expected? [Join us in Github Discussions](https://github.com/formbricks/formbricks/discussions) and we'd be glad to assist you!
