# 3.1 What's Available

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

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


---

# Agent Instructions: 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://alix-lahuec.gitbook.io/zotero-roam/v0.6/customization/user-settings.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.
