> 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/overleaf-learn-latex-pt/base-de-conhecimento/009-can-i-share-files-e.g.-.bib-and-some-graphics-across-my-projects.md).

# Posso partilhar ficheiros (por exemplo, .bib e alguns gráficos) entre os meus projetos?

Sim, pode fazer isso usando o **De Outro Projeto** opção localizada na **Adicionar ficheiros** janela pop-up:

![Adicionando ficheiro de outro projeto](/files/af171c8955deee985f81b3f511819ef07a9b82f6)

Se quiser usar (regularmente) os mesmos ficheiros em vários projetos, então pode ser conveniente usar a seguinte organização:

1. Crie um projeto “pai” contendo os seus ficheiros reutilizáveis; por ex., `.bib`, `.cls`, `.sty`, gráficos, etc.
2. Dentro de um projeto “filho”, no qual pretende reutilizar um ficheiro, siga este procedimento:

* clique no botão “Carregar ficheiros” (![UploadIcon.png](/files/c9bc063cfdf23f0794f721b1a4c408a29b473339)) no topo do painel da lista de ficheiros. O Overleaf apresenta a **Adicionar ficheiros** janela pop-up. Aqui, tem de fazer o seguinte:

  * selecione **De Outro Projeto**;
  * em **Selecionar um Projeto**, escolha o projeto “pai” que contém os ficheiros reutilizáveis;
  * em **Selecionar um Ficheiro**, escolha o ficheiro de que necessita.

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

Agora será capaz de *use* o ficheiro ligado dentro do seu projeto “filho”, mas não irá *poder editá-lo*. Embora os ficheiros ligados em projetos “filho” não possam ser editados, podem ser atualizados (recarregados) se tiver modificado a cópia original do(s) ficheiro(s) no projeto pai:

* clique no ficheiro ligado no projeto “filho”;
* selecione **Atualizar** para incorporar as alterações.

**Nota**: Qualquer `.tex` ficheiros importados usando **De Outro Projeto** não pode ser definido como o ficheiro principal para compilar o projeto “filho”.&#x20;


---

# 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/overleaf-learn-latex-pt/base-de-conhecimento/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.
