> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onset.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Import from Noticeable

> Bring your Noticeable publications into Onset from your Newspage JSON feed.

The Noticeable importer reads the JSON feed published by your Newspage. No API key needed, but it also means Onset only sees what's publicly visible.

<Warning>
  This importer is in **beta**. Review the imported releases before pointing
  customers at your new page.
</Warning>

## What you'll need

Your **Newspage URL** — either the Noticeable subdomain, e.g. `yourcompany.noticeable.news`, or the custom domain you point at it, e.g. `updates.yourcompany.com`.

Before starting, confirm the feed is reachable by opening `https://updates.yourcompany.com/feed.json` in a browser. If that returns publications, the import will work.

<Note>
  Each Newspage publishes its own feed. If you run more than one Noticeable
  project, import them one at a time using each project's own URL.
</Note>

## Run the import

<Steps>
  <Step title="Open Imports">Go to **Settings → Workspace → Import**.</Step>

  <Step title="Start the Noticeable import">
    Find **Noticeable Import** in the list and click **Start import**.
  </Step>

  <Step title="Enter your URL">
    Type the host only, e.g. `updates.yourcompany.com`. The `https://` is added
    for you.
  </Step>

  <Step title="Wait for the email">
    The import runs in the background. Onset emails you when it's finished, so
    you don't need to keep the tab open.
  </Step>
</Steps>

## What comes across

|                       |                                                                              |
| --------------------- | ---------------------------------------------------------------------------- |
| **Title and content** | Publication HTML is converted into the Onset editor format.                  |
| **Images**            | Re-uploaded to Onset, so they keep working after you shut down Noticeable.   |
| **Dates**             | The original publish date becomes the release date.                          |
| **Status**            | Everything in the feed arrives published and public.                         |
| **URLs**              | The slug from the Noticeable publication URL is reused, so paths carry over. |

Not imported: drafts and anything not in the public feed, labels, projects, reactions, feedback, and your Noticeable audience. [Import subscribers separately](/guides/subscribers/import) from a CSV.

<Note>
  Publication **labels** don't come across. Noticeable labels are a per-page
  taxonomy that rarely lines up with how you'll organize things in Onset, so
  it's worth setting up [labels](/guides/labels) fresh and applying them
  afterwards.
</Note>

## Feed pagination

The feed returns 100 publications per request and Onset follows the cursor through the rest, so a long history comes across in full rather than stopping at the most recent page. Larger archives take proportionally longer.

## Re-running the import

Safe. Releases are matched on their slug, and anything already in your workspace is skipped rather than duplicated. If a first pass only caught part of your history, run it again.

## Next steps

See [After importing](/guides/releases/import/overview#after-importing) for what's worth cleaning up before you announce the move.
