sharing

Overleaf Integration

Use your BibForge bibliography directly in Overleaf without downloading anything


Connect BibForge to your Overleaf project via a remote .bib URL. Every time you compile in Overleaf, it fetches the latest version of your bibliography from BibForge automatically — no manual file uploads, no sync steps.

01

Generate a share link

In your workspace, go to Share and create a new persistent link with .bib export format. This produces a permanent URL that always returns your current bibliography.

02

Add to your Overleaf project

In Overleaf, open your project and go to New File → From External URL. Paste the BibForge share link URL and name the file.

# In Overleaf: New File → From External URL
URL:       https://bibforge.com/s/YOUR_TOKEN
Filename:  refs.bib
03

Reference it in LaTeX

Add the bibliography resource to your LaTeX document. Overleaf will pull the latest version from BibForge every time you compile.

\usepackage[backend=biber]{biblatex}
\addbibresource{refs.bib}