# Schematics

Schematics is a powerful feature of the Angular ecosystem. You can quickly add project directories or generate common business templates through Schematics.

Currently, ng-matero implements the functions of `ng add` and `ng generate`. It will add `ng update` later making convenient for upgrading and maintenance of ng-matero project. At the same time, I will continue to improve `ng generate` and provide more commonly used business templates.

* [ng add](/ng-matero/schematics/project-init.md)
* [ng generate](/ng-matero/schematics/new-route.md)
* ng update


---

# 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://nzbin.gitbook.io/ng-matero/schematics.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.
