> For the complete documentation index, see [llms.txt](https://trillo.gitbook.io/trillo-workbench-lessons/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trillo.gitbook.io/trillo-workbench-lessons/new-function-using-workbench-ui.md).

# New function using Workbench UI

Add a new function (with stubbed methods) using Workbench UI

###

### Code location in repo: /lessons/New\_function\_using\_Workbench\_UI

Steps

1. Go to the "Functions" tab within the Trillo Workbench.
2. In the top-left corner, select the "+" icon to initiate the creation of a new function.

![](https://lh7-us.googleusercontent.com/KRWcUz4kUQwXf0P823CV9p5yus13MhugSJ0vWaG9qy0RDE0f0ysvdlqsV1X_Epw8qRT2tCUhaMKQMa5O1pnqPcwvMV3qkj7c2I6Nfbp_LPu1WdnzXKH4DFds6XHgQG7bmIu6ogRl5dTKYLpAPviLLmk)

3. Provide the necessary details for the function:

* Enter a name for the function.
* Choose the desired method (GET, POST, PUT, DELETE).
* Specify a display name for the function.
* Add a description for the function.

4. Click "OK" to confirm. The newly created function will now be available under the "shared" tab in the Trillo Workbench.

<figure><img src="https://lh7-us.googleusercontent.com/vWMh-ELmCMamgdrJm3axPfPFKGu7TSn_K1JE6rZJod60m3IzDDUX-mYucLMMSrNHwRwj-FL46gDrVyT1tjM_5hNofuXA4qU3q_Qnf4wLlY9a87EwiihvADA29-eZua8bSZGgiye5mOjv5-pyQvNFuVk" alt=""><figcaption></figcaption></figure>
