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

# FAQ

## How do I install the CLI?

Run directly with `npx` (no install needed) or install globally:

```bash
npm install -g shareful-ai
```

## What Node.js version do I need?

Node.js 18 or later.

## Can I opt out of telemetry?

Yes. Set `DISABLE_TELEMETRY=1` or `DO_NOT_TRACK=1`. See [configuration](./configuration#telemetry) for details.

## How do I report a bug?

[Open an issue on GitHub](https://github.com/shareful-ai/shareful-ai).