# Logging onto the Platform

## Through the Web Interface

1. Go to the [ADAPT TAP login](https://platform.dnanexus.com/panx/communities/adapt_tap) site
2. Type in your username or email address and press next
3. Type in your password and press Login OR if you have an SSO enabled, you should log in with the email address only

## Through the Command Line Interface (CLI) with no SSO

1. Download the dx-toolkit
2. Open the terminal
3. Type in the following command: dx login and press enter
4. Type in your username and press enter
5. Type in your password and press enter
6. Once logged in, select a project from the list (if applicable)

## Through the Command Line Interface (CLI) with SSO

1. Download the dx-toolkit
2. Open the terminal
3. In the UI, go to My Profile, select the API tokens Tab, and then press "New Token" and follow the prompts.
4. Type in the following command in the terminal: dx login --token TOKEN ID
