> For the complete documentation index, see [llms.txt](https://guide-autodonate.magicbyte.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide-autodonate.magicbyte.ru/magazin/servera/integracii-s-drugimi-servisami.md).

# Интеграции с другими сервисами

## FelixBot

API Token сервера в FelixBot - данная интеграция выводит статистику игрока на сайт, требуется подписка DayzPlugin. Token вы сможете найти на сайте Felixbot.org при скачивание серверного мода.

<figure><img src="/files/8vnacsSlxX1fr5OBIJnk" alt=""><figcaption></figcaption></figure>

## Wargm

Данная интеграция позволит вашим пользователям получать игровые предметы после приобретение их в вашем магазине на сайте wargm.

Для этого вам потребуется:

1. Указать id вашего магазина на wargm&#x20;
2. Указать API ключ магазина wargm

Создание товара&#x20;

{% content-ref url="/pages/i5LM1lPPUnTUjxoH2SdB" %}
[Товары](/magazin/tovary.md)
{% endcontent-ref %}

<figure><img src="/files/5SJ8w6uf0EKVNXrtTo5V" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Рекомендуем скрывать товар, дабы не заводить в заблуждения других пользователей, указывать цену эквивалентно кристаллам. &#x20;

Товар будет доступен пользователю через 2-3 минуты после его покупки.&#x20;
{% endhint %}

{% hint style="danger" %}
Пользователь должен быть авторизован на нашем сайте, иначе корзина у него не откроется.
{% endhint %}

Мы не имеем игровых серверов и не могли предоставить для вас инструкцию в виде картинок, но благодаря отзывчивым клиентам, это сделали за нас.

<figure><img src="/files/sXr38JjOyXD6F7m6lFuP" alt=""><figcaption><p>Автор killakisa</p></figcaption></figure>

Дискорд - **killakisa**\
Проект - \[TERRA] Deerisle PVE


---

# 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://guide-autodonate.magicbyte.ru/magazin/servera/integracii-s-drugimi-servisami.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.
