# Request Screen Recording

- [Request a recording](https://docs.screendesk.io/request-screen-recording/request-a-recording.md): What customers and agents see when recording and viewing submissions
- [Developer tools](https://docs.screendesk.io/request-screen-recording/developer-tools.md): Capture system info, console logs, and network activity alongside recordings for faster debugging.
- [System Info](https://docs.screendesk.io/request-screen-recording/developer-tools/system-info.md): Metadata captured with recordings and how long it is retained
- [Console logs](https://docs.screendesk.io/request-screen-recording/developer-tools/console-logs.md): Capture browser console output during recordings to debug client-side errors faster.
- [Network Logs](https://docs.screendesk.io/request-screen-recording/developer-tools/network-logs.md): Inspect HTTP requests and responses captured with extension and replay sessions to debug API and loading issues.
- [Installing Screendesk script](https://docs.screendesk.io/request-screen-recording/developer-tools/installing-screendesk-script.md): Embed the Screendesk widget on your site and configure CSP for the script.
- [Branding & customization](https://docs.screendesk.io/request-screen-recording/branding-and-customization.md): Customize branding for the recorder, share pages, and live rooms
- [Remove Screendesk logo](https://docs.screendesk.io/request-screen-recording/branding-and-customization/remove-screendesk-logo.md): Remove Screendesk branding from the recorder and share pages
- [Customize recorder](https://docs.screendesk.io/request-screen-recording/branding-and-customization/customize-recorder.md): Customize the screen recorder UI with your logo and brand colors.
- [Set name alias in recorder](https://docs.screendesk.io/request-screen-recording/branding-and-customization/set-name-alias-in-recorder.md): Set an alias so recipients see the name you choose in recording requests.
- [Disable countdown](https://docs.screendesk.io/request-screen-recording/branding-and-customization/disable-countdown.md): Disable the 5-second countdown so recording starts instantly.
- [Recorder flow](https://docs.screendesk.io/request-screen-recording/branding-and-customization/recorder-flow.md): Show a guided multi-step introduction to customers before the screen recorder opens.
- [Internationalization](https://docs.screendesk.io/request-screen-recording/branding-and-customization/internationalization.md): Supported recorder UI languages, automatic locale switching, and English fallback.
- [Browser compatibility](https://docs.screendesk.io/request-screen-recording/browser-compatibility.md)


---

# 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.screendesk.io/request-screen-recording.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.
