> For the complete documentation index, see [llms.txt](https://docs.faronics.com/faronics-insight-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.faronics.com/faronics-insight-docs/faronics-insight-spanish/utilizacion-de-faronics-insight/la-consola-insight-teacher/configuracion/ubicacion-de-transferencia-de-archivo.md).

# Ubicación de transferencia de archivo

Especifique la ubicación predeterminada para guardar archivos en los equipos de los estudiantes. Puede tratarse de una ubicación en el disco duro o en una unidad de red.

![](/files/hQkAy7kgUcyzMOBHsBti)

1. Haga clic en *Ubicación de transferencia* de archivo en el menú de la izquierda.

2. Especifique la ruta en la que se deben guardar los archivos descargados en los equipos de estudiante.

3. Especifique la ruta en la que se deben guardar los archivos enviados en los equipos de profesor.   \
   Seleccione *Guardar archivos en carpetas separadas para cada estudiante* si lo prefiere.<br>

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Si elige guardar los archivos en carpetas separadas para cada estudiante, Insight creará automáticamente carpetas para cada estudiante con el siguiente formato: <em>Nombre del equipo(Nombre de usuario)\Nombre de usuario + Fecha + Nombre de archivo</em>.   <br>Por ejemplo: Laptop01 (m.smiths)\m.smiths 2024-10-14 10.20 Assignment1.docx</p></div>

4. Seleccione *Sobrescribir archivos enviados si ya existen* si lo prefiere.

5. Especifique los tipos de archivos cuya transferencia está prohibida. Puede introducir varias extensiones de archivo separadas por comas. Los tipos de archivos restringidos predeterminados incluyen: bat, com, dll, exe, ps1.

6. Haga clic en *Guardar* o *Guardar y aplicar*.

{% hint style="info" %}
Los archivos transferidos correctamente aparecerán en la ventana de chat y se pueden abrir haciendo clic en el enlace.
{% 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://docs.faronics.com/faronics-insight-docs/faronics-insight-spanish/utilizacion-de-faronics-insight/la-consola-insight-teacher/configuracion/ubicacion-de-transferencia-de-archivo.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.
