> 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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://intercode.gitbook.io/intercode-saas-kit/pages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
