# Shared Properties

- [Capabilities](https://docs.anyrpg.org/shared-properties/capabilities.md): Capabilities are lists of abilities, traits, and equipment skills that a character gains access to from capability providers.
- [Environment Preview](https://docs.anyrpg.org/shared-properties/environment-preview.md): Environment preview settings control the preview environment shown when configuring a character when starting a new game.
- [Prerequisite Conditions](https://docs.anyrpg.org/shared-properties/prerequisite-conditions.md): Prerequisite conditions are lists of conditions that must be satisfied, and can be used to gate objects from spawning or interactable options from being available.
- [Stat Scaling Nodes](https://docs.anyrpg.org/shared-properties/stat-scaling-nodes.md): Stat Scaling Nodes define primary stats and their budget per level.  Each point of primary stat can provide direct or rated amounts of secondary stats as well as direct amounts of power resources.


---

# 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/shared-properties.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.
