> For the complete documentation index, see [llms.txt](https://docs.rulecube.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rulecube.com/v2.5/how-to-guides/ruleset-development.md).

# Ruleset Development

- [Create a Ruleset](https://docs.rulecube.com/v2.5/how-to-guides/ruleset-development/create-a-ruleset.md): This chapter will guide you through all aspects of creating Rulesets.
- [Set the Input for a Ruleset](https://docs.rulecube.com/v2.5/how-to-guides/ruleset-development/set-the-input-for-a-ruleset.md)
- [Create a Rule](https://docs.rulecube.com/v2.5/how-to-guides/ruleset-development/create-a-rule.md)
- [Generate Alerts](https://docs.rulecube.com/v2.5/how-to-guides/ruleset-development/generate-alerts.md)
- [Try out a Ruleset](https://docs.rulecube.com/v2.5/how-to-guides/ruleset-development/try-out-a-ruleset.md)
- [Call a Ruleset from Your Software](https://docs.rulecube.com/v2.5/how-to-guides/ruleset-development/call-a-ruleset-from-your-software.md)
- [Entities](https://docs.rulecube.com/v2.5/how-to-guides/ruleset-development/entities.md)
- [Create an Entity](https://docs.rulecube.com/v2.5/how-to-guides/ruleset-development/entities/create-an-entity.md)
- [Drag and Drop a JSON Schema or XSD to create entities](https://docs.rulecube.com/v2.5/how-to-guides/ruleset-development/entities/drag-and-drop-a-json-schema-or-xsd-to-create-entities.md)
- [Entity instantiation](https://docs.rulecube.com/v2.5/how-to-guides/ruleset-development/entities/entity-instantiation.md): A quick explanation of how new instances of entities can be created during execution.
- [Persisted Entities](https://docs.rulecube.com/v2.5/how-to-guides/ruleset-development/entities/persisted-entities.md)
- [Constants](https://docs.rulecube.com/v2.5/how-to-guides/ruleset-development/constants.md)
- [Constant Tables](https://docs.rulecube.com/v2.5/how-to-guides/ruleset-development/constants/constant-tables.md)
- [Functions](https://docs.rulecube.com/v2.5/how-to-guides/ruleset-development/functions.md)
- [Built-in Functions](https://docs.rulecube.com/v2.5/how-to-guides/ruleset-development/built-in-functions.md)
- [Create and Run a Testcase](https://docs.rulecube.com/v2.5/how-to-guides/ruleset-development/create-and-run-a-testcase.md)
- [Delete a Ruleset or Components](https://docs.rulecube.com/v2.5/how-to-guides/ruleset-development/delete-a-ruleset-or-components.md)
- [Debugging your Ruleset](https://docs.rulecube.com/v2.5/how-to-guides/ruleset-development/debugging-your-ruleset.md): Tips and tricks for debugging your rulesets. Explains how console.log can be used in your code.


---

# 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 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://docs.rulecube.com/v2.5/how-to-guides/ruleset-development.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.
