Dashboard
Functions
The Functions dashboard is where you can see and manage all your bem functions.
Filter and Search Functions

- Use the search bar(1) on the left to filter functions by their name (
displayName); - Filter the functions by their type using the dropdown(2) on the right.
Managing Functions

- Use the New Function button(1) to navigate to Playground to create a new function;
- Click on a function or use Edit & Test(2) (visible on hover) to open the function and its tree in the Playground;
- Use the Delete button(3) to delete the function;
- Click on the function's
functionNamebadge(4) to copy the function name to your clipboard for usage in API calls.
Learn More
Functions API
Explore the Functions API to learn how to create and manage your functions programmatically.
Function Calls API
Explore the Function Calls API to learn how to call functions and process your data.