> 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/token-generator/individual-entry.md).

# إدخال فردي

أدخل الرموز واحدًا تلو الآخر. سيتم حفظ جميع معلومات الرموز مع إجابات المستجيب بمجرد أن يرسل المستجيب إجابات على الاستبيان الذي يحتوي على الرمز.&#x20;

## 🔅 خصائص الرمز

* **`قيمة الرمز`** القيمة التي سيتم استخدامها للوصول إلى الاستبيان. &#x20;
* **`الاسم الأول`** قم بتعريف الرمز باسم أول. اختياري
* **`اسم العائلة`** قم بتعريف الرمز باسم عائلة. اختياري
* **`بريد الرمز الإلكتروني`** قم بتعريف الرمز بعنوان بريد إلكتروني. اختياري&#x20;
* **`رقم هاتف المحمول`** قم بتعريف الرمز برقم هاتف. اختياري

## 📧 رسائل البريد الإلكتروني والحملات الخاصة بالرمز

أثناء استخدام [الحملة](/ar/form-management/campaigns/campaign/email-distribution.md) ميزة piping لحقن رمز داخل رسالة دعوات البريد الإلكتروني، سيحاول ngSurvey تلقائيًا ربط البريد الإلكتروني المدعو في حملتك بالرمز الذي تم تعيين نفس البريد الإلكتروني له. إذا وجد البريد الإلكتروني فسيستخدم الرمز المعين لهذا البريد وسيحقنه في رسالة دعوة البريد الإلكتروني.

## 📱 هاتف المحمول والحملات الخاصة بالرمز

إذا كنت توزع استبيانك باستخدام [حملات توزيع عبر الرسائل النصية القصيرة](/ar/form-management/campaigns/campaign/phone-sms-distribution.md) وكانت قد حُقنت قيمة رمز داخل رسالة الدعوة، سيحاول ngSurvey تلقائيًا ربط رقم الهاتف المدعو في حملتك بالرمز الذي تم تعيين نفس الهاتف له. إذا وجد الرقم فسيستخدم الرمز المعين لهذا الهاتف وسيحقنه في رسالة دعوة البريد الإلكتروني.

{% hint style="info" %}
يمكن حقن قيم الرموز داخل رسائل الدعوة الخاصة بالحملات باستخدام **\[\[--invitationtoken-]** وسم الحقن.
{% 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/token-generator/individual-entry.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.
