# Compose new Request

### 1. What's it?

Compose a new Request is a handy tool to help developers:

* Compose an HTTP/HTTPS Request and send it to your service. It's similar to Paw, Insomnia, and Postman.
* Quickly test your APIs without depending on your app client.
* Support Header, Query, URL, Form, JSON Body
* Support Raw Message
* Preset template: Empty Request, GET Request, Post Request with JSON or Form.

{% hint style="info" %}
You can reuse your request data for new requests. Please check out the [Edit & Repeat](/~/revisions/CTFzuwrlmsieJaiDVRDD/advanced-features/edit-and-repeat.md) page.
{% endhint %}

![Compose new request and inspect the response](/files/I3PBAQr5UmHPXffpVSt0)

### 2. How to use

You can open the tool by either:

* Click on Compose button on the main navigation bar
* Tools -> Compose

![Open the Compose Tool](/files/NQT7vXmosYFHBI7Jb3Ka)

1. Enter the URL
2. Select HTTP Method
3. Modify the Header, Param, Body, Raw Message
4. Click Send button.

![Compose JSON Body](/files/m77SiOFQiClZB7mZ3Tjl) ![Using Raw Message](/files/ZIQPRl3o6Jugk5Fd8ZOI)

### 3. Template

Proxyman also supports few request templates.

![](/files/QvLAzHyxkhXmzfkhXKTP)


---

# 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/~/revisions/CTFzuwrlmsieJaiDVRDD/advanced-features/compose.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.
