# TTYD vs Cloud Workstation

## TTYD vs Cloud Workstation

| <p><br></p> | TTYD                                                                | Cloud Workstation                                                                                                               |
| ----------- | ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| Purpose     | To have terminal access in your web browser                         | sets up a virtual workstation that lets you access and work with data stored on the DNAnexus Platform                           |
| Time Limits | Have to manually terminate/ does not have an input for a time limit | Time limit is an input.                                                                                                         |
| Snapshots   | None                                                                | Can save snapshots                                                                                                              |
| SSH         | Does not need SSH Access                                            | Does need SSH access                                                                                                            |
| Common Uses | CLI operations and to launch https apps within the web browser      | Used for analysis of platform data and testing applets, since the environment is what is opened when launching an app or applet |

### Resources

[Full Documentation](https://documentation.dnanexus.com/)

To create a support ticket if there are technical issues:

1. Go to the Help header (same section where Projects and Tools are) inside the platform
2. Select “Contact Support”
3. Fill in the Subject and Message to submit a support ticket.


---

# 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://academy.dnanexus.com/interactivecloudcomputing/ttyd-vs-cloud-workstation.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.
