> For the complete documentation index, see [llms.txt](https://digitalsleuth.gitbook.io/win-for-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/terminals.md).

# Terminals

### Cygwin

Website: <https://cygwin.com\\>
Description: Linux Terminal Emulator for Windows\
Author: <https://cygwin.com/faq.html#faq.what.who\\>
License: GNU General Public License (GPL) (<https://cygwin.com/licensing.html)\\>
Version: 3.4.7\
Notes: Retcode is set to '2' for success because the Cygwin installer (even though on Windows) attempts to search for /etc/setup/setup.rc or /etc/setup/installed.db and fails with retcode 2. This causes Saltstack to read an ERROR and result: False, even though the pkg state returns 'install success'.

### MobaXterm

Website: <https://mobaxterm.mobatek.net\\>
Description: Enhanced Terminal for Windows\
Author: Mobatek (<https://www.mobatek.net/aboutus.html)\\>
License: <https://mobaxterm.mobatek.net/license.html\\>
Version: 23.3\
Notes: Home Edition

### Windows Terminal

Website: <https://github.com/microsoft/terminal\\>
Description: Terminal Emulator\
Author: Microsoft\
License: MIT License (<https://github.com/microsoft/terminal/blob/main/LICENSE)\\>
Version: 1.18.2681.0\
Notes: Version depends on Windows OS version

### WSL Setup

Website: <https://microsoft.com\\>
Description: Windows Subsystem for Linux setup\
Author: Microsoft\
License: EULA\
Version: 1.2.5.0\
Notes:


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/terminals.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
