# Nzoni docs

## Nzoni docs

- [Getting Started](https://docs.nzoni.app/getting-started.md): Welcome to the documentation for Nzoni Boilerplate! This guide will walk you through the setup, configuration, and usage of Nzoni, a robust SaaS boilerplate designed to accelerate your web application
- [Angular](https://docs.nzoni.app/angular.md)
- [Project Structure](https://docs.nzoni.app/angular/project-structure.md): In this chapter, we will go through the structure of the Angular project from Nzoni boilerplate and give you an overview of how modules and components are structured.
- [Authentication, Magic Link and Google Auth](https://docs.nzoni.app/angular/authentication-magic-link-and-google-auth.md): The Nzoni boilerplate comes with built-in support for popular sign-in services. With just a few updates to environment variables
- [Landing page](https://docs.nzoni.app/angular/landing-page.md): The Nzoni boilerplate comes with preset landing page.
- [Payments and Plans](https://docs.nzoni.app/angular/payments-and-plans.md)
- [Blog and articles](https://docs.nzoni.app/angular/blog-and-articles.md)
- [User Dashboard](https://docs.nzoni.app/angular/user-dashboard.md): In this chapter, we will go through the structure of the User dashboard module of Nzoni boilerplate and give you an overview of how components are structured.
- [Admin Dashboard](https://docs.nzoni.app/angular/admin-dashboard.md): In this chapter, we will go through the structure of the Admin module of Nzoni boilerplate and give you an overview of how components are structured.
- [SEO & SSR](https://docs.nzoni.app/angular/seo-and-ssr.md): In this chapter, we will explain the SEO module of  Nzoni Boilerplate
- [Deploy Angular Project](https://docs.nzoni.app/angular/deploy-angular-project.md)
- [Nest.js](https://docs.nzoni.app/nest.js.md)
- [Project Structure](https://docs.nzoni.app/nest.js/project-structure.md): In this chapter, we will go through the structure of the Nest.js project from Nzoni boilerplate and give you an overview of how modules are structured.
- [Authentication, Google auth and Magic link](https://docs.nzoni.app/nest.js/authentication-google-auth-and-magic-link.md)
- [Blogposts](https://docs.nzoni.app/nest.js/blogposts.md)
- [Plans](https://docs.nzoni.app/nest.js/plans.md)
- [ Stripe Payment](https://docs.nzoni.app/nest.js/stripe-payment.md)
- [Email and Templates](https://docs.nzoni.app/nest.js/email-and-templates.md)
- [Database and Migration](https://docs.nzoni.app/nest.js/database-and-migration.md)
- [Image File upload](https://docs.nzoni.app/nest.js/image-file-upload.md)
- [Users](https://docs.nzoni.app/nest.js/users.md): In this chapter, we will go through the Users Module and give you an overview of how module works
- [Deploy Nest.js project](https://docs.nzoni.app/nest.js/deploy-nest.js-project.md)
- [Node.js/MongoDB](https://docs.nzoni.app/node.js-mongodb.md)
- [Project structure](https://docs.nzoni.app/node.js-mongodb/project-structure.md): This boilerplate is well-organized to keep your code maintainable. Here's a breakdown of the key directories:
- [API endpoints](https://docs.nzoni.app/node.js-mongodb/api-endpoints.md): Here's an overview of the available API endpoints to manage various aspects of your SaaS application:
- [Angular / Firebase / Node.js](https://docs.nzoni.app/angular-firebase-node.js.md): This guide will walk you through the setup, configuration, and usage of Angular / Firebase / Node.js, a robust SaaS boilerplate designed to accelerate your SAAS
- [Create first and default plan](https://docs.nzoni.app/create-first-and-default-plan.md): You'll find all the steps you need to create a default plan. Note that you will be able to create other plans directly from your admin dashboard.
- [Create an Admin User](https://docs.nzoni.app/create-an-admin-user.md): Discover how to create your  Admin User
- [Support](https://docs.nzoni.app/support.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.nzoni.app/getting-started.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
