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

# Introduction to Command Center

> Configuring global variables for Ghostwriter and report generation

## Introducing Global Configurations

An administrator can update global configuration at any time in the Django admin panel under the *Command Center* section. Visit */admin/commandcenter/* to view the current configuration on your server. Visit each configuration and personalize your settings.

<Info>
  The Ghostwriter server does **not** need to be restarted for changes to take effect.
</Info>

### Reporting Options

* Company Information Configuration

* Global Report Configuration

### Customizing Models

* Extra Fields Configuration

### Monitoring

* VirusTotal Configuration

* Cloud Services Configuration

### Syncing & Updating

* Namecheap Configuration

### Notifications

* Slack Configuration

<Note>
  If you don't use Slack, you can customize notifications and tasks in *tasks.py*. You may also consider using the GraphQL API to create your own integrations.

  See [Background Tasks](/features/background-tasks) and [GraphQL API](/features/graphql-api) for more information.
</Note>
