> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/alarbyh/products/cancan/discounts/manual-rewards.md).

# المكافآت اليدوية

مكافآت يدوية

يمكنك أيضًا إعطاء مستخدميك ائتمانات يمكنهم سحبها لاحقًا نقدًا أو استخدامها لشراء المنتجات اعتمادًا على كيفية إعدادها. لإضافة المكافآت يدويًا للمستخدمين:

* انتقل إلى صفحة المنتجات التي ترغب في إضافة المكافآت لمستخدميك عليها وانقر على زر **ضبط الإعدادات**

<figure><img src="/files/LAJutGXGQigGo0JyZcCY" alt=""><figcaption></figcaption></figure>

* انقر على زر **إضافة رصيد الدفع للمستخدمين**

<div><figure><img src="/files/JdPp3KhN2dV6GCd60ONv" alt=""><figcaption></figcaption></figure> <figure><img src="/files/X2u4PJCqYFVqkbbEx2EG" alt=""><figcaption></figcaption></figure></div>

* أدخل عنوان المستخدم الذي ترغب في إضافة الائتمانات/المكافآت له على العنصر الحالي
* يجب أن يكون مُعرف العنصر الحالي مملوءًا بالفعل، يمكنك تغييره إلى منتج مختلف إذا كنت ترغب في إضافة المكافأة على منتج مختلف
* أخيرًا هو المبلغ الذي ترغب في مكافأة المستخدم المحدد على المنتج الحالي. إذا كان سعر المنتج 0.1 دولار أمريكي وترغب في مكافأة المستخدم بنصف ذلك، يجب عليك إدخال 0.05 دولار أمريكي؛ إذا كنت ترغب في مكافأة المستخدم بـ 10 أضعاف قيمة المنتج، فقط أدخل 1 دولار أمريكي


---

# 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.payswap.org/alarbyh/products/cancan/discounts/manual-rewards.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.
