# SaasCore Docs

## SaasCore Docs

- [Get Started](https://zakariaes-organization.gitbook.io/saascore-docs/get-started.md)
- [Configuration](https://zakariaes-organization.gitbook.io/saascore-docs/configuration.md)
- [Database](https://zakariaes-organization.gitbook.io/saascore-docs/configuration/database.md)
- [Stripe](https://zakariaes-organization.gitbook.io/saascore-docs/configuration/stripe.md)
- [Product ID and Price ID](https://zakariaes-organization.gitbook.io/saascore-docs/configuration/stripe/product-id-and-price-id.md)
- [API keys](https://zakariaes-organization.gitbook.io/saascore-docs/configuration/stripe/api-keys.md)
- [Stripe Webhook](https://zakariaes-organization.gitbook.io/saascore-docs/configuration/stripe/stripe-webhook.md)
- [Emails](https://zakariaes-organization.gitbook.io/saascore-docs/configuration/emails.md)
- [Cron Jobs](https://zakariaes-organization.gitbook.io/saascore-docs/configuration/emails/cron-jobs.md)
- [Claudinary](https://zakariaes-organization.gitbook.io/saascore-docs/configuration/claudinary.md): Image uploading
- [Chat plugin](https://zakariaes-organization.gitbook.io/saascore-docs/configuration/chat-plugin.md)
- [Upstash Redis](https://zakariaes-organization.gitbook.io/saascore-docs/configuration/upstash-redis.md)
- [OAuth with Google and GitHub](https://zakariaes-organization.gitbook.io/saascore-docs/configuration/oauth-with-google-and-github.md)
- [Subscription types and plans](https://zakariaes-organization.gitbook.io/saascore-docs/configuration/subscription-types-and-plans.md)
- [Affiliate program](https://zakariaes-organization.gitbook.io/saascore-docs/configuration/affiliate-program.md)
- [Google Analytics Api](https://zakariaes-organization.gitbook.io/saascore-docs/configuration/google-analytics-api.md): Setting Up Google Analytics Variables for GA4 Integration
- [Landing page](https://zakariaes-organization.gitbook.io/saascore-docs/landing-page.md): The components essential for the landing page are found at: app/page.tsx.
- [Header](https://zakariaes-organization.gitbook.io/saascore-docs/landing-page/header.md): Question: How to Add/Remove New NavLinks?
- [Hero](https://zakariaes-organization.gitbook.io/saascore-docs/landing-page/hero.md)
- [Discount](https://zakariaes-organization.gitbook.io/saascore-docs/landing-page/hero/discount.md)
- [AvatarCircles](https://zakariaes-organization.gitbook.io/saascore-docs/landing-page/hero/avatarcircles.md): The AvatarCircles component is dynamic, fetching the latest 5 subscribers and the total number of clients from the backend and displaying them beautifully in the hero section.
- [Other components](https://zakariaes-organization.gitbook.io/saascore-docs/landing-page/other-components.md)
- [Authentication Flow](https://zakariaes-organization.gitbook.io/saascore-docs/authentication-flow.md)
- [For Admins](https://zakariaes-organization.gitbook.io/saascore-docs/authentication-flow/for-admins.md)
- [For Clients](https://zakariaes-organization.gitbook.io/saascore-docs/authentication-flow/for-clients.md)
- [OAuth](https://zakariaes-organization.gitbook.io/saascore-docs/authentication-flow/for-clients/oauth.md)
- [Credentials](https://zakariaes-organization.gitbook.io/saascore-docs/authentication-flow/for-clients/credentials.md)
- [For Affiliates](https://zakariaes-organization.gitbook.io/saascore-docs/authentication-flow/for-affiliates.md)
- [Payments](https://zakariaes-organization.gitbook.io/saascore-docs/payments.md)
- [Payment Flow Scenarios](https://zakariaes-organization.gitbook.io/saascore-docs/payments/payment-flow-scenarios.md)
- [Scenario 1: Registered Client](https://zakariaes-organization.gitbook.io/saascore-docs/payments/payment-flow-scenarios/scenario-1-registered-client.md)
- [Scenario 2: Direct Subscription from Home Page](https://zakariaes-organization.gitbook.io/saascore-docs/payments/payment-flow-scenarios/scenario-2-direct-subscription-from-home-page.md)
- [Upgrading/Downgrading/Canceling Subscriptions](https://zakariaes-organization.gitbook.io/saascore-docs/payments/payment-flow-scenarios/upgrading-downgrading-canceling-subscriptions.md)
- [Pricing Table](https://zakariaes-organization.gitbook.io/saascore-docs/payments/pricing-table.md)
- [Component Protection](https://zakariaes-organization.gitbook.io/saascore-docs/component-protection.md): Implementing Component  rotection Based on Subscription Plans
- [Pending ...](https://zakariaes-organization.gitbook.io/saascore-docs/pending-....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://zakariaes-organization.gitbook.io/saascore-docs/get-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.
