Simplest way to add a bibliography using a .bib file [duplicate]

I have written a little essay and tried to add a bibliography. I get all kinds of errors and searched the last 5 hours for solutions, only to find out how little I know about latex. I am using Miktex and Texmaker. I made a simple version of my .tex file to post here:

\documentclass[] \usepackage[autostyle] \usepackage[ngerman] \usepackage[utf8] \usepackage[T1] \usepackage \addbibresource \begin \section Lorem ipsum \cite \printbibliography \end
@article, title = , year = "2008" > @book, author = , isbn = , series = , year = , publisher = , keywords = > @article, journal = , number = , pages = , title = >, volume = , year = > 

I've setup Texmaker to do 'pdflatex > show pdf'. But then the bibliography is not printed. I researched this and people say that you need to 'latex > biblatex > latex 2x > show pdf', but I don't have that. I have similar options, but the I get the error:

This is BibTeX, Version 0.99d (MiKTeX 20.6.29) The top-level auxiliary file: prototype.aux I found no \citation commands---while reading file prototype.aux I found no \bibdata command---while reading file prototype.aux I found no \bibstyle command---while reading file prototype.aux (There were 3 error messages)

enter image description here

Texmaker doesn't seem to give me an option to do it the correct way (and this gets way to complicated for me). Here is a screenshot of my configuration options (sorry it's in German): My problem seems to be so simple, but I feel like a need to do a full latex tutorial to get any idea what I m doing. I feel like there might be some conflicting packages. Can anyone please explain whats going on here?