> For the complete documentation index, see [llms.txt](https://docs.kodezi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kodezi.com/feature-guides/generate-documents/code-summary.md).

# Code Summary

Our Code Summary feature works on 30 languages and intelligently adds an explanation as a multi-line or single-line comment as a prefix to the code file. You can observe your code and its explanation side by side and export it efficiently.

### Step 1 :

Log in first with Google Authentication on Kodezi.

<figure><img src="/files/sBFAeQYa8JQh8o22tLtU" alt=""><figcaption></figcaption></figure>

### Step 2 :

After signing in successfully, click on Generate Documentation button.

<figure><img src="/files/OWz83UYPyx6RWliAb1Yg" alt=""><figcaption></figcaption></figure>

### Step 3 :

Inside the Generate Documentation UI select the Code Summary, then click on the Generate button.

<figure><img src="/files/OZgmYvhfRWDpF6hqd8lm" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Kodezi does not support extremely large sections of code, so you may have to select a block of code for Code Summary if guided to do so.&#x20;
{% endhint %}

### Step 4 :

After clicking on the Generate button, the document-generating process will start.

<figure><img src="/files/WhLQJerYKMxAfvQWs0hJ" alt=""><figcaption></figcaption></figure>

### Step 5 :

You will see results similar to these in your IDE once the document-generating process is finished.

<figure><img src="/files/XUPoF0MVxrfkd5BE4Pw3" alt=""><figcaption></figcaption></figure>

### Step 6 :

Now You can simply click on the apply button for the result that will add to your original file.&#x20;
