> For the complete documentation index, see [llms.txt](https://help.steeple.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.steeple.com/news/fichiers-preconises.md).

# Types de fichiers préconisés : formats, poids et tailles

### Limites de téléversement

#### Images

* **Taille maximale** : 10 Mo
* **Formats acceptés** : GIF, HEIC, HEIF, JPEG, PNG, WebP

#### Vidéos

* **Taille maximale** : aucune limite de taille
* **Formats acceptés** : AVI, MP4, MPEG, QuickTime, WebM, FLV, M4V, Matroska, WMV

#### Documents et autres fichiers

* **Taille maximale** : 75 Mo
* **Formats acceptés** : PDF et tout autre format non image/vidéo

### Exemples de rendu pour une image portrait

#### Dans l'application web / mobile

#### Sur un écran TV en format "à la une"

#### Sur un écran TV en format standard

### Règles de combinaison

Lors de l'ajout de médias à une publication :

* **Plusieurs images** peuvent être combinées dans un album
* **Une seule vidéo** peut être ajoutée par message/publication
* Les vidéos ne peuvent **pas être combinées** avec d'autres types de fichiers
* Les PDF ne peuvent **pas être combinés** avec des vidéos

### Cas particuliers

#### Messagerie

* Jusqu'à **10 fichiers** par message, avec **au maximum une vidéo** (le reste en images)
* Mêmes limites de taille que ci-dessus

#### Documents (App Docs)

* Taille maximale : **8 Go** pour les fichiers téléversés dans l'application Docs
* Formats supportés : PDF, images, vidéos, Word, Excel, PowerPoint et autres

#### Assistant IA (Copilot)

* Formats acceptés pour le contexte documentaire : PDF, Word, Excel, PowerPoint, OpenDocument, CSV, TXT, RTF, HTML, Markdown, EPUB
* Limite de taille liée au contenu textuel extrait (100 000 tokens max)

### Ce que l'assistant peut faire

L'assistant ne gère pas le téléversement de fichiers. Il peut renseigner sur les formats et tailles acceptés.


---

# 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:

```
GET https://help.steeple.com/news/fichiers-preconises.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.
