# Onboarding

### Welcome to CyberSleuth!

Before we begin learning how to do things from cracking a password-protected zip file, scraping web pages, encoding and encrypting information, hiding secrets in images, and finding bugs in a vulnerable website, **we need to create some accounts and learn about the importance behind the fun in cybersecurity.**

## How to report back from your missions:

Click on the link [here](https://forms.gle/CAzuUt8JHUp1c5eZ7) to go to the Google Form that will help you keep track of the codes you will collect over the course of the week! If you have one, sign in to your Google account to save progress across any device.

## Creating Accounts

### repl.it

We will be using repl.it to code in your web browser and access the "cases" you will solve during this week.

{% embed url="<https://replit.com/signup?from=landing>" %}
Click here to sign up!
{% endembed %}

### CyberStart Game

With the time leftover from solving our cases, you'll have the opportunity to **play CyberStart Game,** which is a training program provided by SANS (a real-life cybersecurity company!) to ***practice your skills in a "video game" way.***

{% embed url="<https://play.cyberstart.com/>" %}
Click here to start playing!
{% endembed %}

## What does it mean to be a hacker?

Access the Google Jamboard below and put **words, images, or drawings** that you think to represent the characteristics of a hacker. We'll discuss how accurate they are.

{% embed url="<https://jamboard.google.com/d/1ENvy2_63jAQOqfZDJjKYJChX1_dESQieQBR05ynG8nI/edit?usp=sharing>" %}

## What does hacking look like?

{% embed url="<https://youtu.be/lsCrY2vWSr8?t=1077>" %}

Let's watch a scene from **Captain America: The Winter Soldier** with a real hacker explaining what's wrong and right about how the "hacking" is portrayed!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cybersleuth.gitbook.io/cybersleuth/onboarding.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
