---
title: "System Console\n"
space: "Framework"
url: "https://docs.frappe.io/framework/user/en/desk/scripting/system-console"
updated: "2026-02-17"
---

System Console helps you run Python commands for debugging based on [Script API](/framework/v14/user/en/desk/scripting/script-api)
. It is allowed only for users with role System Manager.

To access the System Console, search for it on the Search Bar.

![System Console](/files/system-console.png)

### API

The methods exposed by the [Script API](/framework/v14/user/en/desk/scripting/script-api)
 can be accessed via the System Console

### Logging response

To print the response, use the `log` method.