By entering the Interfaces / Components page, you will find a special component called Custom Filters, this is the place where you can add a new JavaScript function, a new filter, or a new variant of an existing filter to your DPS application.
.png?sv=2026-02-06&spr=https&st=2026-09-16T13%3A03%3A41Z&se=2026-09-16T13%3A14%3A41Z&sr=c&sp=r&sig=c3omJQ3NMEaSYz3dZo9P6WV9GzvTf0RGafj1%2FyQ2FFI%3D)
Click on the EDIT CUSTOM CODE button, a code area will allow you to write the JavaScript code that will be loaded together with the other components (e.g. built-in filters).
.png?sv=2026-02-06&spr=https&st=2026-09-16T13%3A03%3A41Z&se=2026-09-16T13%3A14%3A41Z&sr=c&sp=r&sig=c3omJQ3NMEaSYz3dZo9P6WV9GzvTf0RGafj1%2FyQ2FFI%3D)
The Custom Filters component is designed to add simple JS functions, or register simple filter variants.
If you plan to define reusable and more complex components, we suggest you take a look at the Components Manager.