> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-on-prem/8.6/configure-cortex-xsoar/marketplace/content-pack-contributions/resubmit-a-content-pack.md).

# Resubmit a content pack

If you have already submitted a content contribution, and you need to make changes to the submission, you can do so by resubmitting the content pack from Cortex XSOAR. The resubmission process is similar to the initial submission, but you are updating an existing pull request instead of creating a new one.

{% hint style="info" %}

### Note

You cannot update JavaScript integrations or scripts in an existing content pack using this method.
{% endhint %}

1. Create or edit any content items that need to be included in your resubmission.
2. Go to **Marketplace** → **Contributions**, select your pack, and **Edit** the pack.
3. Add or remove content items from the pack as needed.
4. **Save and Contribute**.
5. After you submit the content pack, you will receive an email with a link to a form you must complete.
   1. Select **Update Existing Pack** from the **Select Contribution Mode** menu.

      <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><h3>Note</h3><p>The contribution mode option only appears if content items that are part of your contribution are detected as originating from existing sources. For example, if you created a new automation in the UI by clicking <strong>Duplicate Automation</strong>.</p></div>
   2. Select the pack you want to update from the **Select Existing Pack** menu.
   3. Log in to your GitHub account to participate in the review process of the pull request that is automatically opened for the content pack.
   4. Sign the [Palo Alto Networks Contributor License Agreement](https://github.com/demisto/content/blob/master/docs/cla.pdf).
   5. Given a version number MAJOR.MINOR.REVISION, select **Update Type**.

      | Type          | Description                                                                                                                                                                                                                                                               |
      | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
      | Revision      | When you make backwards compatible bug fixes.                                                                                                                                                                                                                             |
      | Minor         | When you add functionality in a backwards compatible manner.                                                                                                                                                                                                              |
      | Major         | <p>A major revisions contains one or more of the following:</p><p>A major revision contains one or more of the following:</p><ul><li>Incompatible API changes</li><li>New features</li><li>Changes to existing features that could break backward compatibility</li></ul> |
      | Documentation | When only documentation files are updated.                                                                                                                                                                                                                                |

      <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><h3>Note</h3><p>Changing the pack name or the email address of the contributor at this stage will result in creating a new pull request on GitHub, rather than updating an existing pull request.</p><p>In the form, you can include notes describing the update, or provide an updated demo video link which will be displayed in a comment on the pull request after the changes are successfully pushed to GitHub.</p></div>
6. After the changes are pushed to your branch, you will receive an email notification.

In addition to the resubmission process described above, there are other ways to modify your existing content pack. You can modify the files directly in the GitHub pull request, or close the pull request and create a new contribution that includes your changes. We do not recommend closing the pull request and creating a new request.


---

# 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://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-on-prem/8.6/configure-cortex-xsoar/marketplace/content-pack-contributions/resubmit-a-content-pack.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.
