> For the complete documentation index, see [llms.txt](https://docs.podigee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podigee.com/help-center/podigee-hosting/what-happens-after-my-import-finishes.md).

# What happens after my import finishes?

What Podigee sends and shows after it imported your podcast from another host, and what you do next.

Podigee sends you the email **\[Action required] Your podcast '\[podcast title]' has been imported** and shows the note **Your podcast data has been imported** on the podcast page. The note contains the new feed address. Check the imported podcast and publish it. At your old host, set up a redirect from the old feed address to the new one. Then select **Acknowledge and close** on the note.

{% tabs %}
{% tab title="Classic view" %}

### What to know

* If you imported into an existing podcast, the podcast keeps its address and its publication state. If the podcast moved from the old host, set up the redirect there as well.
* **Your Podcast Import Status** lists running imports and the **Import History** with the number of episodes and media hours per import.

![Your Podcast Import Status page in the classic view with the Your Imports card reading No active imports and the Start another import button](https://3783285060-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FD93i0iLsYAqHLne1NyxS%2Fuploads%2Fgit-blob-2a557080318f384a9b0a926fc3607c34cfabf455%2Fdoc-help-023-classic-import-status.png?alt=media)

The import status page; finished imports move to the Import History below the active list.

For the details, see the Documentation page "Import a podcast from another host".
{% endtab %}

{% tab title="Podigee workspace" %}

1. A finished import stays on its status page. Open it under **Show imports** with **View import**.
2. Read the note **Keep your current host running**. Before you change the feed address or close the old account, check the imported episodes under **Arrived episodes**. Also check their recordings and the feed redirect.

What is different:

* The podcast page has no **Your podcast data has been imported** note and no **Acknowledge and close**.
* **Arrived episodes** lists only the episodes that this import recorded.
  {% endtab %}
  {% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.podigee.com/help-center/podigee-hosting/what-happens-after-my-import-finishes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
