> For the complete documentation index, see [llms.txt](https://genfarmer-support.gitbook.io/genfarmer-eng/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://genfarmer-support.gitbook.io/genfarmer-eng/main-menu-bar/settings.md).

# Settings

## Ganeral

<figure><img src="/files/IPPS9yiV7o4W262XTxY7" alt=""><figcaption></figcaption></figure>

**General Settings** allow users to select the language and choose between Light/Dark mode to suit their needs.

## Storage

<figure><img src="/files/PCm1jEYf0MG3Xzsp2O1R" alt=""><figcaption></figcaption></figure>

**Clear Cache:** Helps remove cached data to reset storage to its initial state.

**Storage Location:** Choose the file storage location on the computer; if left blank, files are saved by default in the GenFarmer directory.

**Use Selected Path:** Use the chosen path.

**Copy Profiles to Selected Path:** Copy and place files into the selected path.

**Move Profiles to Selected Path:** Move files to the selected path.

## Automation

<figure><img src="/files/V48gWXygU4rimb9A1Zkc" alt=""><figcaption></figcaption></figure>

**Enable Debug Mode:** Turn on debugging mode.

**Tracking Node When Running:** Enable log tracking when running a module.

**Sync Profiles Data After Running Task:** Synchronize profile data after running a task.<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://genfarmer-support.gitbook.io/genfarmer-eng/main-menu-bar/settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
