# Changing the Track (/docs/assetto-corsa-competizione/change-track)



import { Step, Steps } from 'fumadocs-ui/components/steps';

ACC ships with the full GT World Challenge calendar. Changing track is a one-line change.

<Steps>
  <Step>
    Set the track [#set-the-track]

    The quickest way: open the panel **Startup** tab and change the **Track** value, then restart. Alternatively edit `track` in `cfg/event.json`.
  </Step>

  <Step>
    Use the correct track key [#use-the-correct-track-key]

    ACC uses short lowercase keys:

    | Circuit                   | Key              |
    | ------------------------- | ---------------- |
    | Monza                     | `monza`          |
    | Spa-Francorchamps         | `spa`            |
    | Nürburgring               | `nurburgring`    |
    | Brands Hatch              | `brands_hatch`   |
    | Silverstone               | `silverstone`    |
    | Paul Ricard               | `paul_ricard`    |
    | Misano                    | `misano`         |
    | Barcelona                 | `barcelona`      |
    | Zandvoort                 | `zandvoort`      |
    | Kyalami                   | `kyalami`        |
    | Mount Panorama (Bathurst) | `mount_panorama` |
    | Suzuka                    | `suzuka`         |
    | Imola                     | `imola`          |
    | Watkins Glen              | `watkins_glen`   |
    | COTA                      | `cota`           |
    | Indianapolis              | `indianapolis`   |
  </Step>

  <Step>
    Restart [#restart]

    Restart the server. Your config is re-encoded to UTF-16 and applied on start.
  </Step>
</Steps>

<Callout type="info">
  Some tracks belong to specific DLC packs (Intercontinental GT, British GT, American). They're included with the dedicated server content, but drivers must own the matching DLC to race them.
</Callout>

Pick a track and build the full event with the [ACC Config Generator](https://xgamingserver.com/tools/assetto-corsa/acc-config).
