# Setup docs

## Tebex setup docs

- [Welcome!](https://docs.kangaroodev.net/welcome.md)
- [Installation](https://docs.kangaroodev.net/overview/installation.md): Learn more about basic information and the template installation process itself.
- [Our Features](https://docs.kangaroodev.net/overview/our-features.md): Learn more about template features!
- [Getting set up](https://docs.kangaroodev.net/fundamentals/getting-set-up.md)
- [Theme customization](https://docs.kangaroodev.net/fundamentals/getting-set-up/theme-customization.md): Learn more about customization the template. Changing colors, images, adding your header logo etc.
- [For Developers](https://docs.kangaroodev.net/fundamentals/getting-set-up/for-developers.md)

## Vital | Freelancing Portal

- [Vital | Freelancing Panel](https://docs.kangaroodev.net/product-docs/readme.md)
- [Features](https://docs.kangaroodev.net/product-docs/getting-started/quickstart.md): This section describes every part of the panel and what it does.
- [Setup](https://docs.kangaroodev.net/product-docs/getting-started/publish-your-docs.md): This section explains how to set up the project from scratch (local development and production).
- [Hosting and deployment](https://docs.kangaroodev.net/product-docs/getting-started/hosting-and-deployment.md): The panel can be hosted on Vercel (recommended, serverless) or any Node.js server (VPS, Railway, Render, etc.).
- [Authentication](https://docs.kangaroodev.net/product-docs/getting-started/authentication.md): The panel uses session-based authentication stored in a cookie named admin\_session. No JWT; the server keeps the session payload in the cookie (after login or Discord OAuth).
- [Permissions and roles](https://docs.kangaroodev.net/product-docs/getting-started/permissions-and-roles.md): Access to pages and API is determined by role and permissions stored on the user in the database.
- [Environment variables](https://docs.kangaroodev.net/product-docs/getting-started/environment-variables.md): All variables are optional except DATABASE\_URL (required for the app to run with Prisma).
- [Overview](https://docs.kangaroodev.net/product-docs/addons-discord-bot/overview.md): General information about the discord bot addon.
- [Features](https://docs.kangaroodev.net/product-docs/addons-discord-bot/features.md): List of all the cool features
- [Overview](https://docs.kangaroodev.net/product-docs/addons-forms/overview.md): wip
- [Features](https://docs.kangaroodev.net/product-docs/addons-forms/features.md): wip
