import { HelpArticle } from "@/components/help/help-article"; import { HelpSection } from "@/components/help/help-section"; import { HelpCallout } from "@/components/help/help-callout"; import { ScreenshotPlaceholder } from "@/components/help/screenshot-placeholder"; export default function ContractorsHelpPage() { return (

Keep track of every plumber, electrician, landscaper, and handyman you work with. Each contractor record stores their contact details and specialty.

  1. Go to your Contractors list.
  2. Tap Add Contractor.
  3. Enter their name, phone number, and optionally email.
  4. Select their specialty (plumbing, electrical, HVAC, etc.).
  5. Add any notes about your experience with them.

Specialties help you quickly filter and find the right contractor for a job. honeyDue comes with common home service categories:

Mark your go-to contractors as favorites for quick access. Favorited contractors appear at the top of your list and are highlighted when linking contractors to tasks.

Tap the star icon on any contractor card to toggle their favorite status.

Share your trusted contractors with friends, family, or new household members using the .honeydue file format.

Export your contractors as a .honeydue file and send it to anyone. They can import it into their own honeyDue account to instantly add your recommended pros.

See the Sharing guide for detailed export and import instructions.

When creating or editing a task, you can link a contractor to it. This creates a handy reference so you know who to call for that specific maintenance item.

Contractors linked to tasks also appear in residence reports, giving you a complete maintenance history with contact information.

); }