# دليل استكشاف الأخطاء وإصلاحها

ستجد هنا مساعدة خطوة بخطوة من أجل:

* إيداع SOL → RSOL (إعداد المحفظة، صنابير الاختبار، أخطاء المعاملات)
* سحب RSOL → SOL (تدفقات الاسترداد، رؤية الرموز)
* Rome EVM (اتصالات المحافظ، التفاعلات مع العقود)
* Rome L2 Stack (التثبيت، الاستخدام، الأخطاء الشائعة)
* Rome SDK (التثبيت، الاستخدام، الأخطاء الشائعة)

أنت تختبر على الشبكة التجريبية Testnet، تم تصميم هذا القسم لحل المشكلات بسرعة وإعادتك إلى البناء على Rome.

{% hint style="info" %}
ملاحظة

> قسم استكشاف الأخطاء هذا لا يزال قيد التطوير. في الوقت الحالي يغطي فقط أكثر المشكلات شيوعًا. سنستمر في توسيع هذه الأدلة وتحديث الوثائق بحالات استكشاف أخطاء إضافية بناءً على ملاحظات المستخدمين والاستخدام في العالم الحقيقي.
> {% endhint %}

\ <br>

\ <br>


---

# 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.rome.builders/ar/legacy/troubleshooting-guide.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.
