> For the complete documentation index, see [llms.txt](https://api.frontity.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.frontity.org/frontity-cli/extra-commands.md).

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