> 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/tslsl-alrmwz-alathwnat.md).

# تسلسل الرموز / الأذونات

يمكنك استخدام تسلسلات الرموز الأب/الابن (parent/child token hierarchies) لربط إجابات مستجيب واحد بعدة رموز. هذا يتيح لك توزيع مجموعات مختلفة من الرموز على مجموعات مستخدمين متعددة. بناءً على الرمز، يمكنك التحكم في أذونات النموذج، مما يسمح لبعض الرموز بالحصول على وصول للقراءة أو الكتابة بينما لا يملكها آخرون.

لإعداد تسلسل الرموز، كل ما عليك فعله هو تحديد الرمز الأب الذي ينتمي إليه الرمز.

<figure><img src="/files/364b5b7a98d0fb9d22c6698b706a1e6f10756833" alt=""><figcaption></figcaption></figure>

بمجرد إعداد الرمز الأب سيتم تجميعه على شبكة الرموز

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

في المثال أعلاه سيشارك الرمزان LCOMY0QSJZLO و FG7K7Y4JYMAE نفس بيانات المستجيب عند استخدامهما.&#x20;

## &#x20;🔑 أذونات الرموز

تتيح لك أذونات الرموز تكوين ما يمكن لكل مالك رمز القيام به ببيانات النموذج الخاصة بك. على سبيل المثال، يمكنك منح وصول للقراءة فقط لنموذجك لرمز معين بينما يمتلك رمز آخر وصولاً كاملاً للقراءة/الكتابة. يمكنك تعريف هذه الأذونات على مستوى الإجابة أو السؤال في النموذج.

{% hint style="warning" %}
تأكد من تفعيل الرمز كـ [مزود المفتاح](/ar/form-management/security/key-provider-concepts.md) حيث إنه مطلوب لتتمكن من ضبط أذونات الرموز.
{% endhint %}

لتعريف الأذونات قم بتعيين مستخدم واحد أو عدة [users](/ar/multi-user-management/users.md) أو [groups](/ar/multi-user-management/groups.md) إلى رمزك باستخدام أيقونة الوصول الأمني (Security Access).

![](/files/d6c5ee07ebcaa1089ebcc8b4206f14ec3d697bd1)&#x20;

![](/files/50f8520fd2c33cf45caddbe0a17a39fde41d561f) &#x20;

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

![](/files/24ac4d0f8953067e11155a57ef0f9e02c165793a) &#x20;

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

في المثال أعلاه ستكون بيانات السؤال للقراءة فقط لجميع الرموز المعينة لمجموعة "Patients".

{% hint style="warning" %}
إذا لم يتم تعيين أي من إذني القراءة أو الكتابة ولكن تمت إضافة المستخدم أو المجموعة إلى الوصول الأمني فسيتم إخفاء السؤال أو الإجابة لذلك المستخدم أو المجموعة
{% 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/tslsl-alrmwz-alathwnat.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.
