# Quickstart

## Connect to OSCAR

{% hint style="info" %}
This guide assumes you have an Oscar account. To request an account see [create an account](https://brown.co1.qualtrics.com/jfe/form/SV_0GtBE8kWJpmeG4B).
{% endhint %}

The simplest way to connect to Oscar is via Open OnDemand (OOD). To connect to OOD, go to <https://ood.ccv.brown.edu>[ ](https://ood.ccv.brown.edu)and log in using your Brown credentials. For more details, see the [Open OnDemand documentation](https://docs.ccv.brown.edu/oscar/connecting-to-oscar/open-ondemand).

Alternatively, you can connect to OSCAR via SSH (Terminal):

```bash
ssh <username>@ssh.ccv.brown.edu
```

{% hint style="info" %}
Windows users need an SSH client like [PuTTY](https://www.putty.org) installed. SSH is available by default on Linux and macOS. For more details, see the [SSH connection guide](https://docs.ccv.brown.edu/oscar/connecting-to-oscar/ssh).
{% endhint %}

## Submit a Job

You can submit a job using `sbatch`:

```bash
sbatch batch_scripts/hello.sh
```

You can confirm that your job ran successfully by running:

```bash
cat hello-*.out
```

For more detailed information on submitting jobs, see the [Submitting Jobs guide](https://docs.ccv.brown.edu/oscar/submitting-jobs).

## Transfer Files

To get specific files on to / off of Oscar, read through the [Transferring Files to and from Oscar guide](https://docs.ccv.brown.edu/oscar/managing-files/filetransfer).

## Get Help

If you encounter problems while using Oscar, check out the [Getting Help guide](https://docs.ccv.brown.edu/oscar/broken-reference), or read through the Overview page.
