> 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/publish-deploy/embed-form.md).

# تضمين النموذج

## 👨‍💻️ ما هو تضمين النموذج؟

توزيع الاستبيان باستخدام [رابط الويب](/ar/form-management/publish-deploy/web.md) أو [رمز الاستجابة السريعة (QR)](/ar/form-management/publish-deploy/qr-code.md) سيفتح صفحة جديدة أمام المستجيبين لأداء الاستبيان، بينما يمكنك تخصيص كل شيء تقريبًا في تصميم الاستبيان باستخدام [style editor](/ar/form-management/style-branding/style-editor.md) هناك أوقات قد ترغب فيها بإدراج الاستبيان مباشرةً في صفحة موجودة من موقعك الإلكتروني.&#x20;

باستخدام ميزة تضمين النموذج يمكنك إدراج الاستبيان داخل صفحة موقعك بحيث يبدو جزءًا متماثلًا من موقعك.   &#x20;

![](/files/7b40bae03b6524516dc5b9201bfd6d4c79116b78)

لتضمين استبيان في موقعك يمكنك نسخ / لصق **شفرة HTML للتضمين** داخل كود HTML لصفحة موقعك.&#x20;

إذا كنت تستخدم منشئ مواقع عبر الإنترنت مثل Wordpress، يمكنك مراجعة وثائق منشئ موقعك حول كيفية لصق كود HTML في صفحاتك.

{% hint style="info" %}
باستخدام [تنبيه عند الاكتمال](/ar/form-management/tasks/task-items/completion-alert.md) مهمة و [كابتشا](/ar/form-management/form-designer/answers/answer-types/captcha.md) يمكنك بسهولة إنشاء نموذج "اتصل بنا" تقوم بتضمينه في موقعك لتمكين عملائك من التواصل معك.  &#x20;
{% endhint %}

## 🔅 خصائص التضمين

* **`النموذج فقط`**  عرض فقط للصفحة الرئيسية للاستبيان التي تحتوي على الأسئلة والإجابات بدون ترويسة وخلفية صفحة الاستبيان الأصلية.

![](/files/50e4a0aa0b2a076be29ff93867c569c5750031a7)


---

# 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/publish-deploy/embed-form.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.
