> 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/resource-description.md).

# Resource Description

## Creation

To create a resource description, find (or create) the *GameName/Resources/GameName/ResourceDescription* folder in the project tab and right click.  Choose *Create > AnyRPG > ResourceDescription*.

## Properties

| Name                  | Description                                                                                                                                               |
| --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Resource Name         | This field is generally used as the lookup name (database key) when looking up a resource description.                                                    |
| Display Name          | The text in this field will override the *Display Name* field of whatever scriptable object this resource description is being used for.                  |
| Icon                  | The image linked in this field will override the *Icon* field of whatever scriptable object this resource description is being used for.                  |
| Icon Background Image | The image linked in this field will override the *Icon Background Image* field of whatever scriptable object this resource description is being used for. |
| Description           | The text in this field will override the *Description* field of whatever scriptable object this resource description is being used for.                   |

## Next Steps

* Use a resource description to override settings in [Items](/scriptable-objects/items.md).
* Use a resource description to override settings in [Abilities](/scriptable-objects/abilities.md).
* Use a resource description to override the display name of a scene file.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/resource-description.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.
