> For the complete documentation index, see [llms.txt](https://docs.trackwill.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trackwill.com/ru/landers/simple-lander-creation.md).

# Создание простых прелендов

Прежде чем вы начнете добавлять преленд в Trackwill, вам необходимо будет иметь доступ к URL лендинга.

Чтобы добавить преленд на платформу Trackwill, выполните следующие действия:

1. Перейдите на вкладку **Преленды**
2. И нажмите кнопку **Создать**

![](/files/-LvHyF1ZoRfxSjFO9LTF)

Во всплывающем окне **Создание Преленда** вам необходимо:

1. Задайте **имя преленда**;
2. Выберите **Рабочую группу;**
3. Введите **URL преленда.**

![](/files/-LvHznN3sAU8x782vdU2)

> Примечание Trackwill: без этих трех простых шагов вы не сможете сохранить преленд в Trackwill.

### URL и Доступные токены

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

![](/files/-LvI0OZagXBfs1Uruq9F)

Например, вы хотите перенести referrer на лендинг. Тогда URL лендинга будет выглядеть так: <http://trackwill-testlander.com/?referer={referer}>. Вы можете нажать на кнопки **токенов** под полем ввода URL-адреса, и параметр вместе с токеном будет автоматически добавлен в URL-адрес. При повторном нажатии этой кнопки параметр с токеном будет удален из 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:

```
GET https://docs.trackwill.com/ru/landers/simple-lander-creation.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.
