> For the complete documentation index, see [llms.txt](https://docs.tribalknowledge.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tribalknowledge.tech/exemplar-tutorials/knowledge-sharing-code-review/create-a-checklist.md).

# Create a CheckList

* Go to the Jotlist folder and start Jotlist.exe
* Create XML similar to the one below and save the file as dbcr\_reveiw\.cl. &#x20;

```xml
<CHECKLIST>
    <PLSQL>
        <DMLGROUPEXISTS>
            <CHECKLISTID>12345</CHECKLISTID>
            <VERSION>1.0</VERSION>
            <DELETE>TABLEA</DELETE>
            <DELETE>TABLEB</DELETE>
            <DELETE>TABLEC</DELETE>
            <INSERT>TABLED</INSERT>
            <UPDATE>TABLEE</UPDATE>           	
        </DMLGROUPEXISTS>
    </PLSQL>    
</CHECKLIST>	
```

* On Exemplar main screen click "Code Review"
* Then Click on "Checklist"
* Then Click "Add Files".  Add the dbcr\_reveiw\.cl file and then click close.
