# Creating a project from a template

{% stepper %}
{% step %}
To create a project from a template, in the **Project Dashboard** page, click **New Project.** A drop-down menu will display. Below **Templates**, click on the document type you are about to write.

<figure><img src="/files/6VGTRp8Dfb6QWThq7dSp" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
You will be redirected to a list of templates where you can select one that is suitable. The gallery includes official templates from publishers, which in some cases are suitable for [direct submission on Overleaf](https://www.overleaf.com/blog/437-submit-to-overleafs-publishing-partners).

<figure><img src="/files/l62q4SQztA5EN3KFnRWY" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Clicking on the template thumbnail will display some further information about the template, and you can start editing your own copy of the template on Overleaf right away by clicking **Open as Template**.

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

You can also go directly to [www.overleaf.com/gallery](https://www.overleaf.com/gallery/) and click on a template to create a new project.
{% endstep %}
{% endstepper %}


---

# 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.overleaf.com/templates/creating-a-project-from-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.
