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

# AI Chat: all leading models in one workspace

> Access ChatGPT, Gemini, Claude, and Perplexity from a single AI Hub inside Floutwork — with open browser tabs as context, no app-switching required.

Most people who use AI for work end up with five separate browser tabs — one for ChatGPT, one for Claude, one for Gemini — and spend time copying context between them. Floutwork's **AI Hub** brings every leading model into a single chat window inside your workspace. You can switch models, add your open tabs as context, and keep the conversation going, all without leaving what you're working on.

## The AI Hub

The **AI Hub** is the single place in Floutwork where you access all AI models. Open it from the sidebar and you'll find every model available in one interface — no separate logins, no tab-switching, no copying prompts between windows.

<Steps>
  <Step title="Open the AI Hub">
    Click the **AI Hub** icon in the Floutwork sidebar. The chat panel opens alongside your current browser session.
  </Step>

  <Step title="Choose a model">
    Select the model you want to use from the model picker at the top of the chat. You can switch at any point in the conversation.
  </Step>

  <Step title="Start chatting">
    Type your message and press Enter. Responses appear inline — no page load, no new tab.
  </Step>
</Steps>

## Available models

Floutwork includes five leading AI models in the **AI Hub**:

<AccordionGroup>
  <Accordion title="ChatGPT 4o Pro">
    OpenAI's most capable general-purpose model. Strong at writing, analysis, coding, and reasoning across a wide range of tasks.
  </Accordion>

  <Accordion title="Gemini 1.5 Pro">
    Google's high-capability model with a large context window. Well-suited for long document analysis and multi-step reasoning.
  </Accordion>

  <Accordion title="Gemini 2.0 Flash">
    A faster, lighter Gemini model optimized for quick responses. Good for high-frequency tasks where speed matters more than depth.
  </Accordion>

  <Accordion title="Claude 4.6 Sonnet">
    Anthropic's model with strong performance on nuanced writing, careful reasoning, and instruction-following. Updated to version 4.6 in Floutwork v0.16.4.
  </Accordion>

  <Accordion title="Perplexity Sonar Pro">
    A research-focused model that grounds responses in real-time web sources. Best for questions that benefit from current information.
  </Accordion>
</AccordionGroup>

<Note>
  You can switch between models within the same chat window without starting a new conversation. This is useful when you want a quick first pass with a fast model, then a more thorough response from a deeper one.
</Note>

## Tabs as context

One of the most useful features of AI Chat in Floutwork is the ability to add open browser tabs directly as context for your conversation. Instead of copying and pasting content, you point the AI at what you already have open.

<Steps>
  <Step title="Open the context picker">
    In the AI Chat input area, click the **Add context** button (or use the keyboard shortcut).
  </Step>

  <Step title="Select your tabs">
    A list of your open tabs appears. Select one or more tabs whose content you want the AI to reference.
  </Step>

  <Step title="Ask your question">
    Type your question or instruction. The AI will use the selected tab content as part of its response.
  </Step>
</Steps>

<Tip>
  Tabs as context is particularly useful when reviewing a long document, comparing two pages, or asking the AI to help with something specific to your current work — without having to explain it from scratch.
</Tip>

## How AI Chat in Floutwork differs from opening ChatGPT in a separate tab

|                        | Floutwork AI Hub            | Separate browser tab     |
| ---------------------- | --------------------------- | ------------------------ |
| Model switching        | In the same window          | Open a new tab per model |
| Context from your work | Add open tabs directly      | Copy-paste manually      |
| Access while working   | Sidebar, always available   | Requires switching tabs  |
| Memory of past work    | Personal Memory integration | No persistent context    |

Opening ChatGPT in a separate tab means leaving your current context every time. The **AI Hub** stays in your workspace so you can ask a question, get an answer, and continue working without breaking your flow.

## What's next

<CardGroup cols={2}>
  <Card title="AI Assistants" icon="bot" href="/features/ai-assistants">
    Use pre-built assistants tailored to specific workflows like Jira, Slack, and writing.
  </Card>

  <Card title="Use AI Assistants" icon="sparkles" href="/guides/use-ai-assistants">
    Step-by-step guide to getting the most from AI Assistants in your daily work.
  </Card>
</CardGroup>
