You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Some common questions and answers about Nuclei templates'
2
+
title: "Templates & Editor FAQ"
3
+
description: "Answers to common questions about Nuclei templates and our cloud platform template editor"
4
4
sidebarTitle: "FAQ"
5
5
---
6
6
7
-
8
7
<AccordionGroup>
9
8
<Accordiontitle="What are Nuclei templates?">
10
9
Nuclei [templates](http://github.com/projectdiscovery/nuclei-templates) are the core of the Nuclei project and ProjectDiscovery Cloud Platform. The templates contain the actual logic that is executed in order to detect various vulnerabilities.
<Accordiontitle="How do I run Nuclei templates in the Cloud Platform?">
39
38
40
-
Nuclei templates are selected as part of any scans you create. You can select pre-configured groups of templates, individual templates, or add your own custom templates as part of your scan configuration.
39
+
Nuclei templates are selected as part of any scans you create. You can select pre-configured groups of templates, individual templates, or add your own custom templates as part of your scan configuration.
41
40
42
-
- Check out [the scanning documentation](/cloud/scanning/overview) to learn more.
43
-
</Accordion>
44
-
45
-
<Accordiontitle="How can I contribute a Nuclei template?">
46
-
You are always welcome to share your templates with the community. You can either open a [GitHub issue](https://github.com/projectdiscovery/nuclei-templates/issues/new?assignees=&labels=nuclei-template&template=submit-template.md&title=%5Bnuclei-template%5D+template-name) with the template details or open a GitHub [pull request](https://github.com/projectdiscovery/nuclei-templates/pulls) with your Nuclei templates. If you don't have a GitHub account, you can also make use of the [discord server](https://discord.gg/projectdiscovery) to share the template with us.
41
+
- Check out [the scanning documentation](/cloud/scanning/overview) to learn more.
47
42
</Accordion>
48
43
49
-
<Accordiontitle="Who owns the templates generated by the AI?">
50
-
You own any templates generated by the AI through the Template Editor. They are your property, and you are granted a perpetual license to use and modify them as you see fit.
51
-
</Accordion>
44
+
{""}
45
+
46
+
<Accordiontitle="How can I contribute a Nuclei template?">
47
+
You are always welcome to share your templates with the community. You can
request](https://github.com/projectdiscovery/nuclei-templates/pulls) with your
52
+
Nuclei templates. If you don't have a GitHub account, you can also make use of
53
+
the [discord server](https://discord.gg/projectdiscovery) to share the
54
+
template with us.
55
+
</Accordion>
56
+
57
+
{""}
58
+
59
+
<Accordiontitle="Who owns the templates generated by the AI?">
60
+
You own any templates generated by the AI through the Template Editor. They
61
+
are your property, and you are granted a perpetual license to use and modify
62
+
them as you see fit.
63
+
</Accordion>
64
+
65
+
{""}
52
66
53
-
<Accordiontitle="Do you use a public or private LLM?">
67
+
<Accordiontitle="Do you use a public or private LLM?">
54
68
The Template Editor feature in PDCP uses OpenAI.
55
-
</Accordion>
69
+
</Accordion>
56
70
57
71
<Accordiontitle="Do you store the prompts, and what is your data retention policy?">
58
-
59
-
Yes, prompts are stored as part of the generated template metadata. This data is deleted as soon as the template or the user are deleted.
60
-
</Accordion>
72
+
Yes, prompts are stored as part of the generated template metadata. This data
73
+
is deleted as soon as the template or the user are deleted.
74
+
</Accordion>
75
+
76
+
{""}
77
+
78
+
<Accordiontitle="How accurate are the templates generated by the AI?">
79
+
The accuracy of the generated templates is primarily dependent on the detail
80
+
and specificity of the input you provide. The more detailed information you
81
+
supply, the better the AI can understand the context and create an accurate
82
+
template. However, as with any AI tool, it is highly recommended to review,
83
+
validate, and test any generated templates before using them in a live
84
+
environment.
85
+
</Accordion>
86
+
87
+
{""}
61
88
62
-
<Accordiontitle="How accurate are the templates generated by the AI?">
63
-
The accuracy of the generated templates is primarily dependent on the detail
64
-
and specificity of the input you provide. The more detailed information you
65
-
supply, the better the AI can understand the context and create an accurate
66
-
template. However, as with any AI tool, it is highly recommended to review,
67
-
validate, and test any generated templates before using them in a live
68
-
environment.
69
-
</Accordion>
70
-
71
-
<Accordiontitle="Does your LLM or AI learn from the templates I generate?">
72
-
No, AI does not use the templates you generate for further training or improvement of the AI model. The system only uses public templates and CVE data for training, ensuring your unique templates remain confidential.
73
-
</Accordion>
89
+
<Accordiontitle="Does your LLM or AI learn from the templates I generate?">
90
+
No, AI does not use the templates you generate for further training or
91
+
improvement of the AI model. The system only uses public templates and CVE
92
+
data for training, ensuring your unique templates remain confidential.
0 commit comments