# Overview

## Using the DNAnexus Platform

{% content-ref url="getting-started" %}
[getting-started](https://documentation.dnanexus.com/getting-started)
{% endcontent-ref %}

Get to know commonly used features in a series of short, task-oriented tutorials.

{% content-ref url="user" %}
[user](https://documentation.dnanexus.com/user)
{% endcontent-ref %}

Learn to access and use the Platform via both its command-line interface and its user interface.

{% content-ref url="developer" %}
[developer](https://documentation.dnanexus.com/developer)
{% endcontent-ref %}

Learn to manage data, users, and work on the Platform, via its API. Create and share reusable pipelines, applications for analyzing data, custom viewers, and workflows.

{% content-ref url="admin" %}
[admin](https://documentation.dnanexus.com/admin)
{% endcontent-ref %}

This section is targeted towards organizational leads who have the permission to enable others to use DNAnexus for scientific purposes. Operations include managing organization permissions, billing, and authentication to the platform.

{% content-ref url="downloads" %}
[downloads](https://documentation.dnanexus.com/downloads)
{% endcontent-ref %}

Download, install, and get started using the DNAnexus Platform SDK, the DNAnexus upload and download agents, and dxCompiler.

{% content-ref url="release-notes" %}
[release-notes](https://documentation.dnanexus.com/release-notes)
{% endcontent-ref %}

Get details on new features, changes, and bug fixes for each Platform and toolkit release.


---

# 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/readme.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.
