# CS50 Sandbox

The CS50 Sandbox <https://sandbox.cs50.io> is a temporary programming environment for students and teachers.

## CS50 Sandbox

![](/files/-LajyPBq3ZfgV80lQftj)

### Github Login

You will need to Sign in to Github in order to access the CS50 Sandbox. &#x20;

![](/files/-L_WzHqR8jYzzCpMZOjn)

### Sandbox

Once you've signed in, you'll have access to a Code Editor and a Terminal.

![](/files/-L_WzmB_HO3iOqC8Nz8M)

### Create a New File

You can create a new File and then execute it via the Terminal.&#x20;

![](/files/-LajymwMFyODAC48udpU)

### Share

You can also share a copy of your sandbox by clicking on the Share link on the top right hand corner.

![](/files/-LajzFHsVcQK3N6ETw14)

## X Window

If you're using Turtle Graphics or PyGame, select the X Window option.

![](/files/-L__56dsgCwo2wOzUJ17)

![](/files/-L__5K0IgD89CMbiBQdG)


---

# 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://www.pythonclassroom.com/python-cloud-options/cs50-sandbox.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.
