> ## 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.

# Getting Started

> Your first steps with Qwox

## Welcome to Qwox

This guide will walk you through everything you need to know to start using Qwox effectively.

## Understanding the Interface

When you open Qwox, you'll see the main chat interface. This is your primary way of interacting with your AI assistant.

### Main Components

<CardGroup cols={2}>
  <Card title="Chat Area" icon="message">
    The center of the screen where conversations happen. Type your messages here and see Qwox's responses.
  </Card>

  <Card title="Navigation" icon="bars">
    Access different sections like Notes, Calendar, and Settings from the navigation menu.
  </Card>

  <Card title="Quick Actions" icon="bolt">
    Common actions like creating a new note or starting a fresh conversation.
  </Card>

  <Card title="Search" icon="magnifying-glass">
    Find anything in your memory instantly with the search bar.
  </Card>
</CardGroup>

## Your First Conversation

<Steps>
  <Step title="Say Hello">
    Start by greeting Qwox. Try: "Hello, I'm new here!"
  </Step>

  <Step title="Ask for Help">
    Ask what Qwox can do: "What can you help me with?"
  </Step>

  <Step title="Save Something">
    Store your first piece of information: "Remember that I prefer tea over coffee"
  </Step>

  <Step title="Retrieve It">
    Test the memory: "What do I prefer, tea or coffee?"
  </Step>
</Steps>

## Basic Commands

While Qwox understands natural language, here are some helpful ways to interact:

| Action             | Example                                |
| ------------------ | -------------------------------------- |
| Save information   | "Remember that..." or "Note: ..."      |
| Search memory      | "What do I know about..." or "Find..." |
| Create note        | "Create a note about..."               |
| Add calendar event | "Add to my calendar..."                |
| Get help           | "How do I..." or "Help me with..."     |

## Tips for Better Results

<AccordionGroup>
  <Accordion title="Be Specific" icon="crosshairs">
    The more specific you are, the better Qwox can help. Instead of "remember this", say "remember that my gym membership expires on March 15th".
  </Accordion>

  <Accordion title="Add Context" icon="tags">
    Include relevant details. Instead of "meeting notes", say "notes from the marketing team meeting on Monday".
  </Accordion>

  <Accordion title="Use Natural Language" icon="comments">
    No need for special syntax. Talk to Qwox like you would talk to a helpful assistant.
  </Accordion>
</AccordionGroup>

## What's Next?

<CardGroup cols={2}>
  <Card title="Learn AI Chat" icon="message-bot" href="/guides/ai-chat">
    Master the art of conversing with your AI assistant.
  </Card>

  <Card title="Create Notes" icon="note-sticky" href="/guides/notes">
    Learn how to capture and organize information.
  </Card>
</CardGroup>
