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

# Settings

> Configure notifications, default resume, application pipeline preferences, integrations, API keys, and MCP connections in Mokaru

## Overview

Settings is organized into 4 sections, navigable from the left rail on desktop or a section picker on mobile. **Billing lives on its own page** (`/billing`), not inside Settings.

| Section           | What you configure                                           |
| ----------------- | ------------------------------------------------------------ |
| **Notifications** | Marketing/system/feature email toggles, weekly digest        |
| **Resumes**       | Default resume language and default template                 |
| **Applications**  | Auto-follow-up, auto-prepare pipeline, cover letter defaults |
| **Integrations**  | Calendar sync, email integration, API keys, MCP connections  |

## Notifications

Control which emails Mokaru sends you.

<AccordionGroup>
  <Accordion title="Marketing communication">
    Product news, tips, and updates about new features.
  </Accordion>

  <Accordion title="System communication">
    Important account messages - security, billing, and policy changes. We recommend keeping this on.
  </Accordion>

  <Accordion title="Feature communication">
    Notifications when features you use get major updates.
  </Accordion>

  <Accordion title="Weekly digest">
    A summary of your job search activity sent once a week.
  </Accordion>
</AccordionGroup>

## Resumes

Defaults that the resume builder uses when you create new resumes.

### Resume Language

This setting controls the language of all AI-generated content - resume bullet points, summaries, cover letters, and keyword suggestions. It's **separate from the interface language**, so you can use Mokaru in English while writing resumes in Dutch, German, French, or any of 35+ supported languages.

<Tip>
  Set this to the language of the country you're applying in, not your native language. If you're in Belgium applying for jobs in French, use French.
</Tip>

### Default Template

Pick which of the 8 resume templates is used when you create a new resume without explicitly choosing one. You can always switch templates after creation.

## Applications

Configure how Mokaru handles your application pipeline.

### Auto-Follow-Up

When enabled, every application moved to **Applied** gets an automatic follow-up reminder 14 days later. The reminder appears in your agenda and syncs to your calendar. Turn off if you prefer manual reminders.

### Auto-Prepare Pipeline

Auto-prepare runs when you save a job with the **Auto-prepare** toggle on (or when an Autopilot agent is set to auto-prepare). It duplicates your base resume and tailors it for that specific role. The pipeline is configurable in 4 steps:

<Steps>
  <Step title="Keyword extraction">
    Pull keywords from the job description. Always on if Auto-prepare is on.
  </Step>

  <Step title="Keyword integration">
    Where to inject those keywords into your resume. Toggle per section:

    * **Summary**
    * **Work experience**
    * **Education**
    * **Skills**
  </Step>

  <Step title="AI checks">
    Run grammar, style, and conciseness checks on the tailored output.
  </Step>

  <Step title="Cover letter">
    Generate a cover letter for the role using your defaults (tone, length, focus - see below).
  </Step>
</Steps>

### Cover Letter Defaults

Set the defaults used when Auto-prepare generates a cover letter:

| Setting    | Options                                                     |
| ---------- | ----------------------------------------------------------- |
| **Tone**   | 1 (very casual) - 5 (highly professional)                   |
| **Length** | Short / Medium / Long                                       |
| **Focus**  | Balanced / Skills / Experience / Achievements / Personality |

You can still override these per cover letter in the resume builder.

<Note>
  Auto-prepare and Cover Letters are **Plus** features. The toggles are visible to Free users but flip to a paywall on save.
</Note>

## Integrations

All third-party connections live here.

### Calendar Sync

Connect Google Calendar or Outlook to sync interviews, follow-ups, and view external events inside the Mokaru agenda.

To connect:

1. Click **Connect** next to Google Calendar or Outlook Calendar.
2. Sign in and grant Mokaru permission to read and write calendar events.
3. Sync starts automatically. Each provider card shows the connected email, last sync time, and a **Sync now** button.

You can connect both providers at once.

<Note>
  Calendar Sync is a **Plus** feature. See [Calendar Integration](/features/calendar-integration) for the full workflow.
</Note>

### Email Integration

Connect Outlook to send application emails from your own address, get inbox notifications inside Mokaru, and let AI suggest status updates from incoming recruiter messages.

To connect:

1. Click **Connect Outlook**.
2. Approve send-mail, read-mail, and read-profile permissions.
3. A diagnostics panel shows subscription status and any reconnection prompts.

<Note>
  Email Integration is a **Plus** feature. See [Email Integration](/features/email-integration) for tracking and suggestions details. Gmail support is on the roadmap.
</Note>

### API Keys

Generate `mk_...` keys to use the [Mokaru REST API](/api-reference/introduction) from automation tools, scripts, or custom integrations. Keys can be named, listed, and revoked individually.

A direct install card for the **OpenClaw / ClawhHub** skill sits in the same section if you want to plug Mokaru into the OpenClaw agent without writing code.

<Note>
  API Keys are a **Plus** feature.
</Note>

### MCP Connections

Authorized AI agents (Claude.ai, Claude Desktop, Cursor, Continue, Zed, custom) connect via OAuth - no API key copy/paste. The MCP Connections card shows every active connection with the client name and last-used timestamp, and a **Revoke** button per connection.

For setup steps, see [MCP for AI Agents](/integrations/mcp).

<Note>
  MCP integration is a **Plus** feature.
</Note>

## Account, Password, and Delete

Account-level actions (change password, delete account, view account ID) live in the user menu in the top-right or footer of the app, opened from your avatar. Password changes redirect to your authentication provider; account deletion requires explicit confirmation and is permanent.

## Billing

Billing is on its own page at **/billing** - access it via the user menu or any "Manage subscription" link. See [Pricing & Plans](/features/pricing) for plan details and what each plan unlocks.

## Related Pages

* [Calendar Integration](/features/calendar-integration) - full setup and sync behavior
* [Email Integration](/features/email-integration) - sending, tracking, and AI suggestions
* [Browser Extension](/features/browser-extension) - install and use the Chrome extension
* [MCP for AI Agents](/integrations/mcp) - connect Claude, Cursor, and other MCP clients
* [API Reference](/api-reference/introduction) - REST API for automation tools
