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

# AI Mode

> Enable Lucie's conversational mode and talk to her directly in your server.

Lucie has a conversational <Tooltip tip="Conversational mode: Lucie answers in chat without needing commands.">AI mode</Tooltip> you can toggle on or off per server. With it on, you can ask her general questions — about the world or about Lucie herself — by talking to her directly in chat.

## !ai

Enables or disables AI mode on the server. The setting is saved and persists even if Lucie restarts.

**Usage:** `!ai [on|off]`

**Aliases:** `modoia`, `ia`

**Permissions:** Manage Server

* `!ai on` (also `activar`, `encender`) — enables AI mode.
* `!ai off` (also `desactivar`, `apagar`) — disables it.
* `!ai` with no argument — toggles the current state (turns it on if it was off, and vice versa).

**Examples**

```text theme={"dark"}
!ai
!ai on
!ai off
```

<Note>
  If you don't have the **Manage Server** permission, Lucie simply ignores the command. It also only works inside a server, not in direct messages.
</Note>

## How to talk to her

With AI mode enabled, there are two ways to invoke her in any channel Lucie can read:

<Columns cols={2}>
  <Card title="By mentioning her" icon="at-sign">
    Mention **@Lucie** in your message and type your question.
  </Card>

  <Card title="With &#x22;lucie ...&#x22;" icon="message-circle">
    Start your message with `lucie` followed by whatever you want to ask her.
  </Card>
</Columns>

```text theme={"dark"}
lucie ¿cuál es la montaña más alta del mundo?
@Lucie ¿qué comandos tienes para moderar?
```

<Tip>
  If Lucie stops responding to mentions or to `lucie ...`, check with `!ai` that AI mode is still enabled on the server.
</Tip>
