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

# Settings

The Settings page is a central hub to manage Kombai settings and access key features. It brings together General Settings, Tech Stack, Context Graphs, Models, MCP Servers, Rules, Commands & Skills, and Kombai Browser, along with links to external resources like the Support page, Community Videos, and Docs.

## Settings Tabs

To open the Settings page, click the <Icon icon="gear" size={18} /> icon in Kombai's top menubar.

<AccordionGroup>
  <Accordion title="General settings">
    * **Auto run all commands**: When enabled, the agent can execute shell commands and terminal operations without requiring manual confirmation.
    * **Excalidraw integration**: Enables collaborative visual diagramming and whiteboarding tools within the assistant.
    * **Auto compact threads**: Automatically summarizes long conversation histories to optimize context usage and improve response speed.
    * **Open canvas in browser**: When enabled, [canvas files](/design/canvas) will open in the Kombai Browser instead of the IDE editor.
  </Accordion>

  <Accordion title="Tech Stack">
    The Tech Stack page lets you define the libraries and frameworks used in your repo. Learn more in the [Tech Stack overview](/features/overview).
  </Accordion>

  <Accordion title="Context Graph">
    The Context Graph page lets you manage how Kombai indexes and understands your codebase. See [Context Graphs](/context/context-graphs) for details.
  </Accordion>

  <Accordion title="Models">
    The Models page lets you control which model routers and models appear in the chat dropdown. Toggle any entry on or off to show or hide it. See [Models](/features/models) for details.
  </Accordion>

  <Accordion title="MCP Servers">
    The MCP Servers page lets you configure Model Context Protocol (MCP) servers to extend Kombai's capabilities. See [MCP](/features/mcp) for details.
  </Accordion>

  <Accordion title="Rules, Commands & Skills">
    The Rules, Commands & Skills page lets you manage custom instructions, automation workflows, and reusable skills. Each has an **Individual** sub-tab for your own and project-level items, and a **Team** sub-tab for sharing across your team. See [Rules](/features/rules), [Commands](/features/commands), and [Agent Skills](/features/agent-skills) for details.
  </Accordion>

  <Accordion title="Kombai Browser">
    * **Allow agent to access Browser**: Toggle the browser mode. When enabled, the assistant can interact with web pages.
    * **Test Connection**: Validate that the Kombai browser executable is reachable and working correctly.
    * **Profiles & Session Sync**: Import sessions and cookies from your local Google Chrome profiles to bypass logins.

    Read [Kombai Browser Overview](/browser/overview) doc.
  </Accordion>

  <Accordion title="@ Support">
    To reach out to the support team.
  </Accordion>

  <Accordion title="Docs">
    To access the full documentation portal to explore detailed guides and references.
  </Accordion>
</AccordionGroup>
