# Сокращение ссылок (short)

## short

Функция `short` принимает ссылку и возвращает её сокращённый вариант. Используется внутренний сокращатель платформы.

Формат записи:

`[short]Ссылка[/short]`

Пример:

```
[short]{{payment_page_link}}[/short]
[short]https://leadconverter.ru/very/long/link?params=value_1&any_params=value_2 [/short]
```

В результате вы получите короткий URL, переадресующий пользователя на исходный адрес.\
Пример:  <https://lcvr.net/s/R8Yxv>

***

#### Аргументы

Функция принимает **1 аргумент**

1. **Ссылка (обязательный)**\
   Строка с исходной ссылкой, которую нужно сократить.

Если возникли вопросы или трудности - смело обращайся в техподдержку. \
Рады каждому, поможем с любым вопросом и решим любую проблему 🤗

{% content-ref url="/pages/-MasAPNcg291uNezFqb4" %}
[Как задать вопрос в поддержку?](/kak-zadat-vopros-v-podderzhku.md)
{% endcontent-ref %}


---

# 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.leadconverter.su/funkcii/sokrashenie-ssylok-short.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.
