> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/ar/genstudio-workspace/slack-synchronization.md).

# مزامنة 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
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.skydeck.ai/ar/genstudio-workspace/slack-synchronization.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.
