# BASIC FEATURES

- [Proxyman Proxy Helper Tool](https://docs.proxyman.com/basic-features/proxy-setting-tool.md): Explain what Proxyman Proxy Helper Tool is. Useful to override / revert System HTTP Proxy at launch time. Faster than using networkutils
- [Request / Response Previewer](https://docs.proxyman.com/basic-features/request-response-viewer.md): Display the Request/Response body with multiple formats, such as JSON, Tree View, Raw, ...
- [SSL Proxying](https://docs.proxyman.com/basic-features/ssl-proxying.md): How to set up SSL Proxying to tell Proxyman to capture/decrypt HTTPS data from a certain websites by Host name, Regex, ...
- [Bypass Proxy List](https://docs.proxyman.com/basic-features/bypass-proxy-list.md)
- [Import / Export](https://docs.proxyman.com/basic-features/import-export.md): How to export and Import data from Proxyman. Support Proxyman Log, HAR, CSV, Charles File, PostmanCollection2
- [Content Filter](https://docs.proxyman.com/basic-features/content-filter.md): Quick filter the URLs with many criteria, such as URL, Header, Body, Status Code by contains, not contains, prefix, suffix, and regex.
- [Multiple Tabs](https://docs.proxyman.com/basic-features/multiple-tabs.md): Able to open many workspace in different tabs.
- [Horizontal/Vertical/Window Layout](https://docs.proxyman.com/basic-features/horizontal-vertical-layout.md): Able to custom your workspace
- [Copy as](https://docs.proxyman.com/basic-features/copy-as.md): Copy content from Request / Response
- [Custom Previewer Tab](https://docs.proxyman.com/basic-features/custom-previewer-tab.md)
- [Custom Header Column](https://docs.proxyman.com/basic-features/custom-header-column.md)
- [Regex (Regular Expression)](https://docs.proxyman.com/basic-features/regex.md): Regular Expression
- [Filter JSON Response](https://docs.proxyman.com/basic-features/filter-json-response.md)
- [Highlight by Color and Add Comment](https://docs.proxyman.com/basic-features/highlight-by-color-and-add-comment.md)
- [Import / Export Settings](https://docs.proxyman.com/basic-features/import-export-settings.md)
- [Multipart Form-Data Previewer](https://docs.proxyman.com/basic-features/multipart-form-data-previewer.md)
- [JSONPath](https://docs.proxyman.com/basic-features/jsonpaths.md)
- [JQ](https://docs.proxyman.com/basic-features/jq.md): How to use the jq filter in the JSON Tab to quickly filter your JSON Data
- [Customize Toolbar](https://docs.proxyman.com/basic-features/customize-toolbar.md)
- [Localization](https://docs.proxyman.com/basic-features/localization.md)
- [Quick Preview](https://docs.proxyman.com/basic-features/quick-preview.md)
- [Command Palette](https://docs.proxyman.com/basic-features/command-palette.md): Explain how to use Command Palette on Proxyman to quickly find and open any Tools, features with few clicks


---

# 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/basic-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.
