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

# How to Reset Economy & Jobs in ATS

> Resolve the 'no jobs found' bug in American Truck Simulator. Learn how to manually force an economy reset through the console to refresh your job listings.

## Fixing Stagnant Economies

It is a common occurrence for players in American Truck Simulator (ATS) to encounter a frustrating bug where no jobs appear at depots or in the freight market. This typically results from a synchronization error with the game internal economy clock. Fortunately, you can resolve this quickly using several effective methods.

<CardGroup cols={2}>
  <Card title="Difficulty" icon="gauge-low">
    Beginner Friendly
  </Card>

  <Card title="Time" icon="clock">
    5 Minutes
  </Card>
</CardGroup>

***

## The Console Reset Method

Using the developer console is the most reliable way to jumpstart your job list and refresh the freight market.

<Steps>
  <Step title="Enable the Reset Command">
    Open your in-game console by pressing the tilde key (**\~**) and execute:

    ```bash theme={null}
    g_force_economy_reset 1
    ```
  </Step>

  <Step title="Reload Your Save">
    Exit to the profile selection screen and load your save again. The game will notify you that a "game change" was detected, and you will be returned to your primary garage.
  </Step>

  <Step title="Verify Job Availability">
    Open the Freight Market or Quick Jobs menu. You should now see a diverse list of new hauling opportunities.
  </Step>

  <Step title="Revert the Setting">
    **Critical:** Open the console once more and type:

    ```bash theme={null}
    g_force_economy_reset 0
    ```

    If you neglect this step, your economy will reset every time you launch the game, disrupting your progress.
  </Step>
</Steps>

***

## Alternative Refresh Strategies

If you prefer to stay within the simulation without using commands, try these actions to advance the world clock.

<Tabs>
  <Tab title="Resting & Sleeping">
    Navigate your truck to a hotel, rest stop, or service station marked with a sleep icon. Taking a full rest cycle often forces the game to recalculate the timeline and populate new jobs.
  </Tab>

  <Tab title="Garage Fast Travel">
    using the "Fast Travel" feature to jump between your owned garages triggers a time skip, which is usually enough to refresh the global job pool.
  </Tab>

  <Tab title="Server Restart">
    If you are playing on a dedicated FREAKHOSTING server, performing a **Restart** from the Game Panel synchronizes the world clock for all connected drivers, which often fixes economy issues for everyone at once.
  </Tab>
</Tabs>

***

<Note>
  ### Need Extra Help?

  If you encounter any issues, our support team is ready to assist:

  * **Live Chat:** Quick assistance via our website.
  * **Support Ticket:** [Open a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### Save on Your Hosting

  Ready to get a new server? Use code **KB20** at checkout for **20% off** your first month!
</Tip>

***

<div align="center">
  **Last Updated:** January 2026 | **Economy:** Back to business.
</div>
