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

# Debug on Devices

- [macOS](https://docs.proxyman.com/debug-devices/macos.md): How to install Certificate and decrypt HTTPS Request/response in macOS device. Support Automatic and Manual steps
- [iOS Device](https://docs.proxyman.com/debug-devices/ios-device.md): How to set up iOS/iPad Devices with Proxyman, to capture and decrypt HTTPS request/response
- [iOS Simulator](https://docs.proxyman.com/debug-devices/ios-simulator.md): How to set up iOS / iPad Simulator with Proxyman to capture HTTP/HTTPS Requests/Response
- [tvOS & watchOS](https://docs.proxyman.com/debug-devices/tvos-and-watchos.md): How to set up tvOS and watchOS Simulator or real devices with Proxyman to capture HTTP/HTTPS Requests/Response
- [Android Device & Emulator](https://docs.proxyman.com/debug-devices/android-device.md): How to set up Android Device or Emulator with Proxyman to capture HTTP/HTTPS Requests/Response
- [Automatic Script for Android Emulator](https://docs.proxyman.com/debug-devices/android-device/automatic-script-for-android-emulator.md): How to set up capture all HTTPS Request Response from Proxyman with Automatic Script
- [Sample Android Project](https://docs.proxyman.com/debug-devices/android-device/sample-android-project.md): A Sample Android Project to demonstrate on how to use Proxyman with Android
- [Firefox](https://docs.proxyman.com/debug-devices/firefox.md): How to capture HTTPS Reqyests/Responses from Firefox Browser with Proxyman
- [Java VMs](https://docs.proxyman.com/debug-devices/java.md): How to install Root CA Certificate to all Java store on macOS
- [Python](https://docs.proxyman.com/debug-devices/python.md): Capture HTTP/HTTPS traffic from Python with Proxyman
- [Ruby](https://docs.proxyman.com/debug-devices/ruby.md): Capture HTTP/HTTPS Traffic from Ruby with Proxyman
- [NodeJS](https://docs.proxyman.com/debug-devices/nodejs.md): Capture HTTP/HTTPS traffic from NodeJS with Proxyman
- [Rust](https://docs.proxyman.com/debug-devices/rust.md)
- [Golang](https://docs.proxyman.com/debug-devices/golang.md): Capture HTTP/HTTPS from Golang application (net/http, fasthttp, resty, gorequest, req, grequests) with Proxyman
- [React Native](https://docs.proxyman.com/debug-devices/react-native.md): Capture HTTPS Traffic from React Native app with Proxyman. Worked with iOS and Android devices/simulators
- [Flutter](https://docs.proxyman.com/debug-devices/flutter.md): How to use Proxyman to capture HTTPS traffic. Works with iOS and Android Devices and Simulators
- [HTTP Clients](https://docs.proxyman.com/debug-devices/http-clients.md)
- [Docker](https://docs.proxyman.com/debug-devices/docker.md)
- [ElectronJS](https://docs.proxyman.com/debug-devices/electronjs.md): Explain how to set up your Electron JS App, so Proxyman can capture HTTP/HTTPS
- [NextJS (fetch)](https://docs.proxyman.com/debug-devices/nextjs-fetch.md): how to capture HTTPS Request Response from NextJS with Server Side Rendering (fetch)
- [Demo iOS & Android](https://docs.proxyman.com/debug-devices/demo-ios-and-android.md): Demonstrate how to capture HTTPS from iOS Simulators and Android Emulators


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.proxyman.com/debug-devices.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.
