> 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/auditors/ssi-audits.md).

# عمليات تدقيق SSID

هدف فحوصات SSID هو إنشاء معرف فريد ومحدد لكل مستخدم في PaySwap. لإنشاء SSID، يجب على المستخدم التواصل مع مدقق SSID.

## كيفية إنشاء SSID

يكون SSID عبارة عن: **Payswap-YYY-XXXXXXXX** حيث تُستخدم الحروف X كعناصر بديلة لرقم الهوية الوطنية للمستخدم والأحرف Y كعناصر بديلة لرمز البلد المانح للهوية الوطنية للمستخدم.

لإنشاء SSID، يجب على المدقق شهادة بطاقة الهوية الوطنية للمستخدم أولاً.

كمدقق، بمجرد نشرك لعقد المدقق الخاص بك، ستحتاج إلى تحديث فئته إلى الفئة 1 (وهي فئة مدققي SSID)، ثم تحديث رابط التطبيق الخاص به إلى نموذج Google (أو نموذج تطبيق آخر) حتى يتمكن المستخدمون الراغبون في إنشاء SSIDs الخاصة بهم من التقديم لك لإنشاء واحدة لهم. يرجى قراءة الدليل على الصفحة أدناه لمعرفة كيفية تحديث فئة المدقق ورابط التطبيق الخاص بك:

{% content-ref url="/pages/221K6FPnJMf3GSuY2sJ1" %}
[المدققين](/alarbyh/products/auditors.md)
{% endcontent-ref %}

بمجرد الانتهاء من ذلك، يمكن للمستخدمين إرسال طلبات SSID إليك. ستحتاج إلى جدولة مكالمة معهم للتحقق من الأحرف X و Y في SSID الخاص بهم. قد تستخدم أيضًا أي طريقة أخرى تراها فعّالة.

في حالة تسليم SSID مزيف لمستخدم، يمكن المطالبة بجائزة المدقق الخاصة بك. قد يحاول بعض المستخدمين حتى بشكل متعمد تضليلك لتسليمهم SSIDs مزيفة حتى يمكنهم المطالبة بجائزتك بعد ذلك.

تأكد من معرفة كيفية التعرف على هوية وطنية شرعية من بلد المستخدم قبل محاولة إنشاء SSIDs للمستخدمين من ذلك البلد.

بمجرد الحصول على رمز البلد الصحيح ورقم الهوية الوطنية للمستخدم، يمكنك إنشاء بيانات SSID للمستخدم باتباع تنسيق **Payswap-YYY-XXXXXXXX** كما هو موضح أعلاه باستخدام نظام SSI. يمكنك قراءة المزيد حول إنشاء بيانات SSID للمستخدم على الصفحة أدناه:

{% content-ref url="/pages/y7QLTyKPmVwpqxTWoYk7" %}
[إنشاء SSID](/alarbyh/products/ssi/creating-an-ssid.md)
{% endcontent-ref %}


---

# 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/auditors/ssi-audits.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.
