# ADVANCED FEATURES

- [Repeat](https://docs.proxyman.com/advanced-features/repeat.md): Quick make a request with the same param and body
- [Edit & Repeat](https://docs.proxyman.com/advanced-features/edit-and-repeat.md)
- [Compose new Request](https://docs.proxyman.com/advanced-features/compose.md): Make new HTTPS Requests to your server, and inspect the HTTPS Response. It's a simple version of Postman
- [No Caching](https://docs.proxyman.com/advanced-features/no-caching.md): Prevent caching HTTP Content and tell Proxyman to fetch your up-to-date content from servers.
- [Breakpoint](https://docs.proxyman.com/advanced-features/breakpoint.md): How to use the Breakpoint Tool to modify the Request/Response on the fly, including the Headers, URL, Status Code, and the body
- [Breakpoint Templates](https://docs.proxyman.com/advanced-features/breakpoint-templates.md): How to use Breakpoint Templates features: Create a Breakpoint Template
- [Map Local (File)](https://docs.proxyman.com/advanced-features/map-local.md): Map a file as a response of requests
- [Map Local (Directory)](https://docs.proxyman.com/advanced-features/map-local-directory.md)
- [Map Remote](https://docs.proxyman.com/advanced-features/map-remote.md)
- [External Proxy](https://docs.proxyman.com/advanced-features/external-proxy.md): Proxy HTTP/HTTPS message to external Proxy server
- [Save Session](https://docs.proxyman.com/advanced-features/save-session.md)
- [Protobuf](https://docs.proxyman.com/advanced-features/protobuf.md): How to decode your HTTP/HTTPS Request/Response Protobuf with Proxyman
- [WebSocket](https://docs.proxyman.com/advanced-features/websocket.md): How to capture and decrypt Websocket (WS/WSS) from iOS devices / simulators with Proxyman. Works with Google Chrome Web Browser or websocket from NodeJS, Python, Golang Backend Server
- [Clear Session](https://docs.proxyman.com/advanced-features/clear-session.md)
- [Block List](https://docs.proxyman.com/advanced-features/blacklist.md): The Block Tool allows users to block or hide certain requests by domains or wildcard or from a client
- [Allow List](https://docs.proxyman.com/advanced-features/whitelist.md): Define a set of requests that appears on Proxyman app
- [Charles Proxy Converter](https://docs.proxyman.com/advanced-features/charles-proxy-converter.md): Read Charles Proxy Log file and import to Proxyman app
- [Custom Certificates](https://docs.proxyman.com/advanced-features/custom-certificates.md)
- [GraphQL](https://docs.proxyman.com/advanced-features/graphql.md): Capture GraphQL HTTP Request with Proxyman
- [Network Conditions](https://docs.proxyman.com/advanced-features/network-throttling.md): Simulate slow network with various network profiles. Useful for testing
- [Multiple Filters](https://docs.proxyman.com/advanced-features/multiple-filters.md)
- [Custom Filters](https://docs.proxyman.com/advanced-features/custom-filters.md): How to use Custom Filter to save your filter criteria
- [Publish to Gist](https://docs.proxyman.com/advanced-features/publish-to-gist.md): Publish Proxyman Log to Gist
- [Reverse Proxy](https://docs.proxyman.com/advanced-features/reverse-proxy.md)
- [Code Generator](https://docs.proxyman.com/advanced-features/code-generator.md)
- [Diff](https://docs.proxyman.com/advanced-features/diff.md): Diff HTTP Request and Response with ease
- [Access Control](https://docs.proxyman.com/advanced-features/access-control.md)
- [DNS Spoofing](https://docs.proxyman.com/advanced-features/dns-spoofing.md)
- [SOCKS Proxy](https://docs.proxyman.com/advanced-features/socks-proxy.md)
- [Swagger OpenAPI](https://docs.proxyman.com/advanced-features/swagger-openapi.md): How to export Proxyman Requests/Responses to Swagger OpenAPI 3.0 YAML format
- [TLS Key Logging](https://docs.proxyman.com/advanced-features/tls-key-logging.md): Explain how to use TLS Key Logging with Proxyman to record TLS Session Keys. Useful for debugging with Wireshark


---

# 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.proxyman.com/advanced-features.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.
