# Utilities

**Utilities** section in ReleaseOwl comprises the following two tools:

1. **gCTS Merge Configurations**:\
   This utility allows you to manage and configure merge strategies for Git-enabled Change and Transport System (gCTS) repositories. It helps in resolving merge conflicts and synchronizing branches across different environments in the transport landscape.
2. **ABAP Compare**:\
   This tool is used to perform a side-by-side comparison of ABAP objects across different SAP systems. It enables developers to identify any missing or inconsistent components between source and target systems, ensuring consistency of objects across the project landscape.


---

# 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://releaseowl.gitbook.io/releaseowl-docs/releaseowl-user-guide/utilities.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.
