> 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/questions-and-answers/faq/residential-proxies/why-residential-proxies-not-saved.md).

# Почему не сохраняются резидентские прокси

{% hint style="info" %}
Это нормальное поведение. Резидентские прокси динамические, и хранить сгенерированные сессии в Proxy List просто нет смысла.
{% endhint %}

## Почему так устроено

Резидентские прокси отличаются от [Датацентр](/our-products/datacenter-proxies.md) и [ISP](/our-products/isp-proxies.md) тем, что IP-адреса прокси размещаются на реальных домашних устройствах.

При каждой генерации создаётся новая сессия с уникальным идентификатором, к которому на время привязывается IP. Поэтому список не сохраняется, он становится неактуальным сразу после ротации.

## Старые сессии при этом не пропадают

{% hint style="success" %}
Когда вы генерируете новые прокси с другими настройками, **старые продолжают работать** и параметры свои не меняют. Каждая сессия живёт отдельно от остальных.
{% endhint %}

### Пример

Допустим, вы сгенерировали немецкие прокси:

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

Разберём строку подключения:

| Часть                     | Значение                                                                           |
| ------------------------- | ---------------------------------------------------------------------------------- |
| `relay-eu.proxyshard.com` | Сервер балансировки нагрузки (relay)                                               |
| `8080`                    | Порт сервера                                                                       |
| `plan-limited`            | Тариф прокси (`limited` - обычные, `unlimited` - безлимитные, `premium` - премиум) |
| `country-de`              | Страна подключения: Германия (`de`)                                                |
| `sid-aaaaaaaaa`           | Уникальный ID сессии, к которому привязывается IP-адрес                            |
| `xxxxxxxxx`               | Пароль для подключения                                                             |

Если после этого вы сгенерируете, например, американские прокси, появится новая строка с `country-us` и другим `sid`. Но немецкая сессия `sid-aaaaaaaaa` **никуда не денется** и продолжит работать с тем же IP, пока не истечёт время сессии.

{% hint style="warning" %}
Если вам нужен постоянный IP, используйте [Датацентр](/our-products/datacenter-proxies.md) или [ISP прокси](/our-products/isp-proxies.md)\
Прокси из этих разделов имеют статический IP и выдаются только в одни руки
{% 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/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.
