# Platform Uptime

The default uptime for the DNAnexus Platform is 99%. You can view the Platform availability at the [DNAnexus Status Page](https://status.dnanexus.com/).

DNAnexus defines the system to be down when the following are true:

1. Users cannot log in (and this is not due to a problem with a user's [Single Sign-On infrastructure](/admin/single-sign-on.md)).
2. Users cannot run jobs.
3. Users cannot access the API server.
4. Users cannot download/upload data.

If you experience any of these problems, [report them to DNAnexus Support](mailto:support@dnanexus.com). If the downtime is due to circumstances beyond DNAnexus' control, such as an outage of an underlying cloud service provider, DNAnexus keeps you informed but carries no liability.


---

# 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/platform-uptime.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.
