> ## Documentation Index
> Fetch the complete documentation index at: https://projectdiscovery-subfinder-reference-blog.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Template Editor Introduction

> Learn about using the Nuclei template editor

![Templates Editor](https://mintlify.s3-us-west-1.amazonaws.com/projectdiscovery-subfinder-reference-blog/images/editor.jpg)

[Nuclei Template Editor](https://cloud.projectdiscovery.io) is a multi-functional cloud hosted tool designed for creating, running, and sharing Nuclei Templates. It's packed with helpful features for individual and professional users seeking to manage and execute templates.

## Features

The following table showcases the current and upcoming features:

| Feature                    | Description and Use                                                                                                                                                                           | Availability              |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
| **Editor**                 | Experience something akin to using VS Code with our integrated editor, built on top of Monaco. This feature allows easy writing and modification of Nuclei Templates.                         | Free                      |
| **Optimizer**              | Leverage the in-built TemplateMan API to automatically lint, format, validate, and enhance your Nuclei Templates.                                                                             | Free                      |
| **Scan (URL)**             | Run your templates on a targeted URL to check their validity.                                                                                                                                 | Free \*                   |
| **Debugger**               | Utilize the in-built debugging function that displays requests and responses of your template scans, aiding troubleshooting and understanding template behavior.                              | Free                      |
| **Cloud Storage**          | Store and access your Nuclei Templates securely anytime, anywhere using your account.                                                                                                         | Free                      |
| **Sharing**                | Share your templates for better collaboration by generating untraceable unique links.                                                                                                         | Free                      |
| **AI Assistance**          | Employ AI to craft Nuclei Templates based on the context of specified vulnerabilities. This feature simplifies template creation and tailors them to minimize the time required for creation. | Free \*                   |
| **Scan (LIST, CIDR, ASN)** | In the professional version, run scans on target lists, network ranges (CIDR), AS numbers (ASN).                                                                                              | Professional `(upcoming)` |
| **REST API**               | In the professional version, fetch templates, call the AI, and perform scans remotely using APIs.                                                                                             | Professional `(upcoming)` |
| **PDCP Sync**              | Sync your generated templates with the ProjectDiscovery Cloud Platform for easy access and management, available in the professional version.                                                 | Professional `(upcoming)` |

## Free Feature Limitations

Some features available within the free tier have usage caps in place:

* **Scan (URL):** You're allowed up to **100** scans daily.
* **AI Assistance:** Up to **10** queries can be made each day.

The limitations, reset daily, ensure system integrity and availability while providing access to key functions.

## How to Get Started

Begin by ensuring you have an account. If not, sign up on [https://cloud.projectdiscovery.io](https://cloud.projectdiscovery.io/) and follow the steps below:

1. Log in to your account at [https://cloud.projectdiscovery.io](https://cloud.projectdiscovery.io).
2. Click on the "**Create new template**" button to open up a fresh editor.
3. Write and modify your template. The editor avails tools like syntax highlighting, snippet suggestion, among other features to simplify your writing process.
4. Having written your template, input your testing target and click the "**Scan**" button to authenticate your template's accuracy.

<iframe src="https://cloud.projectdiscovery.io/public/CVE-2023-0297" width="700px" height="700px" />

## FAQ

<AccordionGroup>
  <Accordion title="Who owns the templates generated by the AI?">
    You own any templates generated by the AI through the Nuclei Templates Editor. They are your property, and you are granted a perpetual license to use and modify them as you see fit.
  </Accordion>

  <Accordion title="How accurate are the templates generated by the AI?">
    The accuracy of the generated templates is primarily dependent on the detail
    and specificity of the input you provide. The more detailed information you
    supply, the better the AI can understand the context and create an accurate
    template. However, as with any AI tool, it is highly recommended to review,
    validate, and test any generated templates before using them in a live
    environment.
  </Accordion>

  <Accordion title="Does AI learn from the templates I generate?">
    No, AI does not use the templates you generate for further training or improvement of the AI model. The system only utilizes public templates and CVE data for training, ensuring your unique templates remain confidential.
  </Accordion>
</AccordionGroup>
