# The Terminal

The terminal is extremely useful. With it, you can find materials and stuff you may need.

There are three main commands:

List:

When you enter list, it will bring up all of the items in the expedition. Not that useful, right? Well, it can be pretty useful. You can list zones and items.

![](/files/-M5iubNmeEg2HQCg8s2b)

Now, there are two variables in it. The object, and then the zone. For instance, you can do:\
list \
list key\
list key zone\_113

Examples of the "list" command:\
list medipack\
list ammopack\
list tool\_refill\
list disinfect\_pack\
list box\
list terminal\
list locker\
list door\
list sec\_door

if you want to find resources in a zone, like in the example above, you could do:

list resources zone\_113.

Query:

Query is good for finding items.

![](/files/-M5iwBJElOGO2QS-Bero)

If you need to find an item, you can query it regardless of zone. It will tell you the zone it is. This is most commonly used for things like keys or objectives.&#x20;

Examples of the "query" command:\
Query Ammopack\_381\
Query Cargo\_701\
Query Key\_Black\_788\
Query NCR\_A02\
Query Terminal\_876\
Query Locker\_305

Ping:

Pinging is like the brother everyone likes more than Query.

![](/files/-M5ix56emjUs_5Coauz5)

If you need to find an item in the zone you're in, you can ping it. It will tell you the area it is in, and also ping the item.&#x20;

Examples of the "Ping" command:\
Ping Ammopack\_381\
Ping Cargo\_701\
Ping Key\_Black\_788\
Ping Terminal\_876\
Ping NCR\_A02\
Ping Locker\_305

Instead of looking for an item, you could just ping it and know exactly where it is.&#x20;

There are other commands, like CLS and Logs. CLS clears the terminal, and Logs will show the lore logs on the terminal.

On some missions, though, you will have to use a terminal for a certain part of a mission. If you're unsure of what to do, you can always enter "help" and "commands".

If you press on the up or down on the arrow keys, you can go to your recent command. For instance:\
If I enter "lsit key", I can press up and then edit to "list key".<br>


---

# 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://thewarden.gitbook.io/gtfo-beginners-guide/the-terminal.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.
