> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/list-advertise/list-on-channels/set-up-a-feed/update-the-mapping-of-your-feed.md).

# Update the mapping of your feed

When you create a new feed, the latest available mapping for that channel is saved to that feed. The mapping determines which fields are mandatory, recommended and optional for the channel.

To ensure that changes to the specification of the export feed don't break your existing feeds, we keep this mapping the same as when you first created the feed.

Specifications of channels change over time, so if you want the [**Mapping** step](/list-advertise/list-on-channels/set-up-a-feed/set-up-a-feed-mapping-step.md) of an export feed to represent the latest specification, you must update the mapping of your feed.

Follow these steps to update the mapping of an export feed:

1. Navigate to **Feeds > \[Your feed]**(the feed that you want to update the mapping for).
2. Go to **Settings**.
3. Click on the gear dropdown and select **Update mapping**.
4. To confirm, click **Update mapping** in the pop-up.

The mapping of the fields in the **Mapping** step is now updated. This means that Channable will check the existing fields that are mapped in the feed template for any changes or updates. These changes and additions will then appear in the **Mapping** step.

{% hint style="info" %}
**Note:** Updating the mapping of an export feed will **not** remove export mapping fields you have connected to your own fields in the **Mapping** step. If a field no longer exists in the channel specification but you are using it, it will be changed into a user-provided (custom) field.
{% endhint %}

<figure><img src="/files/adc991adb2cff064ec56f751733324c0f4721d65" alt=""><figcaption></figcaption></figure>


---

# 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://helpcenter.channable.com/list-advertise/list-on-channels/set-up-a-feed/update-the-mapping-of-your-feed.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.
