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

# Open Shop Action

> Open a shop interface.

The **Open Shop Action** opens the GUI for a specific shop definition.

## Configuration

<ResponseField name="shop" type="Ref<ShopDefinition>" required>
  The shop definition to open.
</ResponseField>

<CodeGroup>
  ```yaml Example theme={null}
  action:
    type: open_shop
    shop: "blacksmith_tier1"
  ```
</CodeGroup>
