> For the complete documentation index, see [llms.txt](https://academy.spycat.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.spycat.ru/spycat-page/redaktirovanie-teksta/kak-sdelat-ssylku-v-tekste.md).

# Как сделать ссылку в тексте

**Шаг 1.** Перейдите в настройку блока

![](/files/-M2i-ouJWxNCHpwza_x_)

**Шаг 2.** Добавьте в текст \[ссылка|текст ссылки]

![](/files/-M2i-ymPsSE0ShLmvSrH)

{% hint style="info" %}
**Ссылки на внутренние страницы ВКонтакте**

В первую часть квадратных скобок вставляется текст ссылки, который находится после vk.com/, а во вторую часть текст, который увидит посетитель страницы

**Примеры:**\
Ссылка на сообщество: \[spycat|сообщество Spycat]\
Ссылка на пользователя ВК: \[gorbunovart|Артем Горбунов]\
Ссылка пост: \[wall-120826490\_4045|Читать статью]
{% endhint %}

{% hint style="info" %}
**Ссылка на внешний сайт**

Перед самой ссылкой необходимо добавить away.php?to=

**Пример:**\
Ссылка на сайт Яндекс: \[away.php?to=[https://yandex.ru|главная](https://academy.spycat.ru/spycat-page/redaktirovanie-teksta/https:/yandex.ru|главная) страница Яндекс]
{% 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:

```
GET https://academy.spycat.ru/spycat-page/redaktirovanie-teksta/kak-sdelat-ssylku-v-tekste.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.
