# FAQs

- [EOL Documentation](https://documentation.dnanexus.com/faqs/eol-documentation.md): End-of-life (EOL) documentation for products and tools that are no longer supported will be linked from the menu on the left.
- [Python 3 Support and Python 2 End of Life (EOL)](https://documentation.dnanexus.com/faqs/eol-documentation/python-2-7-deprecation-and-migration-to-python-3.md)
- [Automating Analysis Workflow](https://documentation.dnanexus.com/faqs/automating-analysis-workflows.md)
- [Backups of Customer Data](https://documentation.dnanexus.com/faqs/backups-of-customer-data.md)
- [Developing Apps and Applets](https://documentation.dnanexus.com/faqs/developing-apps-and-applets.md)
- [Importing Data](https://documentation.dnanexus.com/faqs/importing-data.md)
- [Platform Uptime](https://documentation.dnanexus.com/faqs/platform-uptime.md)
- [Legal and Compliance](https://documentation.dnanexus.com/faqs/legal-and-compliance.md)
- [Sharing and Collaboration](https://documentation.dnanexus.com/faqs/sharing-and-collaboration.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/faqs.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.
