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

# Quick Start

> Get started with Cattus in minutes

export const DISCORD_URL = "https://discord.com/invite/DvuM77aVnm";

export const SIGNUP_URL = "https://platform.cattus.ai/";

export const PRICING_URL = "https://cattus.ai/";

export const APP_URL = "https://platform.cattus.ai/";

## Welcome to Cattus

This guide will help you start using Cattus and explore its core features.

<Note>
  **New to Cattus?** <a href={SIGNUP_URL}>Sign up for free</a> to get started. No credit card required.
</Note>

## Basic Usage

### Starting a Conversation

<video autoPlay muted loop playsInline className="w-full aspect-video rounded-xl" src="https://mintcdn.com/cattus/H2DZJY17t8R7KT14/videos/Getting%20started.mp4?fit=max&auto=format&n=H2DZJY17t8R7KT14&q=85&s=27a18b5c0f8207dfa94d94e088a55938" alt="Getting started with Cattus - demonstration of starting a conversation" data-path="videos/Getting started.mp4" />

<Steps>
  <Step title="Select Your Model">
    Choose from available AI models using the model selector dropdown. You can switch models at any time during your conversation.
  </Step>

  <Step title="Type your message">
    Type your message in the chat input and press Enter.
  </Step>

  <Step title="Congratulations!">
    You have successfully started a conversation with Cattus.
  </Step>
</Steps>

## Next Steps

Now that you're familiar with the basics, explore the key features:

<CardGroup cols={2}>
  <Card title="Multi-Model Selection" icon="brain" href="en/features/models">
    Learn how to work with multiple AI models.
  </Card>

  <Card title="Image Generation" icon="image" href="en/features/image-generation">
    Discover how to generate AI images.
  </Card>

  <Card title="File Upload" icon="file-arrow-up" href="en/features/file-upload">
    Upload and chat with your documents.
  </Card>

  <Card title="Vocal Chat" icon="microphone" href="en/features/vocal-chat">
    Chat with AI using your voice for hands-free interaction.
  </Card>

  <Card title="Web Search" icon="globe" href="en/features/web-search">
    Get real-time information with native internet access.
  </Card>
</CardGroup>

<CardGroup cols={1}>
  <Card title="Start Chatting Now" icon="comments" href={APP_URL}>
    Ready to go? Launch Cattus and start your first conversation.
  </Card>
</CardGroup>

## Getting Help

If you need assistance:

* Check our feature documentation for detailed guides
* Join our <a href={DISCORD_URL}>Discord community</a> for support and discussions
