# Quest Start Item

{% embed url="<https://youtu.be/-CWLO4OE1_Q>" %}

## Creation

To create a quest start item, find (or create) the *GameName/Resources/GameName/Item* folder (or any subfolder) in the project tab and right click.  Choose *Create > AnyRPG > Inventory > Items > QuestStartItem*.

![](/files/ju3OfqewLiwvyNrQPZ9P)

## Properties

In addition to the properties shared by all [Items](/scriptable-objects/items.md), quest start items have the following unique properties.

| Name   | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Quests | <p>A list of <a href="/pages/2hgknFA46PNByY4KFzgl">Quests</a> that the item can start.<br><strong>Start Quest</strong><br>This should always be true to allow the item to start the <a href="/pages/2hgknFA46PNByY4KFzgl">Quest</a> in the <em>Quest Name</em> field.<br><strong>End Quest</strong><br>If true, the <a href="/pages/2hgknFA46PNByY4KFzgl">Quest</a> can be auto-completed upon starting.<br><strong>Quest Name</strong><br>The name of the <a href="/pages/2hgknFA46PNByY4KFzgl">Quest</a> to start when the item is used.</p> |

## Next Steps

* Add a quest start item to a [Vendor Collection](/scriptable-objects/vendor-collection.md) so it can be purchased from a [Vendor](/scriptable-objects/interactable-option-configurations/vendor-config.md).
* Add a quest start item to a [Loot Table](/scriptable-objects/loot-table.md) so that it can drop upon defeat of an enemy.


---

# 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/items/quest-start-item.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.
