# Nomenclatura de ficheros

Ficheros necesarios de base:&#x20;

* PROJECTID\_H0001.html (el HTML de base)
* PROJECTID\_H0001.xml (xml que contiene los datos de adjuntos y settings del fastcontent)
* PROJECTID\_H0001.css (fichero de estilos que se aplicaran al fastcontent)
* Adjunto\_1.png (puede tener cualquier nombre de fichero)
* Adjunto\_2.mp4 (puede tener cualquier nombre de fichero)
* …

{% hint style="info" %}
Se recomienda incrustar en lo posible el código de cualquier fichero js en el html directamente para evitar colisiones entre ficheros.
{% 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/nomenclatura-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.
