# Extra commands

* [`info`](/frontity-cli/extra-commands.md#info)
* [`subscribe`](/frontity-cli/extra-commands.md#info)

## Info

Gets environment information for debugging and issue reporting.

```
npx frontity info [options]
```

### Arguments

#### **`[options]`**

|  Option  | Description              |
| :------: | ------------------------ |
| `--help` | Output usage information |

### Examples

* Display information about my specific environment.

> When you ask in the [community forum](https://community.frontity.org/) about an issue you're having in development mode, it is very helpful to share this information so the community can check things like OS, Node version, etc.

```
> npx frontity info
...

## System:
 - OS: macOS Mojave 10.14.6
 - CPU: (4) x64 Intel(R) Core(TM) i7-7660U CPU @ 2.50GHz
 - Memory: 879.63 MB / 16.00 GB
 - Shell: 5.3 - /bin/zsh
## Binaries:
 - Node: 10.15.3 - /usr/local/bin/node
 - npm: 6.13.1 - /usr/local/bin/npm
## Browsers:
 - Chrome: 81.0.4044.138
 - Edge: Not Found
 - Firefox: 68.8.0
 - Safari: 13.1
## npmGlobalPackages:
 - frontity: Not Found
 - npx: Not Found


  System info copied in the clipboard!
  You can now paste it in the Frontity Community or GitHub issue.
```

## Subscribe

Subscribes to the Frontity newsletter.

```
npx frontity subscribe [options] [email]
```

### Arguments

#### **`[options]`**

|  Option  | Description              |
| :------: | ------------------------ |
| `--help` | Output usage information |

#### **`[email]`**

The Frontity newsletter will be sent to this *email* address.


---

# 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://api.frontity.org/frontity-cli/extra-commands.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.
