# Launch a Terminal Session

Terminal sessions provide text-based/command-line access and interaction with the operating system. In an environment such as JupyterHub, users have a limited ability to graphically interact with the underlying operating system. The terminal session gives users the ability to work directly with the filesystem via a Unix-like shell. This is a very useful tool, and one that has applications for anyone working in any field related to technology. Therefore, it is often useful and necessary to have interactions via a terminal session.

## Launch a terminal on JupyterHub

1. Select the local File Browser from left sidebar
2. Create a new launcher using the New Launcher button
3. Click the Terminal icon <img src="/files/p6xeJgTQr1YGez3WStWF" alt="" data-size="line"> under the **Other** section
4. A new “Terminal #” window will appear your browser with a prompt similar to `jovyan@jupyter-first-5flast:~$`

{% hint style="danger" %}
In some browsers, when lunching a terminal, no text appears. If that is the case, visit **Settings -> Terminal Theme -> Dark**
{% endhint %}


---

# 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://docs.ccv.brown.edu/archive/jupyterhub-phys70/getting-started-1/launch-a-terminal-session.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.
