> ## Documentation Index
> Fetch the complete documentation index at: https://veronicadocs.xo.je/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Assistant

> Experience the power of Google Gemini AI directly within your Discord server.

# AI Assistant

Veronica integration with **Google Gemini** brings a world-class AI assistant to your fingertips. Whether you need to settle a debate, summarize long text, or get help with complex code, the AI module is ready to assist.

## Core Capabilities

The AI assistant is divided into specialized subcommands, each optimized for different tasks.

<CardGroup cols={2}>
  <Card title="Interactive Chat" icon="comments">
    Have a natural, back-and-forth conversation with Veronica.
  </Card>

  <Card title="Quick Answers" icon="bolt">
    Get instant, accurate answers to any question.
  </Card>

  <Card title="Text Summarization" icon="list-check">
    Condense long articles or messages into key bullet points.
  </Card>

  <Card title="Coding Help" icon="code">
    Generate code snippets and get expert engineering advice.
  </Card>
</CardGroup>

## Using the AI

Simply use the `/ai` command followed by the appropriate subcommand and your request.

### Example Commands

```bash theme={null}
/ai chat message:How do I improve my server's engagement?
/ai ask question:What is the distance between the Earth and the Moon?
/ai summarize text:[Long piece of text...]
/ai code prompt:How do I create a Discord bot in TypeScript?
```

## Premium Features

For **Premium Servers**, the AI transcends standard commands:

* **Smart Command Parsing:** Instead of formal commands, you can simply type natural sentences like:
  > "Vero, mute @User for 10 minutes because of spamming."
* **Increased Limits:** Higher character limits for summarization and more complex coding assistance.
* **Priority Processing:** Faster response times during peak usage hours.

## Safety & Ethics

<AccordionGroup>
  <Accordion title="Content Filtering">
    Veronica automatically filters inappropriate or harmful AI responses to ensure your server remains safe and compliant with Discord's ToS.
  </Accordion>

  <Accordion title="Powered by Gemini">
    All AI features leverage Google's latest Gemini models, ensuring high-quality and up-to-date information.
  </Accordion>

  <Accordion title="Concise Responses">
    Responses are designed to be concise and Discord-friendly, avoiding overwhelming text walls.
  </Accordion>
</AccordionGroup>

<Note>
  The AI Assistant requires a valid API key configured by the bot owner. If the AI commands aren't responding, please contact the bot support team.
</Note>

<Tip>
  Use the `/ai code` command for quick debugging or to learn new programming concepts right in your developer channels!
</Tip>
