# Triggers

Defines how the totem will be activated, if the trigger is not specified, it will work as a normal totem (it will be executed at death).

<table><thead><tr><th width="159.66666666666669">Type</th><th width="112">Value</th><th>Description</th></tr></thead><tbody><tr><td>isClickable</td><td>Boolean</td><td>Use the totem by clicking with it.</td></tr><tr><td>isConsumable</td><td>Boolean</td><td>Uses totem when consumed (food)</td></tr><tr><td>isThrowable</td><td>Boolean</td><td>Use the totem by throwing it on the floor.</td></tr><tr><td>isPickupable</td><td>Boolean</td><td>Uses the totem when picking it up from the floor</td></tr><tr><td>isPlaceable</td><td>Boolean</td><td>Uses the totem by placing it (block)</td></tr></tbody></table>


---

# 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://plupport.gitbook.io/plutotems/features/triggers.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.
