> For the complete documentation index, see [llms.txt](https://documentation.efalia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.efalia.com/documentations/tilkee/les-bases/creer-un-nouveau-projet.md).

# Créer un nouveau projet

Pour envoyer vos documents, il vous suffit de cliquer sur le bouton orange “Nouveau Projet” et de suivre les indications :

* Ajoutez un titre (par exemple “Proposition Entreprise XXX”)
* Choisir de partir depuis un projet vierge “Sans Modèle” ou de partir depuis un modèle de projet.
* Importez vos documents (Tilkee accepte tous les formats : PDF, PPT, Vidéo mp4, URL…) depuis “Mes ressources” (documents déjà importés sur la plateforme), depuis “Mon ordinateur”, depuis “Une URL” ou créer un texte via l’éditeur.\
  \&#xNAN;*Attention, certains types de documents (Excel par exemple) demandent un paramétrage de la zone d’impression pour s’afficher correctement dans l’espace documentaire.*
* Cliquez sur “Valider le projet et générer un lien d’accès”

Nous générons ensuite un lien d’accès que vous devez envoyer par email à votre contact. Pensez bien à renommer le champs “Nouveau lien d’accès” par le nom de votre prospect.

{% hint style="warning" %}
**Attention**

Attention ! Tilkee n’envoie PAS vos documents à votre place. Vous devez copier le lien d’accès puis le coller dans le corps du mail à destination de votre contact.
{% 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://documentation.efalia.com/documentations/tilkee/les-bases/creer-un-nouveau-projet.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.
