# Estructura de ficheros

La estructura de ficheros actual para reproducción sobre player HTML5 limita el uso de subcarpetas. Cualquier fichero necesario para el contenido HTML debe permanecer en la misma carpeta que este, incluyendo ficheros de tipo *css, js, png, jpg, mp4, ogg*, etc.&#x20;

Es decir la estructura sería:&#x20;

* *main\_12345.html*
* *script\_12345.js*
* *image\_12345.png*
* *style\_12345.css*
* *….*

Al no poder usar subcarpetas, se hace indispensable el correcto nombramiento de ficheros, siendo cada contenido un fichero único con sus asociados también únicos. En el ejemplo se usa “12345” para identificar de forma única el contenido.

{% hint style="warning" %}
**Importante**&#x20;

Los nombres de fichero de scripts adjuntos **no pueden contener el signo de punto** (“.”). Es decir, no se aceptan nombres como “socket.io.js”, sino que se deberá subir renombrado como “socket\_io.js”
{% endhint %}


---

# 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.admira.com/contenidos/contenidos-html/estructura-de-ficheros.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.
