diff --git a/instructions.txt b/instructions.txt
new file mode 100644
index 0000000000000000000000000000000000000000..013bb7f0bd2ac68363e464e7a16b7d0deba85e2c
--- /dev/null
+++ b/instructions.txt
@@ -0,0 +1,31 @@
+[[COMP2215 2223 Collaborative Coursework Tasks|Back to task list]]
+
+== Difficulty ==
+Medium
+
+== Description ==
+The aim of this challenge is to display a Time-based One-time Password (TOTP) used as a 2FA Device
+
+The code is located on the soton Gitlab page : https://git.soton.ac.uk/ed8g20/totp2fa
+
+
+==Setup==
+Download the correct MicroPython UF2 file for the Raspberry Pi Pico + display.
+
+https://github.com/pimoroni/pimoroni-pico/releases
+
+then use thonny or other compatibale ide to copy the completed .py files and the .json file to the micorpyhton device
+
+==Required Hardware==
+*Raspberry Pi Pico
+*Pico Display
+==Extensions==
+Acts as USB keyboard and simulate typing the one time passcode
+
+==Resources==
+https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/modules/picographics
+==Answer==
+Located in Answer branch of git
+==Key Words==
+MicroPython, Pico, Time, sha1.
+