# Quest Giver Profile

## Creation

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

## Properties

| Name   | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Quests | <p>A list of <a href="/pages/2hgknFA46PNByY4KFzgl">Quests</a> that the <a href="/pages/PO0Q5FiPY6ebxZwbrP16">Quest Giver</a> can start or end.<br><strong>Start Quest</strong><br>If true, the <a href="/pages/2hgknFA46PNByY4KFzgl">Quest</a> can be started at the <a href="/pages/PO0Q5FiPY6ebxZwbrP16">Quest Giver</a> using this profile.<br><strong>End Quest</strong><br>If true, the <a href="/pages/2hgknFA46PNByY4KFzgl">Quest</a> can be turned in at the <a href="/pages/PO0Q5FiPY6ebxZwbrP16">Quest Giver</a> using this profile.<br><strong>Quest Name</strong><br>The name of the <a href="/pages/2hgknFA46PNByY4KFzgl">Quest</a> that can be started or turned in.</p> |

## Next Steps

* Add a quest giver profile to a [Quest Giver](/scriptable-objects/interactable-option-configurations/quest-giver-config.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.anyrpg.org/scriptable-objects/quest-giver-profile.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
