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

# Chat

> The default surface in PANTA OS for prompts, file uploads, and voice input.

## What It Is

Chat is the main conversational surface in PANTA OS. It supports text prompts, file uploads, and voice input as speech to text. A chat can run on the default model (Auto Mode), on a specific model from the dropdown, or on an assistant your team has built.

The chat opens from three places: New Chat in the sidebar, the central chat input on the Dashboard, and by clicking an assistant or app card on the Dashboard grid.

<Frame>
  <img src="https://mintcdn.com/panta/4ox3cqtlMM2ZIP7i/images/Images-Documentations-1.png?fit=max&auto=format&n=4ox3cqtlMM2ZIP7i&q=85&s=72e325f769d36fa540912bfcb3974dfb" alt="Images Documentations 1" width="1920" height="1080" data-path="images/Images-Documentations-1.png" />
</Frame>

## Why It Matters

Most users start in chat. It is the fastest path to:

<CardGroup cols={2}>
  <Card title="Ask and get answers" icon="message-square">
    Type a prompt, get a response. No setup, no configuration, no preparation.
  </Card>

  <Card title="Work with files" icon="paperclip">
    Drop files into the chat and ask the model to read, summarize, extract, or transform them. Exports are available in Text (.txt), Markdown (.md), Word Document (.docx), CSV (.csv), and PDF (.pdf) formats.
  </Card>

  <Card title="Use voice for input" icon="mic">
    Click the microphone icon to dictate the prompt. PANTA OS converts speech to text in the input field.
  </Card>

  <Card title="Pick the model" icon="brain">
    Auto Mode is the default. Switch to a specific model in the dropdown at the top of the chat when output style or determinism matters.
  </Card>
</CardGroup>

## How To Use It

<Steps>
  <Step title="Open a chat" icon="plus">
    Click New Chat in the sidebar, or type into the central chat input on the Dashboard. To use an assistant, click its card on the Dashboard grid.
  </Step>

  <Step title="Pick the model (optional)" icon="brain">
    The model selector at the top of the chat header lists Auto (AI Chooses Best) plus the available models. Auto is the default. See [Auto Mode](/platform/featured/auto-mode) for details.
  </Step>

  <Step title="Type or speak the prompt" icon="keyboard">
    Type into the input, or click the microphone icon to dictate. The dictated text appears in the input field; review it before sending.
  </Step>

  <Step title="Attach files if needed" icon="paperclip">
    Click the paperclip icon to attach files to the message. The model uses the attached content as context for the response.
  </Step>

  <Step title="Send and read the response" icon="send">
    Click the send icon to submit. The response appears below your message.
  </Step>

  <Step title="React to the response" icon="thumbs-up">
    Three small icons appear under each response: copy to clipboard, thumbs up, thumbs down. Use the thumbs to give feedback that improves the platform over time.
  </Step>

  <Step title="Continue the conversation" icon="message-circle">
    Send follow up turns to refine, expand, or change the format. Each response uses the full conversation as context.
  </Step>
</Steps>

## Free Chat and Assistant Chat

<CardGroup cols={2}>
  <Card title="Free chat" icon="message-square">
    No assistant attached. The selected model answers from general knowledge, with web search running automatically when the request needs fresh information.
  </Card>

  <Card title="Assistant chat" icon="bot">
    A chat opened against a specialized assistant. The assistant brings its own system prompt, optional knowledge base, and quick start actions. The model selector at the top still controls which model answers.
  </Card>
</CardGroup>

## Key Settings or Options

<CardGroup cols={2}>
  <Card title="Model selector" icon="list">
    Top of the chat header. Auto Mode plus the available models (GPT and Claude families). Switchable per chat.
  </Card>

  <Card title="Prompt input" icon="keyboard">
    Plain text input at the bottom of the chat. Sends on click of the send icon.
  </Card>

  <Card title="Paperclip icon" icon="paperclip">
    Attaches files to the message. The model reads the attached content as context.
  </Card>

  <Card title="Microphone icon" icon="mic">
    Records speech and converts it to text in the input field. Speech to text only; PANTA OS does not speak responses out loud.
  </Card>

  <Card title="Feedback icons" icon="thumbs-up">
    Copy, thumbs up, and thumbs down appear under each response. Thumbs feedback helps improve the platform.
  </Card>

  <Card title="Strict Mode reminder" icon="shield">
    A small tooltip near the input reminds you whether Strict Mode is active. Toggle the mode under Settings, Integrations tab, Security & Control section.
  </Card>

  <Card title="History" icon="clock">
    Past chats are saved automatically and accessible from the History entry in the sidebar.
  </Card>
</CardGroup>

## Tips and Best Practices

* Be specific about what you want. Describe role, task, audience, and format in the prompt; vague prompts produce vague answers.
* Attach the source material instead of describing it. The model performs better on real input than on summaries.
* Use follow up turns to refine. Iteration usually beats one shot perfection, especially on longer outputs.
* Leave Auto Mode on for everyday work. Switch to a specific model only when output style or determinism matters.
* Keep Strict Mode on when an assistant has permission to take actions through a connected integration. It catches mistakes before they leave your account.

<Tip>
  PANTA OS shows a small disclaimer below the chat input: "PANTA OS can make mistakes. Please verify important information." Treat every response as a first draft worth verifying.
</Tip>

## Help Center

<AccordionGroup>
  <Accordion title="How do I switch models in a chat" icon="brain">
    Open the model selector at the top of the chat header and pick a specific model. The selection applies to the current conversation. Set it back to Auto to let PANTA OS pick again.
  </Accordion>

  <Accordion title="Can I dictate prompts by voice" icon="mic">
    Yes. Click the microphone icon in the chat input; PANTA OS converts your speech to text in the input field. Review it before sending. PANTA OS does not read responses out loud.
  </Accordion>

  <Accordion title="What kinds of files can I attach" icon="paperclip">
    Attach files through the paperclip icon in the chat input. Accepeted file types include: PDF, DOCX, MD, TXT, XLSX, CSV, max 20 MB total. Exports are available in Text (.txt), Markdown (.md), Word Document (.docx), CSV (.csv), and PDF (.pdf) formats.
  </Accordion>

  <Accordion title="Where are my past chats" icon="clock">
    In the History entry in the sidebar. The most recent chats are also listed under the History section in the lower half of the sidebar for one click access.
  </Accordion>

  <Accordion title="What does the thumbs feedback do" icon="thumbs-up">
    Thumbs feedback is recorded against the response. It does not change the current answer, but it helps the platform improve over time.
  </Accordion>

  <Accordion title="What is Strict Mode and why does it matter in chat" icon="shield">
    Strict Mode requires your explicit approval before connected integrations perform sensitive actions like sending emails or creating calendar events. In a chat where an assistant could trigger such actions, Strict Mode is the safety net that stops the action before it executes.
  </Accordion>

  <Accordion title="Can PANTA OS make mistakes" icon="circle-question-mark">
    Yes. PANTA OS shows a disclaimer below the input: "PANTA OS can make mistakes. Please verify important information." Verify important answers before acting on them.
  </Accordion>
</AccordionGroup>
