# Terminals

ElixirNote terminals provide full support for system shells (bash, tcsh, zsh, etc.) on Mac/Linux and Powershell on Windows. You can run anything in your system shell with a terminal, including programs such as vim or emacs. The terminals run on the system where the Elixir Server is running, with the privileges of your user. Thus, if ElixirNote is installed on your local machine, hte ElixirNote terminals will run there.

![](https://1227622466-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAAHwGJ9b98DtetNs3LBY%2Fuploads%2FQDj7HL7tTvf2Xartm2QM%2FScreen%20Shot%202022-07-24%20at%2014.15.49.png?alt=media\&token=8e60b879-22e4-47bf-9616-a389bbc907ab)

For macOS users, `Cmd+C` and `Cmd+V` work as usual.

For Windows users, can use `PowerShell`, `Ctrl+Insert` and `Shift+Insert` work as usual.

{% hint style="info" %}
Tips:

The GuinsooLab Console also provides a terminal app, you can get more clicks [here](https://github.com/GuinsooLab/console).
{% 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://ciusji.gitbook.io/elixirnote/guides/terminals.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.
