# Comparison

To understand all three packages, please check the following comparison. The Bold part shows the difference.

| Feature/Package     | Skeleton                 | Seed                 |
| ------------------- | ------------------------ | -------------------- |
| **Packages**        | **Same as full-version** | **Removed unused**   |
| Views/Pages         | Removed unused           | Removed unused       |
| Routes              | Removed unused           | Removed unused       |
| **References**      | **Same as full-version** | **Removed unused**   |
| Components          | Same as full-version     | Same as full-version |
| **Contexts**        | **Same as full-version** | **Removed unused**   |
| Customizer          | Removed                  | Removed              |
| **Data (Fake)**     | **Same as full-version** | **Removed unused**   |
| **Layout**          | **Same as full-version** | **Removed unused**   |
| Menu items          | Removed unused           | Removed unused       |
| Sections            | Removed unused           | Removed unused       |
| **Authentications** | **Same as full-version** | **Removed unused**   |
| **Store**           | **Same as full-version** | **Removed unused**   |
| Themes              | Same as full-version     | Same as full-version |
| **Types (For TS)**  | **Same as full-version** | **Removed unused**   |
| **APIs**            | **Same as full-version** | **Removed unused**   |


---

# 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://codedthemes.gitbook.io/mantis/v1.0.0/integration/comparison.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.
