> For the complete documentation index, see [llms.txt](https://doc.sitecorepowershell.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sitecorepowershell.com/appendix.md).

# Appendix

[Downloads are hosted on Github](https://github.com/SitecorePowerShell/Console/releases/)

## Compatibility Table

**Legend:** "–" - not supported; "✓" - supported.

### Sitecore 9.3 and newer

| SPE ↓ / Sitecore→ | **9.3** | **10.0** | **10.1** | **10.2** | **10.3** | **10.4** |
| ----------------- | ------- | -------- | -------- | -------- | -------- | -------- |
| 8.0               | ✓       | ✓        | ✓        | ✓        | ✓        | ✓        |
| 7.0               | ✓       | ✓        | ✓        | ✓        | ✓        | ✓        |
| 6.4               | ✓       | ✓        | ✓        | ✓        | ✓        | -        |
| 6.3               | ✓       | ✓        | ✓        | ✓        | -        | -        |
| 6.2               | ✓       | ✓        | ✓        | -        | -        | -        |
| 6.1               | ✓       | ✓        | ✓        | -        | -        | -        |
| 6.0               | ✓       | ✓        | ✓        | -        | -        | -        |

### Sitecore 9.2 and older

| SPE ↓ / Sitecore→ | **8.0** | **8.1** | **8.2** | **9.0** | **9.1** | **9.2**                           |
| ----------------- | ------- | ------- | ------- | ------- | ------- | --------------------------------- |
| 8.0               | ✓       | ✓       | ✓       | ✓       | ✓       | ✓                                 |
| 7.0               | ✓       | ✓       | ✓       | ✓       | ✓       | ✓                                 |
| 6.4               | ✓       | ✓       | ✓       | ✓       | ✓       | ✓                                 |
| 6.3               | ✓       | ✓       | ✓       | ✓       | ✓       | ✓                                 |
| 6.2               | ✓       | ✓       | ✓       | ✓       | ✓       | ✓                                 |
| 6.1               | ✓       | ✓       | ✓       | ✓       | ✓       | ✓                                 |
| 6.0               | ✓       | ✓       | ✓       | ✓       | ✓       | ✓                                 |
| 5.1               | ✓       | ✓       | ✓       | ✓       | ✓       | ✓ [\[2\]](#notes)                 |
| 5.0               | ✓       | ✓       | ✓       | ✓       | ✓       | ✓ [\[1\]](#notes) [\[2\]](#notes) |
| 4.7               | ✓       | ✓       | ✓       | ✓       | ✓       | –                                 |
| 4.6               | ✓       | ✓       | ✓       | –       | –       | –                                 |
| 4.5               | ✓       | ✓       | ✓       | –       | –       | –                                 |
| 4.4               | ✓       | ✓       | ✓       | –       | –       | –                                 |
| 4.3               | ✓       | ✓       | ✓       | –       | –       | –                                 |
| 4.2               | ✓       | ✓       | ✓       | –       | –       | –                                 |
| 4.1               | ✓       | ✓       | ✓       | –       | –       | –                                 |
| 4.0               | ✓       | ✓       | –       | –       | –       | –                                 |

### Compatibility Notes <a href="#notes" id="notes"></a>

* \[1] Released by Sitecore for SXA which can be download from the [SXA 1.9.0 release page](https://dev.sitecore.net/Downloads/Sitecore_Experience_Accelerator/19/Sitecore_Experience_Accelerator_190.aspx) however you should be safe simply installing the official SPE release on GitHub.
* \[2] Some features are not available. It is recommended to upgrade to the latest version available for 9.2.
  * Publish-Item command unsupported ([#1129](https://github.com/SitecorePowerShell/Console/issues/1129))
  * Indexing commands unsupported ([#1133](https://github.com/SitecorePowerShell/Console/issues/1133))

### Releases

When reviewing the different download packages you may see some names that are not too clear. The following list outlines what those names should mean.

* **N.X : Full N.X release** - This refers to the package used by Standalone and CM roles. This includes what is required to see the PowerShell ISE, Console and their associated services.
* **N.X Minimal : Server-side remoting only** - This refers to the package with only files. Useful for remotely connecting to SPE.
* **N.X Authorable Reports : Additional reports and tools** - This package is a sublemental installation to the full version with additional reports. With version 6.0 this package is no longer needed as the reports are included with the full release.
* **N.X Remoting : SPE Remoting module for CI/CD** - This provides a Windows PowerShell module for connecting to SPE remotely. Use in combination with the full or minimal packages.


---

# 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://doc.sitecorepowershell.com/appendix.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.
