Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/web/content/docs/developers/1.env.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ CHAR_BASE_URL="" # STT proxy base URL (--base-url)
CHAR_API_KEY="" # API key for cloud STT providers (--api-key)
CHAR_MODEL="" # STT model name (--model)
CHAR_LANGUAGE="en" # Transcription language (--language, default: en)
CHAR_RECORD=false # Save audio recording alongside transcription (--record)
CHAR_BASE="" # Base directory for config and models (--base)
```

These variables are used by the `listen`, `batch`, and `chat` subcommands. See the CLI help (`char --help`) for full usage.
These variables are used by the `transcribe` subcommand and other CLI features. See the [CLI Reference](/docs/cli) or run `char --help` for full usage.

# Stripe

Expand Down
18 changes: 17 additions & 1 deletion apps/web/content/docs/faq/1.features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,13 @@ Yes. If you previously ignored a calendar event, right-click on it in the sideba

Yes. On macOS, right-click the Char icon in the Dock to see a context menu with a **New Note** option. Clicking it creates a new note and brings Char to the foreground.

## What is Charlie?

Charlie is Char's built-in AI assistant. You can toggle Charlie with <kbd>⌘</kbd> + <kbd>J</kbd> or expand the chat into a full tab for a more spacious conversation view. Charlie uses the language model configured in **Settings** > **Intelligence** to answer questions about your meetings and notes.

## Can I open the AI chat as a full tab?

Yes. The AI chat bubble can be expanded into a full tab for a more spacious conversation view. You can also open a support chat tab from the profile menu in the sidebar by selecting **Report Bug** or **Suggest Feature**.
Yes. The Charlie chat bubble can be expanded into a full tab for a more spacious conversation view. You can also open a support chat tab from the profile menu in the sidebar by selecting **Report Bug** or **Suggest Feature**.

## Can I select and delete multiple notes at once?

Expand Down Expand Up @@ -88,6 +92,18 @@ Yes. In **Settings** > **General** > **Storage**, Char detects your installed Ob

Yes. Char supports connecting multiple Google or Outlook calendar accounts simultaneously. Each connected account syncs its events to your sidebar timeline. You can manage connections in the account integrations settings.

## Can I copy a transcript to the clipboard?

Yes. When viewing the Transcript tab, click the copy icon in the tab header to copy the full speaker-labeled transcript text to your clipboard.

## Can I delete a recording from a session?

Yes. Open the overflow menu (three dots) on any session and select **Delete Recording** to remove the audio file while keeping the session and its notes intact.

## What is Daily Notes?

Daily Notes is an experimental journal feature available in **Settings** > **Lab**. It gives you a scrollable timeline of daily rich-text notes, separate from meeting sessions. Press <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>D</kbd> to open it directly.

## Can I undo deleting a note?

Yes! When you delete a note, a toast notification appears giving you a few seconds to undo the deletion. You can also press <kbd>⌘</kbd> + <kbd>Z</kbd> to restore the most recently deleted note before the undo window expires.
2 changes: 1 addition & 1 deletion apps/web/content/docs/faq/6.keyboard-shortcuts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description: "Complete list of keyboard shortcuts in Char."
| Shortcut | Action |
| ---------------------------- | ------------------- |
| <kbd>⌘</kbd> + <kbd>\\</kbd> | Toggle Left Sidebar |
| <kbd>⌘</kbd> + <kbd>J</kbd> | Toggle AI assistant |
| <kbd>⌘</kbd> + <kbd>J</kbd> | Toggle Charlie (AI assistant) |

## Notes & tabs

Expand Down