Getting started with Claude

Where to use it, how to start, and what to keep in mind — for everyone, not just developers.

Claude is an AI assistant. You can chat with it like you would with a colleague, or you can let Claude Code work directly in your files and projects — reading, drafting, and editing for you. This page shows the two ways to work with it, where you can open it, how to get going in a few minutes, and a few habits that keep it safe and useful at Qvantum.

Two ways to work with Claude

Most confusion comes from mixing these up. Pick the one that matches your task — you can use both, and the same Qvantum account works across them.

Claude — chat

Ask questions, write and rewrite text, summarise documents, brainstorm, translate, or analyse a spreadsheet or image. Nothing to install for the web version — open a browser and start typing.

Reach for it when: you want an answer, a draft, or a second opinion.

Claude Code — the agent

Claude works inside a folder on your computer: it reads your files, proposes changes, runs commands, and edits documents or code for you — one approved step at a time. Far more capable, and the focus of the rest of this page.

Reach for it when: the work lives in files — code, sites, documents, data.

Where you can open it

Claude meets you where you already work. The chat is the same everywhere; Claude Code runs in the terminal, in your editor, or in the browser.

Chat · everyday
🌐 Browser & apps
claude.ai in any browser, plus the desktop app (Mac & Windows) and the mobile app (iOS & Android). No install on the web.
Claude Code · main
⌨️ Terminal
The Claude Code command line. Open a folder, type claude, and start working. The most powerful way to use it.
Claude Code · developers
🧩 VS Code & JetBrains
An extension lives inside your editor, showing changes as inline diffs you can review before accepting.
Claude Code · no setup
💻 Web & desktop app
Run Claude Code at claude.ai/code or in the desktop app — good for trying it before installing.
Chat · via IT
💬 Microsoft Teams
At Qvantum the route to Claude inside Teams and Outlook is Microsoft 365 Copilot, with Claude as the model. Ask IT to enable it. See the Copilot tutorial.
Claude Code · advanced
⚙️ Automations
Claude Code can also run unattended in pipelines (e.g. GitHub Actions) for repeatable jobs. For builders, later on.

Get started in four steps

From nothing to your first task in a few minutes. Steps 2–4 are for Claude Code in the terminal — for a full walkthrough, see Install Claude Code.

1Choose your spot

Chat for questions and drafts; Claude Code when the work is in files.

2Install & sign in

Install Claude Code, then sign in with your Qvantum Claude account (your browser opens once — after that it remembers you). Don't have a license yet? Get a license first.

# Option A — official installer (no Node.js needed) # get the exact one-line command from the Claude Code docs, or ask IT # Option B — with Node.js 18+ npm install -g @anthropic-ai/claude-code
3Open your project

Go to the folder you want to work in, start Claude, and let it learn the project once with /init — that writes a CLAUDE.md file it remembers next time.

cd ~/projects/my-work claude /init
4Ask, then let it work

Describe the task in plain language. Review what it proposes and approve — or turn on “auto mode” (below) so it keeps moving without asking for every change.

Turn on “auto mode”

By default Claude Code asks before every change — safe, but slow once you trust it. One shortcut lets it apply its edits without stopping each time. This is what people mean by “auto mode on”.

The shortcut

Inside Claude Code, press Shift+Tab to cycle the permission mode. Stop on “accept edits on”.

Each press of Shift+Tab moves to the next mode:

Normal (default) asks before each change
Auto mode ⏵⏵ accept edits on
Plan mode ⏸ plan mode on

A fourth press cycles back to normal. The little ⏵⏵ accept edits on line at the bottom of the input box is your sign that auto mode is active (exact wording can vary slightly between versions).

Prefer to start in auto mode? Launch Claude Code with this flag — it begins with edits auto-accepted:

claude --permission-mode acceptEdits

When to use which

One caution

There is also a fully hands-off option, --dangerously-skip-permissions, that skips all prompts. Keep it for throwaway, isolated environments only — never on sensitive Qvantum work. Auto-accept edits is the everyday choice.

What to keep in mind

Data first

Using Claude is safe — your data is kept safe, is not used to train AI models, and should not leave the EU. Even so, treat it like any tool: don't paste passwords or API keys (keep those in a .env file, never in chat), and check with your manager or IT before sharing customer personal data or patent-sensitive material.

Next steps

Need a seat first? Get a license. Want the full terminal setup? Read Install Claude Code. Stuck on something? Ask an ambassador.

Maintained by Dominic Sandner · Last updated 2026-06-24