Skip to main content
Table of Contents

Exporting & Backing Up Your Articles

At HelpDocs we take regular backups of all your data, so you don't need to worry. That said, if you need a copy of your data for any reason, it's super easy to grab it from our API.

Taylor Sloane
Updated by Taylor Sloane

Exporting your content can be super useful if you want to do some advanced filtering, run through content during meetings, or swap to a different platform.

At HelpDocs we take regular backups of all your data so you don't need to worry about data loss. That said if you need a copy of your data for any reason it's super easy to grab.

The HelpDocs API is the most flexible way to export data. You can query articles by category and even select which fields you'd like to view. You can learn more about the API over in our API docs πŸ‘Ύ

Downloading a CSV File

If you wanna grab a quick copy of all or some of your articles to use as a spreadsheet or import to another piece of software a CSV is the answer.

Exporting All Content to CSV

You have a few options when downloading to CSV:

  • Include working copy
  • Include body
  • Include both
  • Include neither (recommended)
  1. Head to Settings > Migrations
  2. Under Export & Backup click more next to CSV
  3. Select your option

Export Selected Content to CSV

You also have the option to export some of your content to CSV. This is super useful when you only want to upload certain content somewhere else or run through a selected amount of content in meetings.

  1. Head to Content (or click here)
  2. Select which categories or individual articles you want to export using the checkboxes
  3. To the top right click the Export ↓ button
  4. Select which option you'd like to download
  5. You're done ✨

CSV Download Options

Option

Description

Additional Columns

Include Working Copy

Adds has_working_copy column and uses the working copy for text, body, and description fields

has_working_copy

Include Body

Includes the text and body fields

If your articles contain extremely large amounts of content, the CSV export may time out. In that case, use the ZIP export or the API instead.

text, body

Include Both

Combines both options above. Includes working copy data plus text and body fields

has_working_copy, text, body

Include Neither (default)

Includes only an excerpt field (the first 1000 characters of the article body) and no data about Working Copy

This is the default for CSV exports

excerpt

All export options include these base columns:

article_id

title

description

tags

is_published

is_private

show_toc

editor_type

user_id

author_name

url

relative_url

category_id

category_title

category_url

category_relative_url

is_stale

stale_reason

stale_source

stale_triggered_at

updated_at

created_at

Multilingual Columns

If you're running a multilingual Knowledge Base, your CSV export will also include columns for each secondary language. For example, with French as a secondary language, you'll see these additional columns:

title_fr

slug_fr

description_fr

tags_fr

excerpt_fr

text_fr

body_fr

category_title_fr

These columns follow the same pattern for any other secondary languages you have enabledβ€”just replace the language code accordingly (es for Spanish, de for German, etc.). This makes it super easy to manage and review all your translations in one place 🌍

Downloading a ZIP File

You can export your categories and articles to a .zip file. It'll sort them out into folders for you with metadata included as .yaml files.

ZIP exports are perfect if you're migrating to a different platform, need version-controlled backups, or want a local copy of your entire Knowledge Base structure. Each category becomes a folder, articles are saved as markdown files, and metadata lives in separate YAML files.

  1. Head to Settings > Migrations
  2. Under Export & Backup click next to ZIP
  3. Click Download as ZIP

Exporting to Google Sheets

Creating a Google Sheet of your articles is just as simple.

  1. Head to Settings > API Keys and create an API key
  2. Create a new Google Sheet
  3. In the top left cell, type =IMPORTDATA("https://api.helpdocs.io/v1/article?format=csv&key=your_api_key")
    Don't forget to replace your_api_key in the link above with the API key you just created.
  4. Hit Return
  5. Save your new sheet

Google will pull all your articles from the HelpDocs API and display them in your sheet.

You can download a copy of your data by going to File > Download As... and selecting a file format of your choice. A .xls file is a great choice πŸ™Œ
Excel, Google Sheets, or Numbers work best for opening as .csv. If you haven't got access to any of these, a simple text editor should do the trick.

What did you think of this doc?

Moving an Article to a Different Category

Unassigned Articles

Get in touch

This site is protected by hCaptcha and its Privacy Policy and Terms of Service apply.