Documentation Index
Fetch the complete documentation index at: https://gusto-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Introduction to Workflows
Workflows are pre-built UI experiences you can use to quickly and easily incorporate essential payroll functionality into your build, such as onboarding an employee or running payroll.Available Workflows
- Company Onboarding
- Employee Onboarding
- Employee Self Onboarding
Why should I use a Workflow?
Workflows are incredibly simple to add to your application. A single React component placed in your app can encapsulate an entire complex multi step user experience.How to use Workflows
In this example we incorporate the entire employee onboarding flow in our application. This component represents multiple steps including inputting profile details, taxes, and payment info. It can be implemented as follows:
What’s Next