# Quests Tarkov has a lot of quests, around 200 with 10 people that give you qeusts, 2 of which only in raid The Tarkov wiki has an explanation of all of the, so we will not go Into detail about them here, but we will make a quest tree explaining what comes after what <p align="center"> <img src="/Eft/Quests/image-1772610077103.png"> </p> <h2 align="center">Prapor</h2> <div align="center"> <a href="/Eft/Quests/Debut" style=" width: 250px; height: 50px; color: #ffffff; background: #24620d; border: 5px solid #488f2e; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: bold; "> Debut </a> </div> ```mermaid --- config: theme: 'base' themeVariables: primaryColor: '#24620d' primaryTextColor: '#fff' primaryBorderColor: '#488f2e' lineColor: '#488f2e' --- flowchart TD Debut[Debut] ShootingCans[Shooting cans <a href='https://escapefromtarkov.fandom.com/wiki/Shooting_Cans' target='_blank'> </a>] C[Idk the fucking next one] D[Rest to be added...] ShootingCans-->Debut Debut-->C C-->D Debut-->D click ShootingCans "https://escapefromtarkov.fandom.com/wiki/Shooting_Cans" "The Wiki page for Shooting Cans" ```
