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

# Функции

- [Начать работу](https://documentation.soulver.app/ru/documentation/getting-started.md): Просто введите задачу так, как написали бы её на листе бумаги.
- [Суммы и промежуточные итоги](https://documentation.soulver.app/ru/documentation/totals-and-subtotals.md)
- [Ссылки на строки](https://documentation.soulver.app/ru/documentation/line-references.md): Вычисления с использованием предыдущих ответов (как в таблице)
- [Переменные](https://documentation.soulver.app/ru/documentation/variables.md)
- [Планирование поездок](https://documentation.soulver.app/ru/documentation/trip-planning.md): Планируйте многоэтапные поездки, помечая даты или время как временные точки — Soulver подсчитывает общую длительность вашей поездки и предупреждает вас, если вы превысите свой временной бюджет.
- [Форматирование](https://documentation.soulver.app/ru/documentation/formatting.md)
- [Форматы чисел](https://documentation.soulver.app/ru/documentation/formatting/region-settings.md): Должен ли Soulver интерпретировать . как десятичную запятую или разделитель тысяч?
- [Стилизация текста](https://documentation.soulver.app/ru/documentation/formatting/appearance-and-styles.md)
- [Форматирование ответов](https://documentation.soulver.app/ru/documentation/formatting/answer-formatting-options.md)
- [Листы и файлы](https://documentation.soulver.app/ru/documentation/sheets-and-files.md)
- [Листы](https://documentation.soulver.app/ru/documentation/sheets-and-files/untitled-1.md)
- [Книги листов](https://documentation.soulver.app/ru/documentation/sheets-and-files/sheetbooks-and-syncing.md)
- [Файлы Soulver (.slvr)](https://documentation.soulver.app/ru/documentation/sheets-and-files/soulver-files-.slvr.md)
- [Живые данные](https://documentation.soulver.app/ru/documentation/live-data.md)
- [Погода](https://documentation.soulver.app/ru/documentation/live-data/weather.md): Данные предоставлены Apple Weather
- [Цены на акции](https://documentation.soulver.app/ru/documentation/live-data/live-and-historical-stock-prices.md)
- [Wolfram|Alpha (помощник по знаниям)](https://documentation.soulver.app/ru/documentation/live-data/knowledge-assistant.md): Перенос мировых данных прямо в ваш лист Soulver
- [Интеграция с Wolfram|Alpha](https://documentation.soulver.app/ru/documentation/live-data/wolfram-alpha.md)
- [Экспорт](https://documentation.soulver.app/ru/documentation/exporting.md)
- [PDF и печать](https://documentation.soulver.app/ru/documentation/exporting/sharing-and-printing.md)
- [Soulver Studio](https://documentation.soulver.app/ru/documentation/exporting/soulver-studio.md): Делитесь листами Soulver как отдельными приложениями для Mac 🤯
- [Интеграции](https://documentation.soulver.app/ru/documentation/integrations.md)
- [Alfred и Raycast](https://documentation.soulver.app/ru/documentation/integrations/alfred-and-raycast.md)
- [Сервисы macOS](https://documentation.soulver.app/ru/documentation/integrations/macos-services.md)
- [URL-схемы](https://documentation.soulver.app/ru/documentation/integrations/url-schemes.md): Работа с листами через URL
- [Терминал (CLI)](https://documentation.soulver.app/ru/documentation/integrations/command-line-tool-automator-and-services.md)
- [Советы и трюки](https://documentation.soulver.app/ru/documentation/tips-and-tricks.md)
- [Mac](https://documentation.soulver.app/ru/documentation/tips-and-tricks/tips-and-tricks-mac.md)
- [iPad и iPhone](https://documentation.soulver.app/ru/documentation/tips-and-tricks/tips-and-tricks-ios.md)


---

# 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://documentation.soulver.app/ru/documentation.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.
