> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/Crosstalk-Solutions/project-nomad/llms.txt
> Use this file to discover all available pages before exploring further.

# Content Manager

> View, download, and manage the ZIM files that power your Information Library.

The Content Manager is where you manage the ZIM files installed on your N.O.M.A.D. server. ZIM files are the compressed, self-contained archives that power your [Information Library](/features/information-library) — each one contains a complete offline snapshot of a website, encyclopedia, or reference collection.

There are two main areas:

* **Content Manager** (`/settings/zim`) — view and delete content that is already installed.
* **Content Explorer** (`/settings/zim/remote-explorer`) — browse the remote ZIM library and download new content.

## Content Manager

The Content Manager lists every ZIM file currently on your server. For each item you can see the title, file size, and the date it was downloaded.

### Deleting installed content

To free up storage, delete ZIM files you no longer need:

<Steps>
  <Step title="Open the Content Manager">
    Go to **Settings → Content Manager** (navigate to `/settings/zim`).
  </Step>

  <Step title="Find the file to remove">
    Browse the installed content list. Each entry shows the title and storage used.
  </Step>

  <Step title="Delete the file">
    Click the delete action for that item. The file is permanently removed and storage is immediately reclaimed.
  </Step>
</Steps>

<Warning>
  Deleting a ZIM file removes it permanently. To get it back, you need to download it again from the Content Explorer.
</Warning>

## Content Explorer

The Content Explorer connects to the remote Kiwix library to browse and download available ZIM content.

<Steps>
  <Step title="Open the Content Explorer">
    Go to **Settings → Content Explorer** (or navigate to `/settings/zim/remote-explorer`).
  </Step>

  <Step title="Browse available content">
    The library is organized by category. Browse or search for the content you want.
  </Step>

  <Step title="Download">
    Click **Download** next to any item. Downloads run in the background — you can continue using the server while they complete.
  </Step>
</Steps>

<Note>
  An internet connection is required to browse the remote library and download new content. Once downloaded, everything works offline.
</Note>

## Wikipedia Selector

Wikipedia is available in many languages and sizes, from compact editions to the full English dump (\~95 GB). The Content Explorer includes a dedicated Wikipedia browser to help you find the right one.

<Warning>
  Only one Wikipedia selection is active at a time. If you download a new Wikipedia package, it **replaces** the previously installed version. The old file is removed automatically.
</Warning>

To change your Wikipedia selection, download a different package from the Content Explorer. The swap happens automatically.

## Content categories and tiers

When browsing curated collections — either in the Content Explorer or the Easy Setup wizard — content is organized into three tiers:

| Tier              | What it includes                         | Download size |
| ----------------- | ---------------------------------------- | ------------- |
| **Essential**     | Core content for the category            | Smallest      |
| **Standard**      | Essential plus additional useful content | Medium        |
| **Comprehensive** | Everything available for the category    | Largest       |

Choose the tier that fits your available storage and actual needs. You can always download more later.

## Checking for newer versions

ZIM snapshots are updated periodically — Wikipedia releases new snapshots approximately monthly. To get a newer version of installed content:

1. Go to **Settings → Content Explorer**.
2. Search for the same content you currently have installed.
3. Check if a newer date appears in the filename or description.
4. Download the newer version. For Wikipedia, it replaces the existing file automatically.

## Storage tips

<AccordionGroup>
  <Accordion title="Check available storage before downloading">
    Large ZIM files like full Wikipedia (\~95 GB) or Khan Academy (\~50 GB) can fill a drive quickly. Check current usage in **Settings → System** before starting a large download.
  </Accordion>

  <Accordion title="Start with Essential tiers">
    If you're unsure how much content you'll actually use, start with the Essential tier for each category. You can always download the Standard or Comprehensive tier later when you have a clearer picture of your needs.
  </Accordion>

  <Accordion title="Delete content you don't use">
    Unused ZIM files consume storage without providing value. Periodically review the Content Manager and remove anything you haven't accessed.
  </Accordion>

  <Accordion title="Download while you have internet">
    Large files take time. Queue your downloads before going offline and let them run to completion.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Information Library" icon="books" href="/features/information-library">
    Learn how to use the offline reference library powered by Kiwix.
  </Card>

  <Card title="System Health" icon="heart-pulse" href="/management/system-health">
    Check available storage before large downloads.
  </Card>
</CardGroup>
