# Веб

- [Эгея](https://guide.kodersha.ru/web/aegea.md)
- [Шаблон](https://guide.kodersha.ru/web/aegea/template.md): Создать свой шаблон для Эгеи не так сложно как может показаться на первый взгляд. Давайте разберем основные принципы построения шаблона используя некоторые простые примеры.
- [Редактор](https://guide.kodersha.ru/web/aegea/editor.md)
- [Шрифты](https://guide.kodersha.ru/web/aegea/fonts.md)
- [Кат](https://guide.kodersha.ru/web/aegea/cut.md): В блоговом движке Эгея нет ката - скрытия содержимого длинных постов за кнопкой «Далее». Автор движка, Илья Бирман, считает что кат в Эгее не нужен.
- [docker](https://guide.kodersha.ru/web/aegea/docker.md)
- [local](https://guide.kodersha.ru/web/aegea/docker/local.md): Конфигурация для запуска на localhost.
- [Ghost](https://guide.kodersha.ru/web/ghost.md)
- [docker](https://guide.kodersha.ru/web/ghost/docker.md)
- [cloud](https://guide.kodersha.ru/web/ghost/docker/cloud.md): Базовая конфигурация для запуска ghost с remark42 на облачном сервере.


---

# 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://guide.kodersha.ru/web.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.
