> For the complete documentation index, see [llms.txt](https://docs.advancedrestclient.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.advancedrestclient.com/using-arc/sending-requests/request-editor-options.md).

# Request editor options

The HTTP request editor has additional options that can be accessed through the 3-dots icon to the right of the request URL.

![HTTP request editor options](/files/XCitm1NvPqTmczLSZRgt)

The **save** option allows storing the current state of the request to the application store. If the request is not already stored. If the HTTP request is already stored this overrides the existing data.

![HTTP request save dialog](/files/Xu8KbGmUI5wVDG3LEl0J)

The **save as...** option is active when the current HTTP request is already stored in the data store. It opens the "save" dialog and the stored HTTP request is a copy of the current request.

The **details** option allows you to view and edit HTTP request details. It has basic information about the HTTP request like type, name, URL, projects it belongs to, and others.

![HTTP request details dialog](/files/CXqcaQVKTOqqDzQq0FWV)

The **Save as HAR** option takes the HTTP request and the latest HTTP response and creates a HAR log with the data exchange. Note, the produced HAR is invalid when the HTTP request has no recorded response.

The **Import the cURL command** option allows you to paste a CURL command into the dialog. After confirming the dialog, the contents of the current HTTP request editor is replaced by the values defined in the cURL command.

![](/files/vTpEhELTatzdgPsKEghi)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.advancedrestclient.com/using-arc/sending-requests/request-editor-options.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
