> ## Documentation Index
> Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Save Profile Action

> Force save state.

The **Save Profile Action** manually saves the player's current profile state (inventory, health, location, etc.) to the storage artifact.
*TypeWriter auto-saves on quit and switch, but this is useful for checkpoints.*

## Configuration

<ResponseField name="message" type="String">
  Optional feedback message sent to the player upon success.
</ResponseField>

<CodeGroup>
  ```yaml Example theme={null}
  action:
    type: save_profile_action
    message: "<green>Game Saved."
  ```
</CodeGroup>
