> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/newsroom-planner/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/newsroom-planner/user-guide/top-menu/template.md).

# Template

When you create an event, a plan or an assignment, they are created from a template that is predestinated to contain certain information. For example, when you create an assignment, the type of assignment is always suggested to be "Text". Your organization has made global templates for event, plan and assignments. You can make your own personal template if you feel that the ones you usually create do not have the most common setting you need and you always need to fill in the same things over and over again.&#x20;

When you are in the calendar view you have an icon up to the right of the screen. Click here and you will be able to choose to create your own personal template.&#x20;

<div align="left"><img src="/files/CzdtF949XrcB1y4QJgr3" alt=""></div>

You can also create templates when you are in My assignment. The same function is reachable from the menu in the top of the list. In My assignment you can create plans and assignment, therefore it is these two types of template you can make here.&#x20;

<div align="left"><img src="/files/d04nhfQDqbTyO7jT18qB" alt=""></div>

### Example of an assignment template

You have chosen to create a personal template of the assignment. The editing dialog for your template is opened. You can clearly see that you are creating a template in the purple border, in the headline you see it is an assignment template your are editing.

You make three settings:

* Type of assignment (photo)
* You set your self as assignee
* You set the topic to sport.&#x20;

Click on the button Save to save your setting for your template.&#x20;

<div align="left"><img src="/files/oEoR5vUjpYiFbCibygtH" alt=""></div>

Next time, when you create an assignment, you will get these settings in the assignment automatically. If the plan has more information you will get both the information from the plan + your own settings from your template.&#x20;

If you want to change the settings you have made in your template, you can easily do this. Open the same menu as you did when you wanted to create an article. Now you see "Edit" instead of "Create".&#x20;

<div align="left"><img src="/files/yntPNhY5CrSiHHjVYy24" alt=""></div>

When you open your created template you see that the text in the purple border has changed to edit" instead of "create".

<div align="left"><img src="/files/qa7wGfrS6iFGO5qnHRh0" alt=""></div>

If you are running NRP v4 for the first time and you don't have Templates in your OC, check out Migration guide 3x -> 4.x

{% content-ref url="/pages/-MLD4Ts44dGJ-7-GVJ7F" %}
[3.x ➡ 4.x](/newsroom-planner/admin-guide/migration/3.x-4.x.md)
{% endcontent-ref %}

### Templates for different assignment types

In NRP version 6.5.0, the assignment template creation process has been improved to support various assignment types more effectively.&#x20;

User can create their own personal template for each assignment type (Text, Graphics, Photo, Video) with custom description text and save the template. When a new assignment is created using a template, the saved ‘Description’ and others template content is pre-populated, allowing users to keep, edit, or remove it as needed.

When you are in the calendar view you have an icon up to the right of the screen. Click here and you will be able to choose to create your own personal template for each assignment type.&#x20;

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

Once the template is created and saved, user can edit the template description using these options.

<figure><img src="/files/hLwVDtabusKdZKJVAlnY" alt=""><figcaption><p>Edit template options</p></figcaption></figure>

User can add following details in the template and the same content will be pre-populated on adding the new assignment.

* Status
* Location
* Description
* Assignees
* Slug
* Topic
* Category

<figure><img src="/files/YPpoctKm7XVrd43A9g5m" alt=""><figcaption><p>Template specific to assignment type</p></figcaption></figure>

**Points to remember:**

1. If the plan does not have any description, template description gets added on creating the assignment.
2. If the plan does have any description, template description gets appended with plan description on creating the assignment.

### Unit assignment templates now accessible to all users&#x20;

In NRP version 6.5.1, enabled assignment templates accessibility to all user belongs to that unit.

Admin User can create a generic template which can be used by all users belongs to that unit for each assignment type (Text, Graphics, Photo, Video) with custom description text and save the template in one unit. When a new assignment is created using a template, the saved ‘Description’ and others template content is pre-populated, allowing users to keep, edit, or remove it as needed.

**Points to be considered**

1. Create and edit Assignment templates options are restricted using a permission , a new permission **"dashboard:nrp/admin-assignment-template"** has been created to restrict the access.

* Only admin users (those assigned the new permission) are allowed to create or edit assignment templates.
* Non‑admin users (those without the new permission) cannot edit templates; they can only use the assignment templates created by admins.

2. There is no change in create and edit access for Event and Planning templates.

Create/Edit assignment template option would be disabled for non admin users.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.navigaglobal.com/newsroom-planner/user-guide/top-menu/template.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
