> 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/xsiam-data-model-schema/consts/os-family.md).

# XDM\_CONST.OS\_FAMILY

An operating system.

| Original  | Mapped                          | Description                                                                                                                                                                      |
| --------- | ------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Windows   | XDM\_CONST.OS\_FAMILY\_WINDOWS  | A popular operating system developed by Microsoft that runs on personal computers and servers.                                                                                   |
| MacOS     | XDM\_CONST.OS\_FAMILY\_MACOS    | The operating system that runs on Apple's Mac computers.                                                                                                                         |
| Linux     | XDM\_CONST.OS\_FAMILY\_LINUX    | A free and open-source operating system that runs on a wide range of devices, including personal computers, servers, and embedded systems.                                       |
| Android   | XDM\_CONST.OS\_FAMILY\_ANDROID  | A mobile operating system developed by Google that is based on the Linux kernel. It is primarily used on smartphones and tablets.                                                |
| iOS       | XDM\_CONST.OS\_FAMILY\_IOS      | A mobile operating system developed by Apple that runs on iPhones and iPads.                                                                                                     |
| Ubuntu    | XDM\_CONST.OS\_FAMILY\_UBUNTU   | A free and open-source operating system based on the Linux kernel. It is popular among users who prefer a user-friendly interface and a wide range of software options.          |
| Debian    | XDM\_CONST.OS\_FAMILY\_DEBIAN   | A free and open-source operating system based on the Linux kernel. It is known for its stability and large repository of software packages.                                      |
| Fedora    | XDM\_CONST.OS\_FAMILY\_FEDORA   | A free and open-source operating system based on the Linux kernel. It is known for its focus on cutting-edge technologies and a commitment to free software.                     |
| CentOS    | XDM\_CONST.OS\_FAMILY\_CENTOS   | A free and open-source operating system based on the Linux kernel. It is often used as a base for other operating systems and is known for its stability and long-term support.  |
| Chrome OS | XDM\_CONST.OS\_FAMILY\_CHROMEOS | A lightweight operating system developed by Google that is based on the Linux kernel. It is primarily used on Chromebooks and other devices with limited hardware resources.     |
| Solaris   | XDM\_CONST.OS\_FAMILY\_SOLARIS  | A proprietary operating system developed by Oracle that is based on the Unix operating system. It is often used on servers and other high-end systems.                           |
| SCADA     | XDM\_CONST.OS\_FAMILY\_SCADA    | A type of industrial control system that is used to monitor and control large-scale industrial processes, such as power generation, oil and gas production, and water treatment. |


---

# 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/xsiam-data-model-schema/consts/os-family.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.
