# Add a template

You can create a template for later use. Templates can be created for any table, and an unlimited number of templates can be created.

The template is identical to the normal record except that `is_template=true`.

## Add from side menu

1. Click the **Add** button in the side menu.
2. Choose a table. Simply click the "**...**" icon next to a table, and then select the **Blank \[Table] template** option.
3. Depending on your "[Add from form vs. Add directly](#form-add-vs.-direct-add)" settings, a form will be displayed or a record will be directly created.<br>
4. The newly created template should be opened directly.

{% hint style="info" %}
In the form view, you can also set **Is Template** to `true` to make the newly created record a template.
{% endhint %}

## Add from project list view

When you click a Project / Folder and at the Project List View, you can add any type of table from the navigation bar.

By clicking the "**+ Add**" button, you will see the same interface as "[Add from side menu](#add-from-side-menu)".

## Add from table list view

In the Table List View, you can add a new record from the nav bar.

1. Click the "**Add \[Table name]**" button
2. A dropdown menu will be opened. Select "**+ \[Table name] template**". Depending on your "[Add from form vs. Add directly](#form-add-vs.-direct-add)" settings, a form will be displayed or a record will be directly created.
3.

```
<img src="../../.gitbook/assets/add-table-list-button.webp" alt="" data-size="original">
```

## Add from detail view

In the record detail view, you can click "**+ \[Table name]**" at the nav bar to add a new record.

A dropdown menu will be opened. Select "**+ \[Table name] template**". Depending on your "[Add from form vs. Add directly](#form-add-vs.-direct-add)" settings, a form will be displayed or a record will be directly created.

<img src="/files/pPw6S7mEASZY9BsZ5Rwt" alt="" data-size="original">

## Create templates from existing records

The record can also be changed into a template by clicking on the "Columns" tab, then switching `is_template` to `true`.

Using bulk edit, you can also change the value of is\_template for multiple records at once.

## Remove a template

Labii encourages you to replace the old templates with new ones. You can do so by setting the newest records as templates, and by removing existing templates.

You can do this by setting `is_template` to `false`.

Using bulk edit, you can also change the value of is\_template for multiple records at once.


---

# 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.labii.com/user-guide/add-record/add-a-template.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.
