# Export to Hudu
TIP
Hudu exports are available from version 1.34.0
Folge can natively publish any guide to your Hudu instance as a Knowledge Base article, including all step screenshots. Open any guide, click Export, and select Export to Hudu.
# Setting up the connection
You need two things from your Hudu instance:
- Hudu URL — your instance hostname, e.g.
https://docs.example.comorhttps://yourcompany.huducloud.com - API Key — generate one in Hudu via Admin → API Keys → New API Key
WARNING
When creating the API key in Hudu, set (1) Limit scope to to Full access and leave the (2) Company selector blank. Company-restricted keys can browse folders and articles, but they can't upload images, so publishing will fail.

Once you have the URL and key, paste them into Folge:

Click Test Connection to verify the credentials before saving.
# Multiple Hudu accounts
You can save more than one Hudu account (e.g. one for each instance you manage) and switch between them via the picker at the bottom of the export panel. Folge remembers which company you last picked per account, so the destination tree opens where you left off.
# Publishing a guide
Once an account is set up, you'll see a destination picker:

Choose where the article goes:
- Company picker — pick a specific company's Knowledge Base, or leave empty to publish into the Global KB
- Search — find an existing folder or article by name (use this to overwrite something already in Hudu)
- Folder tree — expand folders to drill down. Each row offers an action depending on its type:
- Folder → Publish here as new (creates a new article inside the folder)
- Article → Overwrite (replaces the article's content with this guide)
If Folge has previously published this guide to the selected account, you'll also see a Last published as box at the top with a one-click Update article button.
TIP
Overwriting an article takes ownership of it from this guide. Future re-publishes of the same guide will update that article rather than creating duplicates.
# How images are handled
Folge uploads each step screenshot via Hudu's public_photos endpoint, which is also what Hudu's own editor uses for inline images. This means images render correctly both in the authenticated article view and in any public-share link you generate from Hudu.
When you re-publish (overwrite or update), Folge cleans up the previously-uploaded images first so they don't accumulate as orphan attachments on the article.