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

# ComfyUI Settings Overview

> Detailed description of ComfyUI settings overview

This section covers detailed setting descriptions in the ComfyUI frontend settings menu. All user settings are automatically saved to the `ComfyUI/user/default/comfy.settings.json` file.

You can use the `Ctrl + ,` keyboard shortcut to open the settings panel, then click on the corresponding setting options to configure them.

Since custom nodes can also register corresponding setting categories in the menu, our official documentation currently only includes native setting content. Additionally, some setting options are **only effective for ComfyUI Desktop**, which we have noted on the corresponding pages.

## ComfyUI Settings Menu

<Columns cols={3}>
  <Card title="User" icon="user" href="/interface/user">
    User settings related to ComfyUI account, mainly used for logging into ComfyUI account to use API nodes
  </Card>

  <Card title="Credits" icon="credit-card" href="/interface/credits">
    Entry for purchasing credits and credit balance history, only visible after logging into ComfyUI account
  </Card>

  <Card title="Comfy" icon="sliders" href="/interface/settings/comfy">
    Detailed description of ComfyUI core setting options
  </Card>

  <Card title="Lite Graph" icon="diagram-project" href="/interface/settings/lite-graph">
    Detailed description of Canvas (Lite Graph) setting options in ComfyUI
  </Card>

  <Card title="Appearance" icon="palette" href="/interface/appearance">
    Modify ComfyUI appearance options such as themes, background colors, sidebar position, etc.
  </Card>

  <Card title="Extension" icon="puzzle-piece" href="/interface/settings/extension">
    Manage the enable/disable status of frontend extension plugins in ComfyUI
  </Card>

  <Card title="3D" icon="cube" href="/interface/settings/3d">
    Some setting options for 3D node initialization
  </Card>

  <Card title="Comfy Desktop" icon="desktop" href="/interface/settings/comfy-desktop">
    Desktop update settings, mirror settings, etc. (only effective for ComfyUI Desktop)
  </Card>

  <Card title="Mask Editor" icon="brush" href="/interface/settings/mask-editor">
    Adjust mask editor usage preferences
  </Card>

  <Card title="Keybinding" icon="keyboard" href="/interface/shortcuts">
    Modify ComfyUI keyboard shortcut settings
  </Card>

  <Card title="About" icon="info" href="/interface/settings/about">
    Learn about current ComfyUI version information, device runtime information, etc., which is very useful for daily feedback
  </Card>

  <Card title="Server Config" icon="server" href="/interface/settings/server-config">
    Modify ComfyUI configuration file, this setting is only effective for ComfyUI Desktop
  </Card>
</Columns>
