# Equippable Weapon Demo

## Equippable Weapon Demo

The Equippable Weapon Demo shows an AI equipping its weapon when it enters its combat state then putting its weapon away once its target is dead. Weapons can be set through the [Items Component](/emerald-ai-wiki/emerald-components-optional/items-component.md) and require Equip and Unequip animations with Animation Events. For more information on this, see the [Creating Equippable Weapons](/emerald-ai-wiki/emerald-components-optional/items-component/creating-equippable-weapons.md) section.

<figure><img src="/files/GrlGWZhe33LcuQ0cj65T" alt=""><figcaption></figcaption></figure>


---

# 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://black-horizon-studios.gitbook.io/emerald-ai-wiki/getting-started/included-demo-scenes/equippable-weapon-demo.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.
