# Resources To Learn Nextflow

Nextflow has resources depending on where your skill level is with using their workflow language.

The general page for these resources can be found at [Nextflow Training](https://training.nextflow.io/) and [Nextflow Learning Options](https://www.nextflow.io/blog/2023/learn-nextflow-in-2023.html#meet-the-tutorials)

Nexflow also has a general [Documentation Page](https://nextflow.io/docs/latest/) and [Nextflow Maintained Blog](https://www.nextflow.io/blog.html)

## New to Nextflow Users

* [Nextflow Training](https://training.nextflow.io/2.8.1/)
* [Nextflow Foundational Training Videos](https://www.youtube.com/watch?v=ERbTqLtAkps)

## Advanced Nextflow Users

* [Nextflow Training](https://training.nextflow.io/2.8.1/)
* [Nextflow's Amazon S3 Storage Documentation](https://nextflow.io/docs/latest/amazons3.html)
* [Nextflow's Amazon Cloud Documentation](https://www.nextflow.io/docs/latest/aws.html)

## Nf-Core

* [Nf Core Documentation](https://nf-co.re/docs)
* [Pipelines](https://nf-co.re/pipelines)
* [Homepage](https://nf-co.re/)

## Resources

[Full Documentation](https://documentation.dnanexus.com/)

To create a support ticket if there are technical issues:

1. Go to the Help header (same section where Projects and Tools are) inside the platform
2. Select "Contact Support"
3. Fill in the Subject and Message to submit a support ticket.

*Some of the links on these pages will take the user to pages that are maintained by third parties. The accuracy and IP rights of the information on these third party is the responsibility of these third parties.*


---

# 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://academy.dnanexus.com/buildingworkflows/nf/resourcestolearnnextflow.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.
