# Scriptable Content Template

## Creation

Unlike most scriptable objects, a scriptable content template itself is not loaded into memory because it contains configuration information for installing content.  This means it can be created in any folder and should definitely not be located in a *Resources* folder or any subfolder of a resources folder. To create one, setup a folder that is not a child of a *Resources* folder and right click.  Choose *Create > AnyRPG > Scriptable Content Template*.

![](/files/YiKqLAEatGZUtOMPXwhK)

## Properties

| Name         | Description                                                                                                                                                                                                                                                                            |
| ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Resources    | A list of links to scriptable objects that will be installed in a game when the wizard is used to install this template.  If the word 'Template' exists in their file name, it will be removed when they are installed.                                                                |
| Prefabs      | A list of links to prefabs that will be installed in a game when the wizard is used to install this template.  If the word 'Template' exists in their file name, it will be removed when they are installed.                                                                           |
| Dependencies | A list of links to other scriptable content templates that will be installed in a game when the wizard is used to install this template.  The use of dependencies is a convenience feature to allow re-using common sets of scriptable objects and prefabs between multiple templates. |

## Next Steps

* Use the *Template Content Wizard*, found under the *Menu Tools > AnyRPG > Wizard > Template Content Wizard* to install template content in a new game.


---

# 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/scriptable-content-template.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.
