> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/ar/qaadh-almarfh/124-rejecting-changes-how-to-revert-a-chunk-on-overleaf.md).

# رفض التغييرات: كيفية "التراجع عن جزء" في Overleaf

![التراجع عن جزء عبر وضع المقارنة في Overleaf - صورة GIF متحركة](/files/af6df04fe310b17c81f315962f53723b87eba5f3)

قد تكون تعرف بالفعل كيف أن [ميزة سجل الإصدارات](https://www.overleaf.com/blog/194-new-year-new-name-new-free-features#!compare) في Overleaf يمكن استخدامها لحفظ إصدارات مرحلية من مشروعك. ومن خلال إعطاء هذه المعالم تسمية محددة، يمكنك بسهولة استعادة نسخة محفوظة سابقًا باستخدام خيار 'الاستعادة' ضمن قائمة VERSIONS.

![استخدام قائمة الإصدارات في Overleaf](/files/ec8a6bc35e3d3f2065ff3c229816474f9ea21f0d)

قد تكون تعرف أيضًا أنه يمكنك تتبّع التغييرات بين الحالة الحالية لمشروعك ونسخة محفوظة سابقًا، وذلك باستخدام وظيفة 'المقارنة' إلى يمين النسخة المحفوظة.

ولكن هل كنت تعلم أنه يمكنك أيضًا التراجع عن *تغييرات محددة ('أجزاء')* إلى النسخة السابقة – ربما لرفض بعض التغييرات التي أجراها أحد المشاركين في التأليف، أو لعكس سطر برمجي خاطئ أُضيف مؤخرًا، مع قبول تعديلات أخرى؟ وهذا يتيح لك عمليًا التعامل مع تعديلات شريكك في التأليف على أنها اقتراحات، بحيث يمكنك استخدام 'وضع المقارنة' كـ'وضع اقتراح' لقبولها أو رفضها.

![التراجع عن جزء عبر وضع المقارنة في Overleaf](/files/2405ae6f61325feeed732e5a7dd993f9419e27a5)

عندما تكون في وضع المقارنة، سترى أجزاء التغييرات المقابلة في النسخة الحالية (على اليسار) والنسخة المحفوظة للمقارنة (على اليمين). يمكنك إما قبول كل جزء بتركه كما هو، أو رفضه بالنقر على سهم 'التراجع عن الجزء' بين النسختين الجديدة والقديمة (الموضح بالسهم الوردي الفاقع أعلاه). فقط تذكّر أن تنقر زر COMPARE مرة أخرى عندما تنتهي من مراجعة التغييرات للخروج من وضع المقارنة!


---

# 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://overleaf-pro.ayaka.space/latex/ar/qaadh-almarfh/124-rejecting-changes-how-to-revert-a-chunk-on-overleaf.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.
