# Templates

Article templates allow you to follow a standardized format in your knowledge base and make sure documentation writers are providing the required information when creating a new article. Templates include the same blocks and editing features available in the standard article editor.

## Templates

{% hint style="info" %}
Leave internal notes in article templates to provide guidance to the author on rules they should follow or considerations they should pay attention to.
{% endhint %}

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

## Creating an article from a template

When creating a new article, you can start from a template. You'll see all available templates on the bottom of the article creation page.&#x20;

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.usepylon.com/pylon-docs/knowledge-base/articles-and-collections/templates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
