> For the complete documentation index, see [llms.txt](https://alix-lahuec.gitbook.io/zotero-roam/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alix-lahuec.gitbook.io/zotero-roam/v0.6/customization/user-settings.md).

# 3.1 What's Available

Through the `zoteroRoam_settings` object, there are currently 11 settings available :

| Name                                                                           | Type                                                                     | This lets you...                                                                                              |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------- |
| [`dataRequests`](/zotero-roam/v0.6/customization/api-request.md)               | **required** - an object or Array of objects, where 1 object = 1 request | Specify 1 or more data requests                                                                               |
| **Formatting data**                                                            |                                                                          |                                                                                                               |
| [`funcmap`](/zotero-roam/v0.6/customization/other/funcmap.md)                  | optional                                                                 | Format metadata based on item type (e.g, book vs. journal article vs. webpage)                                |
| [`typemap`](/zotero-roam/v0.6/customization/other/typemap.md)                  | optional                                                                 | Create your own taxonomy of item types (if you're using default metadata formatting)                          |
| [`notes`](/zotero-roam/v0.6/customization/other/notes.md)                      | optional                                                                 | Custom formatting for notes                                                                                   |
| **Quick Copy**                                                                 |                                                                          |                                                                                                               |
| [`override_quickcopy`](/zotero-roam/v0.6/customization/other/copy_settings.md) | optional                                                                 | Override Quick Copy mode occasionally, by pressing a special key before selecting an item in the Search Panel |
| [`quick_copy_format`](/zotero-roam/v0.6/customization/other/copy_settings.md)  | optional                                                                 | Specify how to format an item's reference, when it is copied via Quick Copy mode or the `always_copy` setting |
| [`always_copy`](/zotero-roam/v0.6/customization/other/copy_settings.md)        | optional                                                                 | Always copy an item's reference upon selection, even when not using Quick Copy mode                           |
| **Autocomplete**                                                               |                                                                          |                                                                                                               |
| [`autocomplete`](/zotero-roam/v0.6/customization/other/autocomplete.md)        | optional                                                                 | Setup the autocomplete feature for inline writing                                                             |
| **Shortcuts**                                                                  |                                                                          |                                                                                                               |
| [`shortcuts`](/zotero-roam/v0.6/customization/shortcuts.md)                    | optional                                                                 | Create custom shortcuts to trigger specific actions within the extension                                      |
| **Other settings**                                                             |                                                                          |                                                                                                               |
| [`autoload`](/zotero-roam/v0.6/customization/other/autoload-autoupdate.md)     | optional                                                                 | Automatically activate the extension upon graph load                                                          |
| [`autoupdate`](/zotero-roam/v0.6/customization/other/autoload-autoupdate.md)   | optional                                                                 | <p>Automatically update Zotero data <br>(time interval : every 60s)</p>                                       |

{% hint style="info" %}
New in v0.6 :\
\- **notes** : specify custom parsing for notes\
**- autoload** : turn on the extension automatically on graph load\
**- autoupdate** : update Zotero data automatically (every 60s)
{% endhint %}
