# Merge\_Request

#### Description

Write here a summary of the change(s) you're proposing and why this merge request would be a necessary or a nice addition to the project.

#### Changes Proposed

Describe, item by item, all changes you'd like to propose. Write them in a list, one proposition per line. For example:

* Adds `DoStuff()` method to service X.
* Changes `SomeMethod()` on service Y, so it can handle situation Z better.
* Added a try/catch *somewhere*, so an exception is not thrown on the console when *something* happens.
* Replaced `AMethod()` by `AnotherMethod()` in *some command* for performance reasons.

#### Details

Elaborate on the major and minor changes you've made to the source code. Try to explain why you've done something in a certain way.

#### Screenshots

If applicable, send us screenshots of the result of your changes.

#### Notes

Write here additional considerations that weren't covered on the previous topics.


---

# 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://ndocs.wizbot.cc/.gitlab/merge_request_templates/merge_request.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.
