> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ss14.art/llms.txt
> Use this file to discover all available pages before exploring further.

# Commands

This is not the list of commands, that'd be this page's subpages.

## Notation

There's some notation within the command pages worth knowing.

### Section titles.

The following are the most common section titles and their purposes:

<table>
  <thead>
    <tr>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>Sources</td>
      <td>Commands that produce a list of some interesting value, that can then be filtered down and operated on.</td>
    </tr>

    <tr>
      <td>Filters</td>
      <td>Commands that filter down the input, i.e. removing unwanted values.</td>
    </tr>

    <tr>
      <td>Transformers</td>
      <td>Commands that transform the input to another type.</td>
    </tr>

    <tr>
      <td>Mutators</td>
      <td>Commands that mutate the input in some way.</td>
    </tr>
  </tbody>
</table>
