# Save Session

### 1. What's it?

It's a handy tool to save entire your working Session, so you can open it later without losing any debugging information, which includes:

* All Request and Response flows
* All App and Domains
* All Remote Devices

### 2. What's for?

* Save entire Session and open it later
* Share your Debugging Session to your QA or Teammates

### 2. How to use?

#### 2.1 Save current Session

* File menu -> Save Session As then selecting the save location

![](/files/-M5kdtfRFbbJQlNVUV5M)

#### 2.2 Restore previous Session

* File Menu -> Open or Open Recent


---

# 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/save-session.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.
