> 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/concepts/intermediate-concepts/custom-fields.md).

# Custom fields

Custom fields provide flexibility by allowing you to add personalized data when default fields are not sufficient. They can store a wide range of information tailored to your needs, whether for technical details, notes, or business-specific values.

To enhance security, custom fields can be encrypted, making them a safe place to keep sensitive information. You also have full control over field names and content, ensuring they match your workflow. In Remote Desktop Manager, custom fields can be linked with variables to simplify data reuse and automation across entries.

This versatility makes custom fields especially useful for teams that need to centralize unique data points without compromising security or consistency.

#### Related topics

* [Copy buttons for Custom Fields](https://docs.devolutions.net/rdm/kb/how-to-articles/copy-buttons-custom-fields/)

#### See also

* [Create a Custom Field Report](https://docs.devolutions.net/powershell/rdm-powershell/create-custom-field-report/)
* [Devolutions Academy - Use custom fields and variables in Remote Desktop Manager](https://academy.devolutions.net/student/activity/3432600-use-custom-fields-and-variables-in-remote-desktop-manager)


---

# 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/concepts/intermediate-concepts/custom-fields.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.
