> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/ar/form-management/security/security-items/tokens.md).

# الرموز

## 🔐 ما هي الرموز؟

الرموز هي قيم فريدة مُولَّدة مسبقًا يمكن للمستجيبين استخدامها للوصول إلى الاستبيان. يمكن توليد هذه الرموز تلقائيًا باستخدام [token generator](/ar/form-management/security/security-items/tokens/token-generator.md) أو يمكنك إنشاء أو [استيراد](/ar/form-management/security/security-items/tokens/token-generator.md) مجموعة القيم الخاصة بك من الرموز.

بمجرد أن يستخدم المستجيب رمزًا، ستقوم ngSurvey بربط ذلك الرمز بإجابات المستجيب لتمكينك من التعقب في [تقارير المستجيبين](/ar/form-management/respondents-management.md) المستجيبين بناءً على الرمز الذي استخدموه.

بما أن الرموز هي مجرد قيم نصية، يمكنك بسهولة توزيعها على مستجيبيك بأي وسيلة إلكترونية أو غير إلكترونية من البريد العادي إلى الهواتف أو الرسائل الإلكترونية.

{% hint style="warning" %}
يمكن استخدام كل رمز مرة واحدة فقط من قبل المستجيب.
{% endhint %}

## 🔅 خصائص أمان الرموز

* **`اسم متغير مصدر الرمز`** هو متغير سلسلة استعلام المتصفح الذي يحتوي على قيمة الرمز عندما تريد أن يقوم عنصر أمان الرمز باسترداد الرمز تلقائيًا من سلسلة استعلام المتصفح.&#x20;
* **`السماح بالوصول للرموز الصالحة فقط`** فتح الاستبيان للمستجيبين الذين ليس لديهم أي رموز. إذا تم تفعيل هذا الخيار فسيتمكن المستجيبون بدون رمز من إجراء الاستبيان عدة مرات بينما سيتمكن المستجيبون الحاملون لرمز صالح من إرسال إجاباتهم مرة واحدة فقط.
* **`إخفاء شاشة تسجيل الدخول`** إذا لم يتم العثور على رمز صالح فلا تعرض للمستجيب واجهة إدخال الرمز.

{% hint style="success" %}
يمكن استخدام عنصر الأمان هذا كمزوّد [key provider](/ar/form-management/security/key-provider-concepts.md).&#x20;
{% endhint %}


---

# 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.ngsurvey.com/ar/form-management/security/security-items/tokens.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.
