> For the complete documentation index, see [llms.txt](https://docs.proxyshard.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxyshard.com/eng/questions-and-answers/faq/residential-proxies/why-residential-proxies-not-saved.md).

# Why Residential proxies are not saved

{% hint style="info" %}
This is normal behavior. Residential proxies are dynamic, and storing generated sessions in Proxy List simply makes no sense.
{% endhint %}

## Why it works this way

Residential proxies differ from [Datacenter](/eng/our-products/datacenter-proxies.md) and [ISP](/eng/our-products/isp-proxies.md) proxies because proxy IP addresses are hosted on real residential devices.

Each generation creates a new session with a unique identifier, to which an IP is temporarily bound. That is why the list is not saved: it becomes outdated immediately after rotation.

## Old sessions do not disappear

{% hint style="success" %}
When you generate new proxies with different settings, **the old ones continue to work** and do not change their parameters. Each session exists separately from the others.
{% endhint %}

### Example

Suppose you generated German proxies:

```
relay-eu.proxyshard.com:8080:plan-limited-country-de-sid-aaaaaaaaa:xxxxxxxxx
```

Let's break down the connection string:

| Part                      | Value                                                                            |
| ------------------------- | -------------------------------------------------------------------------------- |
| `relay-eu.proxyshard.com` | Load balancing server (relay)                                                    |
| `8080`                    | Server port                                                                      |
| `plan-limited`            | Proxy tariff (`limited` - regular, `unlimited` - unlimited, `premium` - premium) |
| `country-de`              | Connection country: Germany (`de`)                                               |
| `sid-aaaaaaaaa`           | Unique session ID to which the IP address is bound                               |
| `xxxxxxxxx`               | Connection password                                                              |

If after that you generate, for example, US proxies, a new string with `country-us` and another `sid` will appear. But the German session `sid-aaaaaaaaa` **will not go anywhere** and will continue working with the same IP until the session expires.

{% hint style="warning" %}
If you need a permanent IP, use [Datacenter](/eng/our-products/datacenter-proxies.md) or [ISP proxies](/eng/our-products/isp-proxies.md)\
Proxies from these sections have a static IP and are issued only to one user
{% endhint %}


---

# 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.proxyshard.com/eng/questions-and-answers/faq/residential-proxies/why-residential-proxies-not-saved.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.
