Settings
The Settings page allows administrators to configure Helpdesk, including email accounts, branding, ticket behavior, team restrictions, search settings, and other system-wide preferences.
Only users with the System Manager role or the Administrator account can access these settings.
Tip
Most Helpdesk behavior can be customized from the Settings dialog and the HD Settings DocType without requiring any code changes.
Open Settings
- Click the User dropdown in the sidebar.
- Select Settings.
- The Settings dialog opens.
Email Accounts
Email Accounts connect your mailbox with Helpdesk so incoming emails create tickets and outgoing replies are sent using your configured email address.
Add an Email Account
- Open Settings → Email Accounts.
- Click Add Account.
- Select your email provider.
- Complete the account details.
- Save the account.
Email Account Fields
- Account Name — A descriptive name such as Support or Sales.
- Email ID — The email address used for the account.
- Password — The application’s password for the email account.
- Enable Incoming — Creates Helpdesk tickets from incoming emails.
- Enable Outgoing — Sends ticket replies from this email account.
- Default Incoming — Sets this as the default mailbox for receiving customer emails. Only one account can be the default.
- Default Outgoing — Sets this as the default sender for outgoing emails. Only one account can be the default.
Edit an Email Account
Click any configured account to update its settings.
Pull Emails
Helpdesk automatically checks incoming mail every 10 minutes.
If Enable Incoming is enabled, you can click Pull Emails to immediately fetch the latest emails instead of waiting for the next scheduled sync.
Note
Automatic email retrieval only runs when the configured email account is not waiting for password verification.
Branding
The Branding section allows you to personalize your Helpdesk instance.
You can upload a custom:
- Logo
- Favicon
HD Settings
Additional Helpdesk configuration is available through the HD Settings DocType.
To open it:
- Switch to Desk.
- Search for HD Settings.
- Open the document.
Details Tab
Team Restrictions
- Restrict Tickets by Team — Only team members can access tickets assigned to their team.
- Do Not Restrict Tickets Without a Team — Allows unassigned tickets to remain visible to everyone until a team is assigned.
Restrict Agent Assignment to Selected Team
When enabled, tickets can only be assigned to agents who belong to the ticket’s assigned team.
Requirement
This option only works when Restrict Tickets by Team is enabled.
Prefer Knowledge Base
Makes the Knowledge Base the default landing page for customers accessing the Customer Portal.
Ticket Settings
The Ticket tab controls default ticket behavior throughout Helpdesk.
- Default Ticket Type — Automatically selects a ticket type when creating tickets.
- Ticket Type is Mandatory — Requires agents to choose a ticket type.
- Allow Anyone to Create Tickets — Allows ticket creation without additional permissions.
- Enable Feedback for Customer Portal — Requires customers to submit feedback before ticket closure.
- Auto Update Status — Changes the ticket status to Replied when an agent responds.
- Automatically Close Tickets — Automatically closes inactive tickets after a configured period.
- Auto-close Status — Specifies which status starts the auto-close countdown.
- Auto-close After (Days) — Defines how long tickets remain in the selected status before closing automatically.
Email Feedback
Helpdesk can automatically request customer feedback through email after a ticket reaches a specified status.
Enable Email Feedback
- Open the Ticket tab in HD Settings.
- Enable Feedback for Email Tickets.
- Select the status that should trigger the feedback email, such as Resolved or Closed.
When a ticket reaches the selected status, Helpdesk sends a feedback email within the existing email conversation. Customers can submit their rating using the included feedback form.
How Email Feedback Works
- A unique identifier is generated for every ticket.
- The feedback email contains a secure link associated with that ticket.
- After submission, the feedback is automatically linked to the corresponding ticket.
Limitations
- Works only for newly created email tickets.
- Submitted feedback cannot be edited by customers.
- Only applies to tickets received via email.
Search Settings
Helpdesk includes configurable search ranking to improve search accuracy for tickets and Knowledge Base articles.
Regenerate Search Index
Click Regenerate Search Index whenever you’ve added new articles or if search results appear outdated.
Search Weighting
You can adjust the importance of different searchable fields.
- Name Weight
- Subject Weight
- Description Weight
- Headings Weight
Higher values increase the relevance of that field during searches.
Dark Mode
Helpdesk supports both light and dark themes.
- Open the User dropdown.
- Select Toggle Theme.
Customize Ticket Naming
Ticket IDs can be customized using Frappe’s naming rules.
- Open the HD Ticket DocType in Desk.
- Open the ••• menu and select Customize.
- Open the Details tab.
- Select the Naming section.
- Change the naming rule to Expression.
- Enter a naming expression such as
INCD-.#####.
For example:
INCD-.#####→ INCD-00001ISS-.###→ ISS-001
Best Practices
- Configure incoming and outgoing email accounts before your support team begins using Helpdesk.
- Enable team restrictions if multiple support teams handle different ticket categories.
- Use automatic ticket closure to reduce stale tickets.
- Enable customer feedback to measure support quality.
- Regenerate the search index after importing or updating Knowledge Base articles.