# Developer Mode

## Developer Mode

Developer mode is a special mode use to help configure, test and debug Klai Studio

#### Enabling

## Troubleshooting

Debugging your developer hooks is easy. The inbox layout helps to probe into both the requests coming from the web app as well as the result that get sent back to the web app.

For tracing set break points at the beginning of your hook and manually run the `Run scriptService` to begin processing the inbox payload.

![](/files/iyHczzslaOnWju9P3BaF)

#### Common Issues


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.klai.studio/reference/best-practices/developer-mode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
