📄️ Agent
Guide to the AdminForth Agent plugin, including installation, model and mode configuration, self-hosted usage, session storage, skills, and custom tools.
📄️ Two-Factor Authentication Plugin
Guide to the Two-Factor Authentication plugin, including installation, TOTP or passkey setup, rollout rules, and per-user exceptions for stronger admin login security.
📄️ Foreign Inline List
Guide to the Foreign Inline List plugin, which embeds related resource lists inside a show page with filters, foreign-key setup, and cascade-delete options.
📄️ Audit Log
Guide to the Audit Log plugin, including installation, log table setup, resource wiring, and tracking of admin changes, custom actions, and client metadata.
📄️ Markdown
Guide to the Markdown plugin, including editor setup, image handling, top-panel customization, and show-page rendering options.
📄️ Email Password Reset
Guide to the Email Password Reset plugin, including SES or Mailgun setup, reset-flow wiring, and password reset page customization.
📄️ Import Export
Guide to the Import-Export plugin for CSV-based data transfer, including installation, import flow, export flow, and resource-level usage.
📄️ Open Signup
Guide to the Open Signup plugin, including public registration flow, installation, basic setup, and optional email verification.
📄️ Internationalization (i18n)
Guide to the Internationalization plugin, including installation, primary language configuration, translated fields, and support for custom components or external apps.
📄️ OAuth Authentication
Guide to the OAuth Authentication plugin, including provider setup, plugin configuration, email confirmation, and login flows for external identity providers.
📄️ Inline Create
Guide to the Inline Create plugin, which lets users create records directly from the list page and configure which resources use the inline form.
📄️ List In-Place Edit
Guide to the List In-Place Edit plugin, which makes selected list fields editable directly in the table without opening the edit page.
📄️ Text Complete
Guide to the Text Complete plugin, including LLM adapter setup, prompt configuration, and AI-assisted text generation for resource fields.
📄️ Foreign Inline Show
Guide to the Foreign Inline Show plugin, which embeds a related record show view inside another resource's show page using foreign-key relationships.
📄️ Email Invite
Guide to the Email Invite plugin, including SES or Mailgun setup, invitation sending flows, email confirmation handling, and basic usage.
📄️ Bulk AI Flow
Guide to the Bulk AI Flow plugin, including text and vision modes, prompt configuration, per-record context, editable prompts, and batch content generation.
📄️ Universal Search (Legacy)
Guide to the legacy Universal Search plugin, including installation, options, debounce behavior, and how it searches across configured fields.
📄️ Login Captcha
Guide to the Login Captcha plugin, including adapter setup, login form protection, and captcha-verified authentication flow.
📄️ User Soft Delete
Guide to the User Soft Delete plugin, including schema changes, setup, and deactivating admin users without permanently deleting their accounts.
📄️ Clone Row
Guide to the Clone Row plugin, which opens the create flow with values copied from an existing record so users can duplicate rows quickly.
📄️ Many to Many
Guide to the Many2Many plugin, including junction-table setup, editable relationships on both resources, and cleanup behavior for related records.
📄️ Background Jobs
Guide to the Background Jobs plugin, including job setup, execution, UI monitoring, custom state rendering, and frontend APIs for job details.
📄️ Quick Filters
Guide to the Quick Filters plugin, which adds one-click predefined filters or search inputs to list pages for faster navigation across common record subsets.
📄️ Auto Remove Plugin
Guide to the Auto Remove plugin, including count-based and time-based cleanup rules for logs, temporary records, demo data, and other disposable resources.
📄️ Rich Editor
Guide to the Rich Editor plugin, including editor setup, multiple editors in one resource, completion features, and image handling in rich-text fields.
📄️ Upload
Guide to the Upload plugin, including storage adapter setup, file and image fields, previews, transformations, and image generation integration.
📄️ Upload API
Reference page for the Upload plugin API, covering backend buffer uploads, uploads to new or existing records, and presigned browser upload flows.