# Task To Get Start

the task is very easy, we just need to build a blog CMS system using VILT stack using this map

### App Schema

* Authors Table
* Posts Table
* Comments Table
* Pages Table

### App Features

* The authors Has Many Posts
* Authors Can Access the Admin Panel and show only Posts
* Admin Can show All App Features
* Admin Can show or hide comments
* All Tables Must Have a search input with the main key and sortable field
* Create just 1 widget to collect the total of posts on the website
* Use Rish Text editor for Creating posts and page
* Use Tailwind for the frontend to show posts on the front of the website
* Create a Search to get the post by name


---

# 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://docs.tomatophp.com/learn/task-to-get-start.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.
