Training On Demand

From contracts to your tech suite, you can deep dive into it here.

Get Started

Celebrate Mom with Smart Home Gifts

Because Mom deserves the best home devices!

Shop now

Daily Huddle Replays

In case you missed a morning huddle and you want to catch up on it, you can do it here. From Real Life Real Estate to Tech Tips, you can find all of our morning training recordings here.

Contract Mastery

From the basics on simply how to fill out a contract to advanced addendums, we cover it here.

Moxi Works Training

Moxi is a platform that can transform your buiness. But you have to know how to use it. Learn more here.

Dotloop Training

From creating a loop to assigning signatures, we cover how to use dotloop here!

Scripts Mastery

What to say and how to say it. We cover all of your scripts, objection handling and more with our script courses.

window.userGuiding.identify(userId*, attributes) // example with attributes window.userGuiding.identify('1Ax69i57j0j69i60l4', { email: 'user@awesome.com', name: 'Awesome User', created_at: 1644403436643, }) // example with company attributes window.userGuiding.identify('1Ax69i57j0j69i60l4', { name: 'Awesome User', // id of company is required company: { id: '1', name: 'Awesome Company', } }) // or just send userId without attributes window.userGuiding.identify('1Ax69i57j0j69i60l4')