# Walkthroughs

These walkthroughs give you practical, goal‑oriented guidance for common DNAnexus workflows. Each guide lists the steps in the order to follow, explains why a step matters, and notes where you can adapt it to your data or project.

You can accomplish a workflow in other valid ways. Use these guides to learn the underlying concepts, not to memorize one rigid procedure. Experiment confidently: adjust parameters, try alternative tools, and compare results. Record what you change and validate outputs so you build a reliable process over time.

{% hint style="info" %}
Certain guides may require special licenses, applications, or permissions. [Contact DNAnexus Sales](mailto:sales@dnanexus.com) for more information.
{% endhint %}


---

# 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/developer/walkthroughs.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.
