# Copy as

Proxyman offers various Copy functions from Right-click menu Context:

* **Copy URL**: Copy URL of the selected flow.
* **Copy cURL**: Generate cURL command, which includes headers, cookies, query, and body.
* **Copy Cell Value**: Copy a string value of the right-clicked cell
* **Copy as**: Cookies, Header, Body from Request and Response.

![Copy selected requests](/files/-Mi5OpUlB_gDXH3xmEtf)

{% hint style="info" %}
You can opt-out the `--proxy` flag from cURL command from Preference -> Advanced -> Uncheck "Include HTTP Proxy config in cURL"
{% endhint %}

{% hint style="info" %}
**⌘C:** Copy the URL

⇧**⌘C:** Copy as **cURL**
{% endhint %}


---

# 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/copy-as.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.
