# Godot Plugins by JB Snippets

## Godot Plugins by JB Snippets

- [Welcome!](https://plugins.jbsnippets.com/welcome.md)
- [My Plugins](https://plugins.jbsnippets.com/introduction/my-plugins.md)
- [Custom Solutions](https://plugins.jbsnippets.com/introduction/custom-solutions.md)
- [Feedback and Contribute](https://plugins.jbsnippets.com/introduction/feedback-and-contribute.md)
- [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)
- [State Machine](https://plugins.jbsnippets.com/custom-solutions/state-machine.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://plugins.jbsnippets.com/welcome.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.
