> For the complete documentation index, see [llms.txt](https://docs.tumbler.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tumbler.app/ru/glossary.md).

# Глоссарий

## Для кого

Технические команды провайдеров, которые хотят говорить с нами на одном языке и сверить термины публичного контракта.

## Что можно сделать

* Быстро найти значение ключевых терминов.
* Проверить употребление названий полей и заголовков.
* Свериться с договорённостями перед изменением своих эндпоинтов.

## Примеры

* «subscription URL» — адрес, по которому fetcher получает конфигурацию.
* «add link» — `tumbler://add?link=...`, который открывает импорт в приложении.
* «crypt3» — зашифрованный source link, скрывающий настоящий subscription URL.
* «version\_id» — монотонный идентификатор версии снапшота.
* «node» — единица подключаемого VPN сервера.

## См. также

* [subscription/metadata.md](/ru/kontrakt-podpiski/metadata.md)
* [features/overview.md](/ru/funkcii/overview.md)
* [security/url-protection-and-crypt3.md](/ru/nachat/url-protection-and-crypt3.md)

## Термины

* **subscription URL** — HTTP/HTTPS-адрес, с которого backend fetcher забирает подписку провайдера.
* **source link** — значение, передаваемое в `tumbler://add?link=...`: raw subscription URL или `schema://crypt3/<token>`.
* **add link** — публичная ссылка/QR для пользователя: `tumbler://add?link=<url-encoded source>`.
* **crypt3** — механизм, который шифрует subscription URL в source link вида `schema://crypt3/<token>`, чтобы клиент не видел исходный адрес.
* **snapshot** — актуальное представление всех доступных узлов, метаданных и ограничений.
* **version\_id** — значение для детектирования обновлений снапшота; должно меняться при любом содержательном изменении.
* **checksum** — строка для быстрой проверки целостности ответа (sha256/hex или etag).
* **node** — отдельный сервер или endpoint, который может принимать соединения.
* **capability** — признак доступности функции (например, балансировка или **\[PAID]** управление сессиями).
* **fetcher** — наш сервис, который периодически опрашивает subscription URL.


---

# 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.tumbler.app/ru/glossary.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.
