# Edit & Repeat

### 1. What's it?

Edit & Repeat is a handy tool for developers who need to test the Endpoint directly on Proxyman app without making a new request from your browser or client app.

* Rapidly change a **Query**, **Header**, **Body** of the selected request and test the Response from the server
* Easily reproduce the bug from the server with a different set of params.
* Support Form and JSON format.
* Edit by Raw Message
* Review Response data on the Right Panel (Proxyman 3.6.0+).

![Edit and repeat the request](/files/I3PBAQr5UmHPXffpVSt0)

### 2. How to use it?

1. Simply select your request -> Right Click -> Edit & Repeat
2. The request data (Header, URL, Query, Body) is preserved and it's ready to edit

![Edit and repeat on the selected request](/files/hW0Zf6hF8vc5HKpSYfwy)


---

# 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/edit-and-repeat.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.
