# User preferences

Appfarm Create supports a limited set of user preferences, allowing you to customise your workspace. You can adjust these preferences under **Top-left menu** > **Preferences**. Note that these preferences are not associated with your user account, but rather stored in your web browser's local storage.

<table><thead><tr><th width="186">Preference</th><th width="214">Options</th><th>Description</th></tr></thead><tbody><tr><td><strong>Function Editor</strong> -> Font Size </td><td><ul><li>Small</li><li>Medium (default)</li><li>Large</li><li>Huge</li></ul></td><td>Control the font size in the function editor.</td></tr><tr><td><strong>Function Editor</strong> -> Minimap </td><td><ul><li>On (default)</li><li>Off</li></ul></td><td>Enable to show a minimap in the function editor, providing a reduced-size, high-level overview of the entire function.</td></tr><tr><td><strong>Function Editor</strong> -> Minimap </td><td><ul><li>On (default)</li><li>Off</li></ul></td><td>Enable to automatically break long lines of code or text to fit the visible are of the editor window.</td></tr><tr><td><strong>General</strong> -><br>Auto Hide Drawer</td><td><ul><li>Off (default)</li><li>On</li></ul></td><td>Enable to automatically hide the left side menu when navigating in Appfarm Create.</td></tr><tr><td><strong>General</strong> -> Motion</td><td><ul><li>System Default</li><li>Reduce Motion</li></ul></td><td><strong>Reduce Motion</strong> removes or tones down animations used within Appfarm Create.</td></tr><tr><td><strong>Theme</strong></td><td><ul><li>System Default (default)</li><li>Light </li><li>Dark</li></ul></td><td>Select the appearance of Appfarm Create, or choose to follow your computer's system default. </td></tr></tbody></table>


---

# 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://docs.appfarm.io/reference/appfarm-create/user-preferences.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.
