# Custom Reports

Demo video - <https://youtu.be/0849CkWYZWc>

Often, you may only need a subset of checks and don’t want to run all checks. Now, you can tailor the security checks to fit your requirements. For example, if your organization is only focused on 15 specific checks, you can select those and generate reports exclusively for them, instead of running the full comprehensive report

You can visit this URL <https://klouddb.io/klouddbshield_customtemplate.html> to select your checks and generate custom template&#x20;

Once you download the template in json or csv format please execute below command

```
ciscollector -r -custom-template <<path_to_custom_template_file_location>>

Example :
ciscollector -r -custom-template ./downloaded-file.json

```
