# Quest Giver Config

## Creation

To create a quest giver config, find (or create) the *GameName/Resources/GameName/InteractableOptionConfig* folder in the project tab and right click.  Choose *Create > AnyRPG > Interactable > QuestGiverConfig*.

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2F1NYMpizmfvs7uYW9bkj8%2Fimage.png?alt=media\&token=1af0b748-3c10-4537-85ae-0d3bdd0ab91e)

## Properties

| Name                      | Description                                                                                                                                                                                                                                            |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Quests                    | A list of [Quests](https://docs.anyrpg.org/scriptable-objects/quest) that can be started or turned in.                                                                                                                                                 |
| Quest Giver Profile Names | A list of names of [Quest Giver Profiles](https://docs.anyrpg.org/scriptable-objects/quest-giver-profile), which contain shared lists of [Quests](https://docs.anyrpg.org/scriptable-objects/quest) that can be re-used across different quest givers. |

## Next Steps

* Add a quest giver config to a [Unit Profile](https://docs.anyrpg.org/scriptable-objects/unit-profile) to allow starting and turning in quests by interacting with the character.
