> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/ukrainian/agronomiya/vnesennya-vapna-zi-zminnoyu-normoyu-na-osnovi-danikh-ph-gruntu.md).

# Внесення вапна зі змінною нормою на основі даних pH ґрунту

## Створити карту рецепту вапнування з варіативною нормою (VRA) на основі pH ґрунту

Перетворіть дані pH ґрунту на карту застосування вапна, готову для машини (рецепт Rx). Використовуйте її для внесення вапна лише там, де ROI позитивний.

### Інтерактивний покроковий огляд

{% @arcade/embed url="<https://app.arcade.software/share/b99IrB7wBzVDJu24MKFI>" flowId="b99IrB7wBzVDJu24MKFI" %}

### Економічний приклад (VR проти фіксованих 7 000 lb/акр)

Цей приклад порівнює варіативне внесення вапна з єдиною фіксованою нормою по всьому полю. Використовуйте його як швидку перевірку перед експортом рецепту.

| Показник                                | Значення                 |
| --------------------------------------- | ------------------------ |
| Площа поля                              | **33.91 га**             |
| Середня застосована норма               | **6,348.2 lb/акр**       |
| Ціна вапна                              | $**0.02 / lb** (\~$40/т) |
| Загальна кількість вапна (розрахунок)   | **523,853 lb**           |
| Вартість матеріалу (поле)               | $**10,477**              |
| Вартість матеріалу (за га)              | **\~**$**309/га**        |
| Заощадження проти 7 000 lb/акр (всього) | $**441.9**               |
| Заощадження проти 7 000 lb/акр (за га)  | **\~**$**13.0/га**       |

### Експортувати рецепт вапнування (Rx)

* Експортувати як ISOXML: [Експорт карти VRA у форматі ISOXML](/geopard-tutorials/ukrainian/oglyad-produktu-vebzastosunok/eksport-zavantazhennya/eksport-karti-vra-u-formati-isoxml.md)
* Інші опції експорту (SHP та інші): [Експорт / Завантаження](/geopard-tutorials/ukrainian/oglyad-produktu-vebzastosunok/eksport-zavantazhennya.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://docs.geopard.tech/geopard-tutorials/ukrainian/agronomiya/vnesennya-vapna-zi-zminnoyu-normoyu-na-osnovi-danikh-ph-gruntu.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.
