# Running Apps and Workflows

- [Running Apps and Applets](https://documentation.dnanexus.com/user/running-apps-and-workflows/running-apps-and-applets.md)
- [Running Workflows](https://documentation.dnanexus.com/user/running-apps-and-workflows/running-workflows.md)
- [Running Nextflow Pipelines](https://documentation.dnanexus.com/user/running-apps-and-workflows/running-nextflow-pipelines.md): This tutorial shows how to use Nextflow pipelines on the DNAnexus Platform by importing a Nextflow pipeline from a remote repository or building from local disk space.
- [Running Batch Jobs](https://documentation.dnanexus.com/user/running-apps-and-workflows/running-batch-jobs.md)
- [Monitoring Executions](https://documentation.dnanexus.com/user/running-apps-and-workflows/monitoring-executions.md): Learn how to get information on current and past executions via both the UI and the CLI.
- [Job Notifications](https://documentation.dnanexus.com/user/running-apps-and-workflows/job-notifications.md): Learn how to set job notification thresholds on the DNAnexus Platform.
- [Job Lifecycle](https://documentation.dnanexus.com/user/running-apps-and-workflows/job-lifecycle.md): Learn about the states through which a job or analysis may go, during its lifecycle.
- [Executions and Time Limits](https://documentation.dnanexus.com/user/running-apps-and-workflows/job-time-limits.md): Learn about different types of time limits on executions, and how they can affect your executions on the DNAnexus Platform.
- [Executions and Cost and Spending Limits](https://documentation.dnanexus.com/user/running-apps-and-workflows/jobs-and-cost-and-spending-limits.md): Learn about limits on the costs executions can incur, and how these limits can affect executions on the DNAnexus Platform.
- [Smart Reuse (Job Reuse)](https://documentation.dnanexus.com/user/running-apps-and-workflows/job-reuse.md): Speed workflow development and reduce testing costs by reusing computational outputs.
- [Apps and Workflows Glossary](https://documentation.dnanexus.com/user/running-apps-and-workflows/apps-and-workflows-glossary.md): Learn key terms used to describe apps and workflows.
- [Tools List](https://documentation.dnanexus.com/user/running-apps-and-workflows/tools-list.md)


---

# 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/user/running-apps-and-workflows.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.
