> 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/knowledge-base/how-to-articles/locate-the-configuration-file.md).

# Locate the configuration file

In some cases, the Devolutions team will need your configuration file to help reproduce a particular issue.

{% hint style="danger" %}
Note that if you are storing passwords to your workspace(s) and/or your Devolutions Account, our customer support team will we able to decrypt them. If you want to send a sanitized version of your configuration, please consult [Sending a sanitized copy of your configuration file](https://docs.devolutions.net/rdm/kb/how-to-articles/send-sanitized-configuration-file/).
{% endhint %}

### Finding and sending your Configuration file

#### Method 1 - Using Remote Desktop Manager

1. In Remote Desktop Manager, open ***File – Settings – Advanced***.
2. At the bottom in the ***Information*** section, you will see a blue hyperlink, press on it to have a Windows Explorer open with the proper file selected.

#### Method 2 - Using the file systemNote that this example assumes that Remote Desktop Manager was installed with the default settings.

1. Press <kbd>Windows</kbd>+<kbd>R</kbd>.
2. Type "**%LOCALAPPDATA%\Devolutions\RemoteDesktopManager**" in the ***Run*** window and press ***OK***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB2028.png" alt=""><figcaption></figcaption></figure>
3. In the folder, locate the **RemoteDesktopManager.cfg** file.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB2029.png" alt=""><figcaption></figcaption></figure>
4. Contact our customer support team at <service@devolutions.net> to get a secure link to upload the file.


---

# 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/knowledge-base/how-to-articles/locate-the-configuration-file.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.
