# my plugins

- [Unique ID Node](https://plugins.jbsnippets.com/my-plugins/unique-id-node.md): A custom Godot node that generates a unique ID to be concatenated to, or replace the parent node's name.
- [Health Node](https://plugins.jbsnippets.com/my-plugins/health-node.md): A custom Godot node designed to store and update the health amount of a node, emitting signals based on health amount changes and set properties.
- [Hit Zone, Status & Effect Node](https://plugins.jbsnippets.com/my-plugins/hit-zone-status-and-effect-node.md)


---

# 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://plugins.jbsnippets.com/my-plugins.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.
