> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/es/base-de-conocimientos/009-can-i-share-files-e.g.-.bib-and-some-graphics-across-my-projects.md).

# ¿Puedo compartir archivos (por ejemplo, .bib y algunos gráficos) entre mis proyectos?

Sí, puedes hacer esto usando la **De otro proyecto** opción ubicada dentro de la **Añadir archivos** ventana emergente:

![Añadiendo archivo de otro proyecto](/files/d4b230b1e357124c08dfbc785f9dd769fa80b6ad)

Si te gustaría usar (regularmente) los mismos archivos en varios proyectos, entonces puede ser conveniente usar la siguiente organización:

1. Crea un proyecto “principal” que contenga tus archivos reutilizables; por ejemplo, `.bib`, `.cls`, `.sty`, gráficos, etc.
2. Dentro de un proyecto “secundario”, en el que quieres reutilizar un archivo, sigue este procedimiento:

* haz clic en el botón “Subir archivos” (![UploadIcon.png](/files/32b47dae8c96a6e7248c16c378c92099e01c3ffd)) en la parte superior del panel de lista de archivos. Overleaf muestra la **Añadir archivos** ventana emergente. Aquí, debes hacer lo siguiente:

  * selecciona **De otro proyecto**;
  * en **Selecciona un proyecto**, elige el proyecto “principal” que contiene los archivos reutilizables;
  * en **Selecciona un archivo**, elige el archivo que necesitas.

  ![Uploading a file from another Overleaf project](/files/064032c77f69e7235d45034098a39655b585e8f0).

Ahora podrás *usas* el archivo enlazado dentro de tu proyecto “secundario”, pero no podrás *editarlo*. Aunque los archivos enlazados en proyectos “secundarios” no se pueden editar, se pueden actualizar (refrescar) si has modificado la copia original del/de los archivo(s) en el proyecto principal:

* haz clic en el archivo enlazado en el proyecto “secundario”;
* selecciona **Actualizar** para incorporar los cambios.

**Nota**: Cualquier `.tex` archivos importados usando **De otro proyecto** no se puede establecer como el archivo principal para compilar el proyecto “secundario”.


---

# 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://overleaf-pro.ayaka.space/latex/es/base-de-conocimientos/009-can-i-share-files-e.g.-.bib-and-some-graphics-across-my-projects.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.
