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

# Settings & Configurations

> Learn how to customize the Vxplain VS Code extension, including configuration options for AI, analytics, and auto-start, as well as accessing top-bar options.

You can also access settings and other options in the top right corner of the Vxplain sidebar.

<Card title="Options" img="https://mintcdn.com/vxplain/8o-Zp9WJZRYomy0s/images/assets/top-bar.webp?fit=max&auto=format&n=8o-Zp9WJZRYomy0s&q=85&s=52e6b8d7270a72cf7b5f97a4674a393d" width="552" height="40" data-path="images/assets/top-bar.webp">
  These options are available in the top right corner of the Vxplain sidebar.

  * **Open in Editor:** Opens the diagram in the editor.
  * **[LLM Provider](/src/customization/llm-providers):** Selects the LLM provider to use for AI-powered features.
  * **Report Issue:** Reports an issue with Vxplain.
  * **Settings:** Opens the settings.
</Card>

## Configuration Options

To open the settings, press `Cmd+Alt+s` on Mac or `Ctrl+Alt+s` on Windows/Linux, or run the `Vxplain: Open Settings` command from the Command Palette.

<ResponseField name="vxplain.enableAI" type="boolean" default="true">
  Enable or disable AI-powered features. When disabled, features like **architecture diagrams**, **summaries**, and **code-to-diagram** generation will not be available. Only **function call graphs** and the **directory tree** visualization will work.
</ResponseField>

<ResponseField name="vxplain.enableAnalytics" type="boolean" default="true">
  Enable or disable the collection of usage data and crash reports. We use this data to improve Vxplain. We never collect any source code, file contents, or other sensitive data.
</ResponseField>

<ResponseField name="vxplain.autoStart" type="boolean" default="true">
  Enable or disable the automatic start of the Vxplain extension when you open VS Code.
</ResponseField>
