# New Feature: [Feature Title]

## Description
Provide a brief summary of the new feature added to an existing script. Highlight what enhancement it brings or the new functionality introduced.

## Related Issues
- Link any issues related to this feature (e.g., `Fixes #123`).

## Script Details
- **Script Name**: [Name of the existing script]
- **Purpose of Update**: Describe why this update was necessary.
- **New Behavior**: Explain the new functionality added.

## Changes Made
- List the key modifications or additions to the script.

## Features
<!-- List your features here and the benefits they bring. Include images/codes if appropriate -->

**This PR closes NONE**
<!-- List issues that this PR would close above. Ex: This PR closes #1, #2, #3. -->
<!-- If your pull request does not fix any issue, it's best to make an issue OR remove this section, depending on your changes. -->

## Checklist
<!-- Tick the checkboxes to ensure you've done everything correctly -->
- [ ] Feature has been tested locally with all relevant use cases.
- [ ] Documentation has been updated (if necessary).
- [ ] PR does not match another non-stale PR currently opened
- [ ] PR name matches the format *[ feature ]: <i>Feature Name</i> (<i>versions separated by comma</i>)*. More details [here](https://github.com/TheCodeRaccoons/WebTricks/wiki/Overview-on-Submitting-Features)
- [ ] PR's base is the `develop` branch.
- [ ] Your Feature matches the standards laid out [here](https://github.com/TheCodeRaccoons/WebTricks/wiki/Programming-Standards)
<!-- Refer to the [contributing](https://github.com/TheCodeRaccoons/WebTricks/wiki/Contributing) guidelines for more details. -->

## Additional Notes
Add any extra details or comments for reviewers.
