Custom Queries and Camunda Documentation

Hello,
I’m interested in performing custom requests because the current defined queries are not fitting with the purposes of the develop I’m working on. I have been taking a look to the docs and I realized that since version 7.7 there are no references in the documentation to this: Custom Queries | docs.camunda.org.
Also, the only official reference that I have found was this snippet in the github repository which latest commit was 4 years ago: https://github.com/camunda-consulting/code/tree/master/snippets/custom-queries

I’d like to know if this feature is still working or should I do what I want in another way.

Thanks in advance!
Kind regards

Can you use the native query features?

I’ve been taking a look and yes! This will be a better solution than using the custom queries :grin:.
Thanks for your help!