> For the complete documentation index, see [llms.txt](https://docs.robpod.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.robpod.cloud/advanced-scripting/templete-completion.md).

# Templete Completion

**Templete Completion** is the ability of Robpod Studio to complete statements blocks while you type the code.&#x20;

<figure><img src="/files/KDSnlCNADCPlevzOtgN4" alt=""><figcaption><p>Templete Completion in action while coding a UR script</p></figcaption></figure>

For example Universal Robots scripts always requires a terminating **end** keyword for each block statements. Using Template Completion the **end** keyword gets automatically inserted each time.

{% hint style="info" %}
You can also add you custom Templete Completion using PyCharm [Live Templetes](https://www.jetbrains.com/help/pycharm/using-live-templates.html#live_templates_configure) options.
{% endhint %}
