> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/ribbon-menu-bar/file/refresh.md).

# Refresh

Refreshing the workspace allows for updating its content. Workspaces are usually refreshed automatically after a set period of time.

To refresh the workspace, use ***File – Refresh***. Performing a refresh ensures your workspace is up to date.

{% tabs %}
{% tab title="Windows" %}

#### Simple refresh

A simple refresh updates the workspace to retrieve only the modified content. Use the above-mentioned ***File – Refresh*** or the refresh button in the ***Quick access toolbar***.

#### Local cache refresh

A refresh of the local cache resets the local cache of the workspace. All the content is retrieved from the database and the local cache file is recreated. Click the refresh button while holding the <kbd>Ctrl</kbd> key or use the <kbd>Ctrl</kbd>+<kbd>F5</kbd> key combination. A local cache refresh may also help when experiencing [Cache](https://docs.devolutions.net/rdm/workspaces/caching/) issues.
{% endtab %}

{% tab title="macOS" %}

#### Settings

You can also perform a refresh of your workspace by holding the Command plus R button.
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devolutions.net/rdm/ribbon-menu-bar/file/refresh.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
