I have the following simple code
\documentclass[10pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\author{Hussein Eid}
\begin{document}
\section{Section A}
This is section one
\section{Section B}
This is section two
\begin{thebibliography}{3}
\bibitem{adnan}
A. Tercan and C.C. Yucel: \textit{Module Theory, Extending Module and
Generalization} (Birkhäuser Basel, Basel, 2016).
\end{thebibliography}
\end{document}
I need to add a bookmark for 'references' section in the .pdf file as shown in the picture below:

How can I achieve this ?! Thanks in advance.
hyperrefpackage. As for getting the references into the ToC and into the bookmarks, for your MWE see thetocbibindpackage. – daleif Mar 22 '23 at 14:25