# Getting Started

{% hint style="info" %}
You must set up billing for your account before you can perform an analysis, or upload or egress data. [Follow these instructions to set up billing.](https://documentation.dnanexus.com/admin/billing-and-account-management)
{% endhint %}

## Uploading and Sharing Data

{% embed url="<https://youtu.be/J_GIgCMaoEc>" %}

## Running a Single App

{% embed url="<https://youtu.be/cvpt2vqfZwI>" %}

## Creating and Running a Workflow

{% embed url="<https://youtu.be/A6P6NBLKgx4>" %}

## Monitoring Jobs and Viewing Results

{% embed url="<https://youtu.be/LqgZ_peewrg>" %}

## Visualizing Data

{% embed url="<https://www.youtube.com/watch?ab_channel=DNAnexus&v=TBAqUQziw8Q>" %}

## Learn More

See these Key Concepts pages for more in-depth treatments of topics that are introduced here:

* [Projects](https://documentation.dnanexus.com/getting-started/key-concepts/projects)
* [Organizations](https://documentation.dnanexus.com/getting-started/key-concepts/organizations)
* [Apps and Workflows](https://documentation.dnanexus.com/getting-started/key-concepts/apps-and-workflows)

For a step-by-step written tutorial on using the Platform via its UI, see [User Interface Quickstart](https://documentation.dnanexus.com/getting-started/ui-quickstart).

For a step-by-step written tutorial on using the Platform via its CLI, see [Command Line Quickstart](https://documentation.dnanexus.com/getting-started/cli-quickstart).

For a more in-depth video intro to the Platform, watch the [DNAnexus Platform Essentials video](https://documentation.dnanexus.com/getting-started/onboarding-tutorial).

### Additional Tutorials

As a developer, you may be interested in the following:

* [dxCompiler](https://documentation.dnanexus.com/developer/building-and-executing-portable-containers-for-bioinformatics-software/dxcompiler)
* [JupyterLab](https://documentation.dnanexus.com/user/jupyter-notebooks/quickstart)
* [Spark on JupyterLab](https://documentation.dnanexus.com/user/jupyter-notebooks/dxjupyterlab-spark-cluster)

As a bioinformatician, see the [SAIGE GWAS](https://documentation.dnanexus.com/science/scientific-guides/saige-gwas-walkthrough) walkthrough and other content in the [Science Corner](https://documentation.dnanexus.com/science).


---

# 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://documentation.dnanexus.com/getting-started.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.
