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

# greet

> Reference for the `greet` command in Genie, the AI-powered CLI companion.

The `greet` command is a simple command that displays a welcome message when you start Genie. It is a friendly way to greet the user and set the tone for the interaction with Genie.

## Usage

```bash theme={null}
genie greet "Hello, Genie!"
```

Replace `"Hello, Genie!"` with your preferred greeting message. This message will be displayed when you start Genie. You can omit the greeting message to use the default message provided by Genie.

## Example

```bash theme={null}
genie greet "Hello Genie! I am excited to use your services."
```
