> 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/ua/pitannya-ta-vidpovidi/faq/residential-proxies/why-residential-proxies-not-saved.md).

# Чому резидентські проксі не зберігаються

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

## Чому так влаштовано

Резидентські проксі відрізняються від [Датацентр ](/ua/nashi-produkti/datacenter-proxies.md)та [ISP](/ua/about-proxyshard.md#isp-proksi)] тим, що 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, використовуйте [Датацентр](/ua/nashi-produkti/datacenter-proxies.md) або [ISP прокси](/ua/nashi-produkti/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/ua/pitannya-ta-vidpovidi/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.
