> 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/016-can-i-use-overleaf-with-endnote.md).

# Posso usar o Overleaf com o EndNote?

Sim, pode exportar a sua bibliografia do EndNote para usar no Overleaf. O ficheiro exportado pode ser carregado diretamente para o seu projeto Overleaf ou importado a partir de um serviço externo de alojamento de ficheiros.

## Como exportar um ficheiro .bib do EndNote

Aqui está um guia que mostra [como exportar um `.bib` ficheiro da sua biblioteca do EndNote](https://library.unimelb.edu.au/recite/reference-management-software/bibtex-and-latex/managing-citations2/endnote). Se não vir a opção de exportar para BibTeX no EndNote, poderá ser necessário transferir e instalar o estilo do EndNote necessário [plug-in](http://endnote.com/downloads/style/bibtex-export).

## Como adicionar um ficheiro .bib ao seu projeto Overleaf

Depois de as suas referências terem sido exportadas do EndNote, selecione o ícone de carregamento de ficheiros (![UploadIcon.png](/files/c9bc063cfdf23f0794f721b1a4c408a29b473339)) para apresentar a **Adicionar ficheiros** janela modal. O `.bib` ficheiro exportado pode ser adicionado ao seu projeto usando **Carregar** ou **A partir de URL externa**:

![As janelas de carregamento Adicionar ficheiros do Overleaf](/files/a82452163ee14de9471fbfcd28d29e3529b5d5a2)

### Utilizar Carregar

Pode arrastar e largar o seu `.bib` ficheiro para a **Adicionar ficheiros** janela ou escolher um ficheiro usando **selecionar do seu computador**.

**Notas**:

* Se carregar o `.bib` ficheiro diretamente no seu projeto, poderá posteriormente editá-lo usando o editor do Overleaf — a menos que o ficheiro exceda o [limite de 2 MB para ficheiros editáveis](https://github.com/ayaka-notes/overleaf-learn-wiki/tree/main/learn-scripts/index.php?title=Kb/What_is_the_maximum_compilation_time,_file_number,_and_project_size_allowed_on_free_vs_paid_plans?\&action=edit\&redlink=1/README.md).
* Se editar o `.bib` ficheiro no Overleaf, as referências do seu projeto poderão deixar de estar sincronizadas com as armazenadas no EndNote.

### Utilizar a partir de URL externa

Suponha que guardou o `.bib` ficheiro num serviço de alojamento de ficheiros na cloud que permite descarregamento direto — como o Google Drive. Utilizando **A partir de URL externa**, pode importar uma cópia do ficheiro alojado externamente para o seu projeto Overleaf. Para mais informações, consulte o artigo de ajuda do Overleaf `.bib` Se tiver importado o [Como posso enviar ficheiros do Google Drive?](/latex/overleaf-learn-latex-pt/base-de-conhecimento/051-how-can-i-upload-files-from-google-drive.md)

**Nota**:

* via Google Drive ou um serviço de alojamento de ficheiros semelhante, não o pode editar no Overleaf. Tem de atualizar o `.bib` ficheiro fora do Overleaf e atualizar a cópia importada selecionando o `.bib` ficheiro e escolhendo o `.bib` botão localizado no topo da página — veja **Atualizar** para uma demonstração. [este vídeo](https://learn.overleaf.com/learn/Kb/How_can_I_upload_files_from_Google_Drive%3F#Video_showing_Google_Drive_file_upload) Utilizar o ficheiro .bib exportado

## Depois de o seu ficheiro de bibliografia ter sido carregado, podem ser usados vários pacotes de bibliografia para apresentar as entradas relevantes no seu documento (à medida que as cita). Como exemplo, costumamos usar o

tem o seguinte aspeto: `natbib` pacote, e os comandos para `natbib` Para mais informações sobre como adicionar uma bibliografia ao seu documento, veja a parte 2 do nosso

```latex
...
\usepackage{natbib}
...
\begin{document}
...
\bibliographystyle{plainnat}
\bibliography{name-of-your-bib-file-here}
\end{document}
```

Introdução ao LaTeX [Introdução ao LaTeX](https://www.overleaf.com/blog/9).


---

# 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/016-can-i-use-overleaf-with-endnote.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.
