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

# Organization Settings

> Configure organization-wide settings for code, repositories, notifications, permissions, and infrastructure

Organization Settings centralize configuration for your entire Skyhook organization. Access them through the Settings link in the left sidebar.

## Settings Areas

<CardGroup cols={2}>
  <Card title="Code & Repositories" icon="code-branch" href="/settings/code-repositories">
    Repository settings, code preferences, branch defaults, environment files, resource naming, preview environments, and service templates
  </Card>

  <Card title="Notifications" icon="bell" href="/settings/notifications">
    Configure Slack notification rules and channels for deployment updates across environments
  </Card>

  <Card title="Deployment Permissions" icon="lock" href="/settings/permissions">
    Control who can deploy to specific services and environments with allow/block rules
  </Card>

  <Card title="GitOps Integration" icon="git-alt" href="/infrastructure/gitops/overview">
    ArgoCD installation status and GitOps repository configuration
  </Card>

  <Card title="Management Cluster" icon="server" href="/infrastructure/gitops/management-cluster">
    Configure the central cluster for GitOps operators and monitoring tool frontends
  </Card>

  <Card title="Infrastructure Setup" icon="cloud" href="/infrastructure/cicd-setup/github-integration">
    GitHub CI/CD authentication, platform access, and GitOps workflow setup
  </Card>
</CardGroup>

## Quick Links

* **Repository Settings**: [Configure central deployment repository](/settings/code-repositories#repository-settings)
* **Code Preferences**: [Set default branch, environment files, and naming conventions](/settings/code-repositories#code-preferences)
* **Service Templates**: [Create custom templates for new services](/settings/code-repositories#service-templates)
* **Notification Rules**: [Route notifications by environment](/settings/notifications#notification-rules)
* **Slack Integration**: [Connect Slack channels](/settings/notifications#slack-integration)
* **Deployment Permissions**: [Restrict who can deploy](/settings/permissions)
