# Carga de Documentos

SkyDeck.AI te permite agregar diferentes tipos de documentos e imágenes a tus conversaciones con la IA. Puedes pedirle a tu LLM favorito que analice tu archivo, y podrás recibir su resumen, interpretación o respuestas a tus preguntas sobre su contenido.

### Agregar un documento

Para agregar un documento, abre una conversación y haz clic en **Agregar** junto a la entrada del mensaje. Luego, elige **Subir documentos**. Actualmente estamos soportando estas extensiones de archivos: PDF, DOC, DOCX, PPTX y archivos de texto simples.

<figure><img src="/files/W1ZPv77OpXA5cnFqJWR9" alt="subir documentos" width="563"><figcaption></figcaption></figure>

El documento se adjuntará con tu mensaje y se enviará a LLM. Puedes ver el archivo asociado con el mensaje e incluso puedes volver a descargarlo.

<figure><img src="/files/Ukd4D62WkZQT1DBds2cL" alt="documento adjunto"><figcaption></figcaption></figure>

### Agregar una imagen

Para agregar una imagen, haz clic en **Agregar** y luego, elige **Subir imágenes**. Actualmente estamos soportando estas extensiones de archivos: JPEG, JPG, WEBP, PNG.

<figure><img src="/files/83Fis7uBKozHyrT4rcyp" alt="subir imágenes" width="563"><figcaption></figcaption></figure>

La imagen se adjuntará con tu mensaje y se enviará a LLM. Además, también puedes hacer clic en la imagen, lo que abrirá una nueva ventana emergente mostrándola más claramente.

<figure><img src="/files/TRgRQCByYSlMaI4Uo43h" alt="imagen adjunta"><figcaption></figcaption></figure>

<figure><img src="/files/JnycwbYmUHAtGb479NFc" alt="imagen de vista previa" width="375"><figcaption><p>Ver la imagen directamente en GenStudio</p></figcaption></figure>

### Restricciones <a href="#h_52e5a07158" id="h_52e5a07158"></a>

* Tamaño total de todos los archivos por mensaje: hasta 20MB

<figure><img src="/files/r0uF0FSzV4EXnuZilyGc" alt="error de tamaño máximo de archivo" width="490"><figcaption></figcaption></figure>

* Si el archivo es menor de 20MB pero aún excede el límite de tokens, se mostrará otro error:

<figure><img src="/files/1T2zldW3Dwvw25jQqjd9" alt="error de límite de tokens"><figcaption></figcaption></figure>

* Número total de archivos: hasta 10

<figure><img src="/files/y7Uis3RcQbeFbfQq6KWv" alt="error de conteo de archivos" width="488"><figcaption></figcaption></figure>

### Rememberizer - Ampliando el conocimiento de la IA

Puedes utilizar [Rememberizer](https://rememberizer.ai/), nuestra solución para proporcionar a la IA tu propio conocimiento e información y permitir que SkyDeck.AI aprenda de tus documentos y discusiones. Aprende más sobre Rememberizer [aquí](https://docs.rememberizer.ai/).


---

# 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.skydeck.ai/es/genstudio-workspace/document-upload.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.
