> For the complete documentation index, see [llms.txt](https://docs.obto.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.obto.co/applications/server-scrips.md).

# Server Scrips

## How to create a Server Script

A Server Script is the business logic which gets called inside the Route / Server Policy.&#x20;

In order to create a Server Script, follow these steps: -&#x20;

1. On navigation, under Scripts, go to Server Script. You will see a list of all the Server Scripts.&#x20;
2. Click on ‘settings icon’ on top left corner and then click ‘new’.&#x20;
3. A form appears where you have to provide the following details: -&#x20;
4. Name - name of the Server Script.&#x20;
5. Active – Check / Uncheck if ready / not ready to used.&#x20;
6. Script – The code (Business Logic Class).&#x20;
7. Click on ‘create’ button. That’s it, you have created the Server Script.&#x20;
