# مزامنة Slack

من خلال التكامل مع Slack، يمكنك إرسال محادثات GenStudio الخاصة بك إلى قناة Slack والعكس بالعكس. يتيح ذلك لفريقك التعاون بسلاسة.

{% hint style="info" %}
ستتناول هذه الصفحة كيفية المزامنة بين Slack و GenStudio. لمعرفة المزيد حول كيفية إعداد Slack، يرجى زيارة [تكامل Slack](/ar/integrations/app-integrations/slack-integration.md).
{% endhint %}

### إرسال رسائل محادثات GenStudio إلى Slack

بمجرد أن تقوم بربط محادثة مع قناة Slack عامة أو خاصة، ستقوم SkyDeck.AI بإرسال جميع الرسائل الحالية إلى تلك القناة. سيتم ذلك مرة واحدة فقط في بداية الاتصال.

<figure><img src="/files/v1GCfnRkzi1ttgPXWGJC" alt="sync to slack" width="563"><figcaption></figcaption></figure>

بعد ذلك، سيتم إرسال كل رسالة جديدة تُرسل إلى المحادثة إلى تلك القناة في Slack بالإضافة إلى ردها.

<figure><img src="/files/CDKoh5KbIDtuXkiaeiP3" alt="new message from conversation" width="563"><figcaption></figcaption></figure>

### إرسال رسائل Slack إلى محادثات GenStudio

لإرسال رسالة من Slack إلى المحادثة المتصلة:

1. افتح سلسلة تلك المحادثة
2. قم بوسم تطبيق **SkyDeck.ai** واكتب طلبك.
3. ستُرسل الرسالة إلى GenStudio وستتلقى الرد مرة أخرى.

<figure><img src="/files/UKTnlQexCSaVSDfNRmWh" alt="new message from slack" width="563"><figcaption><p>افتح السلسلة (1) - أرسل رسالة (2) - رد من GenStudio (3)</p></figcaption></figure>

إليك كيف ستظهر الرسالة على GenStudio:

<figure><img src="/files/OURGO5wsM0PXgrkCjeWw" alt="gen view" width="563"><figcaption></figcaption></figure>

### التنسيق

لا يعمل Markdown تلقائيًا في Slack عندما نرسل المحتوى من GenStudio Collaboration. لذا سترى `*hello*` بدلاً من \*hello\*. هذه تغيير حديث في Slack. ولكن هناك حل. في تطبيق سطح المكتب، يمكنك يدويًا تفعيل التعرف على Markdown \*في\* الإعدادات المتقدمة في Slack.

<figure><img src="/files/Cm2mcW1hkDPeiMenyb4d" alt="إعدادات Slack المتقدمة"><figcaption><p>اختر "تنسيق الرسائل باستخدام العلامات"</p></figcaption></figure>

<figure><img src="/files/PG3yb8P3DCZAQ01y5Nja" alt="تحسين تنسيق Slack"><figcaption><p>مثال على التحسين الذي تم رؤيته من تفعيل "تنسيق الرسائل باستخدام Markdown".</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.skydeck.ai/ar/genstudio-workspace/slack-synchronization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
