Content Pack README
Cortex XSIAM guidance for writing content pack README files.
For larger packs that provide at least one end-to-end use case you should create a detailed README file for the pack that is displayed in the Details tab of the pack in the Marketplace. The README.md file should be markdown formatted and placed in the Packs root directory. The file should contain a more detailed overview of the pack compared to the Description section. You can add any information you see fit to include about the pack. We recommend providing an overview of what the pack does and how to start working with the pack.
Structure a Cortex XSIAM content pack README
If the pack is a beta pack, add the following at the beginning of the pack README file:
Note: This is a beta pack, which lets you implement and test pre-release software. Since the pack is beta, it might contain bugs. Updates to the pack during the beta phase might include non-backward compatible features. We appreciate your feedback on the quality and usability of the pack to help us identify issues, fix them, and continually improve.
If the pack is adopted, add the correct text as specified on the Adopt-a-Pack page.
Each pack README should contain:
A short paragraph connecting real-life situations to the pack use cases.
A "What does this pack do?" section, explaining point-by-point the capabilities of the pack or the main playbook of the pack.
(Optional): a sentence or two detailing the contents of the pack.
When content packs contain multiple playbooks, the content pack README should contain a reference to the README of the main playbook that contains the playbook logic. For example, include: For more information, visit the Parent Playbook Name documentation.
For packs that contains playbooks, a YouTube video is helpful.

Use the Cortex XSIAM content pack README template
README example
How the README fie is displayed:

Add images and videos to content pack READMEs
Add images to a content pack README
Images can provide a useful addition to the pack README.md to help users get a quick understanding of the pack. Images in a content pack README can be included only as absolute URLs.
Embed YouTube videos in a content pack README
You can add an image placeholder which links to an external video.
To add an external video hosted on YouTube, use this snippet template (replace [YOUTUBE_VIDEO_ID] with your YouTube video ID):
[](https://www.youtube.com/watch?v=[YOUTUBE_VIDEO_ID] "Video Name")
Last updated
Was this helpful?
