# Deploy Obsidian across your team

Obsidian runs as a local application on each of your team member's devices. It is designed to work both online and offline, securely and privately, and give you total control over your team's data. Obsidian is not available as a web-based application, therefore you will need to deploy the app to your team members.

# Install and update Obsidian

Your team can download Obsidian from our Download page. Releases are also available on our GitHub releases page which includes links to the changelog.

If automatic updates are enabled in the app, future versions will be installed automatically when users restart Obsidian. Additionally, we recommend periodically performing installer updates to receive the latest updates to the Electron framework, including security fixes.

If you are looking how to limit network access to Obsidian during this process, review network and access.

# Customizing Obsidian

Obsidian is easy to modify to suit your team's needs. With an extensive API and a large ecosystem of users, Obsidian offers access to numerous plugins, themes, and complementary tools.

For security-related questions concerning these topics, please refer to Security considerations for teams.

# Configuration folders

The Configuration folder is where an Obsidian vault stores its application settings. By default, this folder is named .obsidian, but you have the flexibility to change the configuration folder name according to your preference.

We recommend creating a standardized template of the configuration folder to be deployed across your team's devices.

# Plugins

Core plugins are optional features created by the Obsidian team. These features are integrated in the core application codebase and can be turned on or off.

Community plugins are third-party features added to the Obsidian application, and can be installed via the community directory. Third-party plugins leverage the Obsidian API. Plugins are located in the .obsidian/plugins folder within a vault, and can be installed manually at this location.

# Themes and snippets

Themes visually alter the Obsidian interface. Like plugins, themes can be downloaded from our community directory. Themes are located in the .obsidian/themes folder within a vault.

Snippets are small .css files that visually modify aspects of the Obsidian interface. In some cases, it can also add functional enhancements. Snippets are located in the .obsidian/snippets folder within a vault.

# Frequently asked questions

For questions about account management and security, please refer to account security.

# Deployment

Can I deploy licenses across multiple installations? Currently, we do not support deploying licenses via a deployment script, such as in a .json file. If you're interested in this feature for your team, please submit a feature request.

Can Obsidian lock certain features or configurations via a setting or an application flag? Not yet. If you're interested in this feature for your team, please submit a feature request.