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

# Fallbacks

> Configure fallbacks for a predefined set of questions that are displayed in addition to the answer

Fallbacks are a great functionality to display contact persons, additional text information, or links to the user based on a predefined set of example questions.

<Note>
  Keep in mind, that **fallbacks will be displayed in addition to the answer**. If you want to provide the user with a standard answer if no document or information can be found, use the tonality instead. Additionally, the fallback functionality **doesn’t** require or **use any permissions**. If you have different user groups for your Agent, separation based on user groups won’t be possible. Therefore, **fallbacks should be generalistic**.
</Note>

You can set up fallbacks via the admin panel in your Agent settings. Go to the admin panel, select your Agent in the menu “Use Cases”, and click on “Customization”. After that, please select “Fallback Strategies”.

<Frame>
  <img src="https://mintcdn.com/genowgmbh/0ROjWD_jWTsEQuUV/images/fallbacks.png?fit=max&auto=format&n=0ROjWD_jWTsEQuUV&q=85&s=39f1b40f3a55f82dc1fa47cb02103f13" style={{ width:"100%" }} width="1578" height="610" data-path="images/fallbacks.png" />
</Frame>

In this screen you will be able to create new fallback strategies or manage existing ones.

## How to Set Up Fallbacks

You will need the following information to add a fallback:

1. **Fallback Name:** will be displayed to the user
2. **Description:** a description of the fallback strategy. Will be accessable to the user via a mouseover.
3. **Example questions:** a list of example questions.

<Note>
  **The selection of a fallback is based on similarity of the user question and example questions. The list of example questions should therefore include at least five similar questions. This also means, that if you have multiple fallback strategies with similar example questions, the selection process will be unreliable.**
</Note>

4. **Further information: Fill out at least one of:**
   * Contact name or additional information (free text input): Might be a description or explanation or a name of a contact person.
   * Contact email address: up to one email address. Clickable in the user interface via mailto.
   * Link / URL: a link to an additional website

## Example: Jobrad in HR

In the following you will find an example for Jobrad, in an HR Agent:

| Field                             | Input                                                                                                                                                                                                                                                  |
| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Name                              | Fallback Jobrad                                                                                                                                                                                                                                        |
| Description                       | In case of question about the Jobrad this fallback should be used.                                                                                                                                                                                     |
| Example Question                  | "How can I apply for a Jobrad?", "What information do I need to apply for a Jobrad?", "Who can I contact about a Jobrad?", "How can I get a Jobrad?", "How can I get a Jobrad?", "What is a Jobrad?", "Give me information about a Jobrad?", "Jobrad?" |
| Further information: Contact name | Contact you individual contact person of HR.                                                                                                                                                                                                           |
| Further information: URL          | [https://www.jobrad.org/](https://www.jobrad.org/)                                                                                                                                                                                                     |
