GAIO DOCS
Product Open the full searchable version Tiếng Việt

The account table & columns

The account table is the heart of the Accounts tab: each row is one account with all its details and status. Beyond reading, every cell also lets you click to copy and double-click to edit in place, sensitive values are masked, and the 2FA cell even copies a live-valid TOTP code.

A full table row (emails blurred): Task Result chips at left, a green LIVE badge, masked password/2FA/proxy cells, tag chips, and "3h ago"
A full table row (emails blurred): Task Result chips at left, a green LIVE badge, masked password/2FA/proxy cells, tag chips, and "3h ago"

The table columns

ColumnWhat it shows
CheckboxSelects the row for bulk actions.
Row number (#)The row's index.
Expand chevron (▸)Expands the row to reveal detail fields.
Task ResultColoured chips per module with a icon, optionally with an inline value or tooltip.
StatusLIVE (green) / Verify (amber) / Disabled (red) badge.
EmailThe email address — also the profile name in GPMLogin/Multilogin (noted in the column-header tooltip).
PasswordThe password — masked by default.
RecoveryThe recovery email — masked by default.
2FAThe 2FA secret — masked; click to copy the live-valid TOTP code (see below).
ProxyThe proxy — masked by default.
TagsColoured tag chips; add/remove right in the cell.
Last RunA relative time (e.g. 3h ago); hover for the exact local time.
The Email column doubles as the antidetect browser's profile name. The Password, Recovery, 2FA and Proxy columns are masked by default. Empty values show a dash.

Click to copy, double-click to edit

Every value cell (Email, Password, Recovery, 2FA, Proxy, and the fields in an expanded row) has two gestures:

  1. Single-click — copies the value to the clipboard; the cell flashes green to confirm.
  2. Double-click the same cell — turns it into an input.
  3. Type your change, then Enter (or click away) to save, Escape to cancel.
A single click waits ~250ms before copying, so a double-click can cancel the copy and open the editor instead of copying then overwriting. Saving (Enter/blur) writes immediately to the database. Hovering a cell shows the full value in a tooltip plus the hint Click=copy, Dbl-click=edit.

Masked sensitive values

The Password, Recovery, 2FA and Proxy columns are masked by default, showing only the first 4 characters plus ••• — e.g. Qa2W•••. Values of ≤ 4 characters show all dots.

The 2FA cell — copy a live TOTP code

The 2FA cell is special: a single click does not copy the raw secret; it generates the current 6-digit TOTP code from that secret and copies the code — ready to paste straight into Google's verification field.

  1. Single-click the 2FA cell of an account that has a secret — the app generates the current TOTP code and copies it (the cell flashes green).
  2. Double-click to edit the underlying 2FA secret instead.
Whitespace in the secret is stripped before generating. If the code-generation API fails, it falls back to copying the raw secret. Cells with no 2FA show and do nothing.

The Tags cell — add/remove inline

  1. Remove a tag — click the on a tag chip.
  2. Add a tag — click the dashed + button (or double-click the cell), type a tag name, press Enter.
  3. Cancel — press Escape.
Adding a tag inline always uses the default indigo colour (#6366f1). To choose a colour, use Actions ▾Add Tag. Tag changes trigger a refresh so the filters/tag lists update accordingly.

Row expand (detail fields)

Click the chevron at the start of a row to expand a detail panel with fields that aren't in the main columns. Each field still supports click-to-copy / double-click-to-edit.

Only one row is expanded at a time — opening another collapses the previous one. Empty fields still appear because they are editable. Click the chevron again (now ) to collapse.

Pagination & rows-per-page

  1. Read Showing X of Y accounts at the left of the bottom bar — how many you're viewing out of the total.
  2. Move between pages with ⏮ First / ◀ Prev / the numbered buttons (up to 7, windowed around the current page) / Next ▶ / Last ⏭.
  3. Change Rows per page to load more or fewer rows at once: 10, 20, 50 (default), 100, 200, 500, 1000, 2000, 5000.
First/Prev are disabled on page 1; Next/Last are disabled on the last page. A larger page size lets First 500 and Ctrl+A cover more rows, since those act on the loaded page.

Auto-refresh during a run & toast notifications

While automation is running elsewhere in the app, the table updates itself — Task Result/Status refresh without you pressing anything.