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

# AI Assistant

> Advanced AI capabilities powering Qwox

## Overview

Qwox is powered by advanced AI technology that goes beyond simple chat. It understands context, learns from your interactions, and helps you be more productive.

## Core Capabilities

<CardGroup cols={2}>
  <Card title="Natural Language Understanding" icon="brain">
    Qwox understands conversational language, context, and nuance.
  </Card>

  <Card title="Memory & Recall" icon="database">
    Perfect recall of everything you've saved, when you need it.
  </Card>

  <Card title="Smart Analysis" icon="magnifying-glass-chart">
    Extract insights, summarize content, and identify patterns.
  </Card>

  <Card title="Proactive Assistance" icon="lightbulb">
    Suggestions and reminders based on your context.
  </Card>
</CardGroup>

## How It Works

### 1. Understanding Your Input

When you send a message, Qwox:

1. **Parses** your natural language
2. **Identifies** your intent
3. **Extracts** relevant entities (names, dates, topics)
4. **Considers** your conversation context

### 2. Retrieving Context

Qwox searches your memory for:

* Related memories and notes
* Past conversations on similar topics
* Calendar events and reminders
* Your preferences and patterns

### 3. Generating Response

The AI:

* Synthesizes relevant information
* Formulates a helpful response
* Takes actions when requested
* Updates memory as needed

## AI Features

### Summarization

Get quick summaries of long content:

```text theme={null}
"Summarize my meeting notes from this week"
"Give me a brief overview of this document"
"What are the key points from yesterday's conversation?"
```

### Extraction

Pull specific information from content:

```text theme={null}
"Extract action items from these meeting notes"
"What dates are mentioned in this email?"
"List all the people mentioned in my notes"
```

### Analysis

Get insights and recommendations:

```text theme={null}
"Analyze my productivity this week"
"What patterns do you see in my schedule?"
"How much time am I spending on meetings?"
```

### Generation

Create content with AI assistance:

```text theme={null}
"Draft a thank you email"
"Help me write a project proposal outline"
"Create a packing list for a beach vacation"
```

## AI Tools

Qwox has 11 autonomous AI tools:

| Tool            | Purpose                     |
| --------------- | --------------------------- |
| Memory Save     | Store information for later |
| Memory Search   | Find saved information      |
| Note Create     | Generate structured notes   |
| Note Update     | Modify existing notes       |
| Calendar Add    | Create events               |
| Calendar Search | Find events                 |
| Web Search      | Find current information    |
| Document Read   | Analyze uploaded files      |
| Image Analyze   | Understand visual content   |
| Task Create     | Make todo items             |
| Remind          | Set reminders               |

## Pausable ReAct Pattern

<Info>
  Qwox uses a "pausable" AI pattern. You can interrupt, redirect, or cancel actions at any point.
</Info>

### How It Works

1. Qwox explains what it's about to do
2. You can approve, modify, or cancel
3. Action executes with your consent
4. Results are shown and confirmed

### Example

```text theme={null}
You: "Add all my upcoming meetings to a note"

Qwox: "I'll create a note with your upcoming meetings:
- Team standup (Mon, Wed, Fri 9am)
- Project review (Tuesday 2pm)
- 1:1 with Sarah (Thursday 3pm)

Should I create this note?"

You: "Yes, but also add the meeting links"

Qwox: "Done! I've created the note with meeting details and links."
```

## Learning & Personalization

### What Qwox Learns

* Your communication style
* Preferred formats and structures
* Common topics and interests
* Frequently asked questions
* Time patterns and habits

### What Qwox Doesn't Learn

* Sensitive personal data without consent
* Information you ask to forget
* Patterns you explicitly disable

## Limitations

<Warning>
  AI has limitations. Always verify important information.
</Warning>

| Limitation       | Description                                |
| ---------------- | ------------------------------------------ |
| Knowledge cutoff | May not know very recent events            |
| Factual accuracy | Can occasionally make mistakes             |
| Context window   | Long conversations may lose early context  |
| Real-time data   | Cannot access live data without web search |

## Best Practices

<AccordionGroup>
  <Accordion title="Be Clear" icon="bullseye">
    Clear instructions get better results. Specify what you want.
  </Accordion>

  <Accordion title="Provide Context" icon="layer-group">
    Give background information when relevant.
  </Accordion>

  <Accordion title="Iterate" icon="rotate">
    If the first response isn't perfect, refine your request.
  </Accordion>

  <Accordion title="Verify" icon="check-double">
    Double-check important information, especially dates and numbers.
  </Accordion>
</AccordionGroup>

## Related Features

<CardGroup cols={2}>
  <Card title="Multilingual" icon="language" href="/features/multilingual">
    Use AI in multiple languages
  </Card>

  <Card title="Privacy" icon="shield-check" href="/features/privacy">
    How AI protects your data
  </Card>
</CardGroup>
