# 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: 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.advancedrestclient.com/using-arc/sending-requests/request-editor-options.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.
