> ## Documentation Index
> Fetch the complete documentation index at: https://nocode-docs.zeroagent.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

* To create a new module, head to the **Modules** section in the **project console**.

<img src="https://mintcdn.com/zeromagiclabsprivatelimited/FNI2lo67ZZ_e31YS/assets/images/sidebar-module.png?fit=max&auto=format&n=FNI2lo67ZZ_e31YS&q=85&s=824160641b9f813b16cb44b2d8647800" alt="sidebar-module" width="321" height="294" data-path="assets/images/sidebar-module.png" />

* Click `Create Module` and this will typically launch a form to define your module's details.
* Enter a `name` and `description` that identifies the purpose and functionality of this module (e.g., "user-management," "product-catalog").

<img src="https://mintcdn.com/zeromagiclabsprivatelimited/FNI2lo67ZZ_e31YS/assets/images/module-details.png?fit=max&auto=format&n=FNI2lo67ZZ_e31YS&q=85&s=6fe389057160fa99e61f0fa1ff4b15e6" alt="module-details" width="836" height="539" data-path="assets/images/module-details.png" />

* Specify a common `API route` for the module. This will serve as the base URL for all API endpoints within the module.
* Click on `Create Module` and your module will be created.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/zeromagiclabsprivatelimited/assets/images/module-api.png" alt="module-api" />

* Once created, you can start adding API routes and GraphQL APIs to the module as needed.

### Supported API Architecture

Here, you can find the list of supported [API Architectures](/basics/modules/introduction#supported-api-architecture).

### Quick Links

1. [Constructing Url Patterns](https://www.google.com/support/enterprise/static/gsa/docs/admin/current/gsa_doc_set/admin_crawl/url_patterns.html)
