> 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/account-manager.md).

# Account Manager

<figure><img src="/files/3w4SN4le9mPXWH1vFqzD" alt=""><figcaption></figcaption></figure>

1. **Add Accounts:** You can easily add accounts manually.

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

**Please Input:** Enter the UID or username of the account\
**Select Format:** Choose available templates for each account type or create a custom format\
**Custom Format:** Freely choose the account information fields (UID, Password, Email, 2FA, etc.)

2. **Export:** Export account files in XLSX format
3. **Import:** Import account files in CSV or XLSX format. GenFarmer provides a template file for reference

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

1. **Device:** Choose the default device for the account
2. **Status:** The status of the account
3. **UID:** Username
4. **Email:** Account email information
5. **Password:** Password
6. **Email Password:** Email password (used for reading mail to retrieve verification codes)
7. **2FA:** Code for account authentication

{% hint style="info" %}
After adding the account, it will run on the selected device through the Module or App you are using.
{% endhint %}


---

# 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/account-manager.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.
