> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/on-premises/fr/support/support-guides/using-templates-as-an-individual.md).

# Utiliser des modèles en tant que particulier

Si un utilisateur individuel souhaite utiliser un modèle de la galerie de modèles sur overleaf.com, il devra :

{% stepper %}
{% step %}

### Localiser le modèle

Accédez à la [Galerie de modèles](https://www.overleaf.com/latex/templates) sur [overleaf.com](https://www.overleaf.com/) et localisez le modèle requis, par exemple [Modèle d'article pour IEEE Photonics Journal - Exemple de soumission](https://www.overleaf.com/latex/examples/ieee-photonics-journal-paper-template-example-submission/bsfjjfkdsjds)
{% endstep %}

{% step %}

### Ouvrir comme modèle

Cliquez sur le **Ouvrir comme modèle** bouton.

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

{% step %}

### Télécharger la source

Cliquez sur le menu du projet et choisissez **Télécharger le code source**.

<figure><img src="/files/ef51b140566b0f12ce12bfbc1fe4b0fbc775676d" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Se connecter à Overleaf Pro

Connectez-vous à votre compte Overleaf Pro sur site.
{% endstep %}

{% step %}

### Créer un nouveau projet et téléverser

Depuis le tableau de bord des projets, cliquez sur **Nouveau projet** et choisissez **Téléverser le projet**.

<figure><img src="/files/3b61adc0c7630dd2d26d549247c1deb4eb08252e" alt="" width="396"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Sélectionnez le fichier zip du modèle

Cliquez sur **Sélectionner un fichier .zip** et choisissez le fichier zip du modèle téléchargé.

<figure><img src="/files/6229386064dcd7fe38e2dce723ddad16b0600278" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

Vous pouvez ensuite utiliser ce modèle nouvellement téléversé selon vos besoins.

{% hint style="info" %}
Un [overleaf.com](https://www.overleaf.com/) compte est requis
{% endhint %}


---

# 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://overleaf-pro.ayaka.space/on-premises/fr/support/support-guides/using-templates-as-an-individual.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.
