1---
2stage: Manage
3group: Import
4info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
5type: reference
6---
7
8# Custom instance-level project templates **(PREMIUM SELF)**
9
10> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/6860) in GitLab 11.2.
11
12GitLab administrators can set a group to be the source of project templates that are
13selectable when a new project is created on the instance. These templates can be selected
14when you go to **New project > Create from template** and select the **Instance** tab.
15
16Every project in the group, but not its subgroups, can be selected when a new project
17is created, based on the user's access permissions:
18
19- Public projects can be selected by any signed-in user as a template for a new project,
20  if all enabled [project features](../project/settings/index.md#sharing-and-permissions)
21  except for **GitLab Pages** and **Security & Compliance** are set to **Everyone With Access**.
22  The same applies to internal projects.
23- Private projects can be selected only by users who are members of the projects.
24
25The **Metrics Dashboard** is set to **Only Project Members** when you create a new project. Make
26sure you change it to **Everyone With Access** before making it a project template.
27
28Repository and database information that are copied over to each new project are
29identical to the data exported with the [GitLab Project Import/Export](../project/settings/import_export.md).
30
31To set project templates at the group level, see [Custom group-level project templates](../group/custom_project_templates.md).
32
33## Select instance-level project template group
34
35To select the group to use as the source for the project templates:
36
371. On the top bar, navigate to **Menu > Admin > Settings > Templates**.
381. Expand **Custom project templates**.
391. Select a group to use.
401. Select **Save changes**.
41
42Projects in subgroups of the template group are **not** included in the template list.
43
44<!-- ## Troubleshooting
45
46Include any troubleshooting steps that you can foresee. If you know beforehand what issues
47one might have when setting this up, or when something is changed, or on upgrading, it's
48important to describe those, too. Think of things that may go wrong and include them here.
49This is important to minimize requests for support, and to avoid doc comments with
50questions that you know someone might ask.
51
52Each scenario can be a third-level heading, e.g. `### Getting error message X`.
53If you have none to add when creating a doc, leave this section in place
54but commented out to help encourage others to add to it in the future. -->
55