# Templates

### Steps

<mark style="color:purple;">**Accessing Templates**</mark>

* Open the **Templates Section** by clicking the **Templates Icon** in the top-right panel.
* Browse through predefined templates categorized by use cases or creators.\\

<mark style="color:purple;">**Using a Template**</mark>

* Select a template from the list.
* Review the attributes it contains.
* Apply the template to selected elements by clicking **Apply**.

<mark style="color:purple;">**Deleting Unused Templates**</mark>

* Locate the template you wish to remove.
* Click the **Delete** icon next to the template name.
* The template will be removed from your list.

<mark style="color:purple;">**Coming Soon**</mark>

**Create Your Own Templates**: Based on user feedback, a feature to create custom templates will be added. This will let users save and reuse their most frequently used attribute sets.


---

# 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://app-docs.creoglyph.io/attriflow/features/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.
