# CRUD Templates Modules

We have a lot of modules which are actually a set of CRUDs pre-built for you, to save your time from creating all the fields manually.

## Basic CRM&#x20;

CRUDs for Customers, their Types, Documents and Notes

{% embed url="<https://www.youtube.com/watch?v=IKLNAIWXVOk>" %}

## Product Management

Simple management system for products, their categories, tags and photos.

{% embed url="<https://www.youtube.com/watch?v=YOLxWxg-3tY>" %}

## Asset Management

Simple asset management system for the organization - track your hardware's location and assign people.

{% embed url="<https://www.youtube.com/watch?v=wiFqhn6TfHo>" %}

## Content Management

Static pages management for your project - things like “About us”, “History” etc.

{% embed url="<https://www.youtube.com/watch?v=zkUpaTxG21c>" %}

## Expenses Management

Small project for tracking expenses, consists of CRUDs like Categories, Income, Expenses, Reports.

{% embed url="<https://www.youtube.com/watch?v=LVzjiDiGUHI>" %}

## Client Management (for freelancers)

Client management system for freelancers: clients, projects, income reports and some flexible settings.

{% embed url="<https://www.youtube.com/watch?v=X9U5q7EvF1Q>" %}

## FAQ Management

Frequently Asked Questions - manage questions/answers and assign them to categories.

{% embed url="<https://www.youtube.com/watch?v=h7UR9Sgv-Ac>" %}

## Contacts Management

Simple contact management - CRUDs for Companies and Contacts.

{% embed url="<https://www.youtube.com/watch?v=wnTF8r5Noio>" %}

## Time Management

Small project for time tracking, consists of CRUDs like Work Types, Project, Time Entries and Reports.

{% embed url="<https://www.youtube.com/watch?v=GtVZkOYe9h4>" %}


---

# Agent Instructions: 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:

```
GET https://helpdocs.quickadminpanel.com/modules/crud-templates-modules.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.
