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

# Spaces Conversation Modes: Chat, Research, Study, and Code

> Finkkle Spaces offers four conversation modes — Chat, Research, Study, and Code — each tuned for a different kind of task. Switch modes any time mid-conversation.

Finkkle Spaces has four conversation modes, each optimized for a different type of work. Choose a mode at the start of a conversation or switch mid-thread with a follow-up message — your history and context carry over.

## Chat

Chat is the general-purpose mode. Use it for:

* Everyday questions and explanations
* Drafting content (emails, summaries, proposals)
* Brainstorming and planning
* Quick lookups and short transformations

Chat prioritizes clear, direct responses. It works well for open-ended conversations and iterative drafting.

## Research

Research mode emphasizes sources and evidence. Use it when you need:

* Multi-source synthesis
* Fact-checked comparisons
* Literature or topic surveys
* Answers that cite their origins

Responses in Research mode include citations and are structured for easy scanning. Combine with the **Deep Research** plugin for live web crawling across many sources.

**Example prompt:**

> *"Research the current state of battery technology for electric vehicles. Compare the top three approaches, cite your sources, and summarize the key trade-offs."*

## Study

Study mode structures content for learning and retention. Use it to:

* Break a complex topic into digestible explanations
* Generate examples and analogies
* Create flashcards, quizzes, or revision checklists
* Practice with adaptive Q\&A

Study mode pairs naturally with the **Study Mode** plugin, which adds spaced-repetition and printable study decks.

**Example prompt:**

> *"Teach me the key concepts in calculus I need for a machine learning course. Start with derivatives and work up to gradient descent."*

## Code

Code mode focuses on implementation, technical reasoning, and working with data. Use it for:

* Writing and debugging code
* Explaining algorithms and data structures
* Refactoring and reviewing code
* Working with structured data, tables, and calculations
* Stating assumptions explicitly in technical analyses

In Code mode, Spaces uses Dufus under the hood for implementation tasks. Code outputs include syntax highlighting and can be saved as artifacts or exported directly.

**Example prompt:**

> *"Implement a rate limiter in TypeScript using a sliding window algorithm. Include tests."*

## Choosing the right mode

| If you want to...                 | Use                |
| --------------------------------- | ------------------ |
| Draft an email or document        | Chat               |
| Understand a topic quickly        | Chat or Study      |
| Compare sources and cite evidence | Research           |
| Learn with practice and quizzes   | Study              |
| Write or debug code               | Code               |
| Work with tables and calculations | Code               |
| Build a multi-step investigation  | Research + plugins |

<Note>
  You do not need to pick the perfect mode upfront. Start in Chat and switch if you need source citations or code output — Spaces adapts without losing context.
</Note>
