To use Zotero Integration with Overleaf, please follow these steps. For more information visit Overleaf's Bibliography management in LaTex page. Contact Willow Dressel (wdressel@princeton.edu) with questions about using Overleaf.
- Make sure you have created a Zotero account online and that it is synced with Zotero Standalone.
- Log into Overleaf and navigate to 'Account Settings.'
- Scroll down to the bottom of the settings page to find 'Zotero Integration.
- Click on 'Link to Zotero' and you will be prompted to log into zotero.org. Enter the username and password you used when creating your Zotero account online
- Once you have logged into Zotero, you will be prompted to create a 'New Private Key.' The 'Key Description' defaults to a word or phrase associated with the third party application that would like to access your Zotero library (in this case Overleaf).
- Click on 'Accept Defaults' and you will be automatically returned to your Overleaf account settings page. Scroll down to the bottom of the page to find 'Zotero Integration' again. You should see both 'Account is linked' and 'Unlink Zotero.'
- Scroll back up to the top of the account settings page and click on 'Projects.' Then, from your 'Projects' page, select the project you want to connect to Zotero.
- Add a bibliography package such as bibtex, natbib, or biblatex to the preamble of your project using the \usepackage{} command.

- Once you are viewing a specific project, select 'New File' from the top left menu.
- You will be prompted with a number of choices. Select 'From Zotero' and you will be prompted to name your file and to choose a format to match your package (BibTeX or BibLaTeX). Once you have named your file and picked a format, click on 'Create.'
PLEASE NOTE: Your filename must end with .bib for it to work properly.

- Add your Zotero file (as a bib resource) to header of your main.tex file using the \addbibresource{} command.

- Insert a Zotero citation as you would any other citation from a .bib file using the \cite{} command.
-
PLEASE NOTE: If you add new citations to Zotero and want to update your Zotero-integrated .bib file in Overleaf, select the .bib file, and then click on the 'Refresh' button at the top of the page.
*Note: This method imports your entire Zotero library including all folders. To import a single folder from your Zotero library, manually export it from Zotero as .bib and use the upload button to add to your Overleaf project.