> For the complete documentation index, see [llms.txt](https://intercode.gitbook.io/intercode-saas-kit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://intercode.gitbook.io/intercode-saas-kit/pages.md).

# Pages

- [Auth](https://intercode.gitbook.io/intercode-saas-kit/pages/auth.md): This document provides a detailed overview of the Intecode Common Auth Module, which is responsible for handling user authentication and authorization.
- [Working with PassportJS](https://intercode.gitbook.io/intercode-saas-kit/pages/auth/working-with-passportjs.md): Detailed documentation on working with PassportJS library
- [Two-Factor Auth](https://intercode.gitbook.io/intercode-saas-kit/pages/auth/two-factor-auth.md): This module provides 2FA functionality for enhanced security. It allows users to enable or disable 2FA, generate a QR code for setup in authentication apps, and validate a 2FA code during login.
- [OAuth Providers](https://intercode.gitbook.io/intercode-saas-kit/pages/auth/oauth-providers.md): This page explains existing OAuth providers and how to setup additional ones.
- [Leads](https://intercode.gitbook.io/intercode-saas-kit/pages/leads.md): Here you learn how Leads page work.
- [Businesses](https://intercode.gitbook.io/intercode-saas-kit/pages/businesses.md): Here you will find information about businesses, comments, infinite scroll lib
- [Team management](https://intercode.gitbook.io/intercode-saas-kit/pages/team-management.md): Here you will found all the necessary info about how to create the team, how to manage team creation and how to invite member an so on.
- [Ownership](https://intercode.gitbook.io/intercode-saas-kit/pages/team-management/ownership.md): Here you can find how to manage team ownership
- [Profile](https://intercode.gitbook.io/intercode-saas-kit/pages/profile.md): In this part of the documentation you will understand how profile page built and work.
- [User Settings](https://intercode.gitbook.io/intercode-saas-kit/pages/user-settings.md): At this section you will find all personal settings. Some of them are standalone features, you can navigate to them through link bellow.
- [App Tour](https://intercode.gitbook.io/intercode-saas-kit/pages/user-settings/app-tour.md): Here you will learn how app tour work.
- [App Settings](https://intercode.gitbook.io/intercode-saas-kit/pages/app-settings.md): In this group you will find all the settings of the application. Just go into the subgroup and learn everything you need.
- [Lead Statuses](https://intercode.gitbook.io/intercode-saas-kit/pages/app-settings/lead-statuses.md): Here you will find all the information how lead statuses works.
- [Dashboard](https://intercode.gitbook.io/intercode-saas-kit/pages/dashboard.md): Here you will find information  about widgets, chart JS library and general page logic
- [Lead volume widget](https://intercode.gitbook.io/intercode-saas-kit/pages/dashboard/lead-volume-widget.md): ui/src/components/adminDashboard/widgets/LeadVolumeWidget
- [Doughnut chart widget](https://intercode.gitbook.io/intercode-saas-kit/pages/dashboard/doughnut-chart-widget.md): ui/src/components/adminDashboard/widgets/DoughnutChartWidget
- [Recent leads table widget](https://intercode.gitbook.io/intercode-saas-kit/pages/dashboard/recent-leads-table-widget.md): ui/src/components/adminDashboard/widgets/RecentLeadsTableWidget
- [Lead count over period widget](https://intercode.gitbook.io/intercode-saas-kit/pages/dashboard/lead-count-over-period-widget.md): ui/src/components/adminDashboard/widgets/LeadCountOverPeriodWidget
- [Demo](https://intercode.gitbook.io/intercode-saas-kit/pages/demo.md): Here you'll find information about demo mode
