diff --git a/docs/getting-started/using-the-gui.md b/docs/getting-started/using-the-gui.md index 559d895f67..0af2272a44 100644 --- a/docs/getting-started/using-the-gui.md +++ b/docs/getting-started/using-the-gui.md @@ -96,3 +96,11 @@ When acquiring NFTs or tokens, you may need to make an offer for them. Offers ar By using offers you are embracing the decentralized nature of the Chia blockchain. [Read more about offers](https://chialisp.com/offers). + +## Run Chia Services in the Background + +Starting in version 2.3.0, this is possible. When you attempt to close the application, the confirmation window will now display a checkbox. If you want to continue running your full node, harvester, farmer, etc after closing the GUI, be sure to check the checkbox, as demonstrated in the following image: + +
+ +
diff --git a/static/img/gui/background_services.png b/static/img/gui/background_services.png new file mode 100644 index 0000000000..59079c7be6 Binary files /dev/null and b/static/img/gui/background_services.png differ