> For the complete documentation index, see [llms.txt](https://docs.anyrpg.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anyrpg.org/scriptable-objects/items/quest-start-item.md).

# 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*.

## 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.
