> For the complete documentation index, see [llms.txt](https://sapphire.xiv.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sapphire.xiv.dev/resources/patch-list.md).

# Patch list

### Running the server

{% hint style="warning" %}
We do not provide links or downloads to any of the patches. Obtaining the client files is an exercise left to the user/developer.
{% endhint %}

The following is a list of patches required for a FFXIV 3.3 client.

Expansion level patches are not required by the server, but may be patched by the user if accessing expansion content is desired.

The trial version of the game is **not a 3.3 client**. It will not work with Sapphire.

<details>

<summary>Game patches</summary>

<pre><code>2013.06.29.0000.0000
2013.06.29.0001.0000
2013.06.29.0002.0000
2013.06.29.0003.0000
2013.06.29.0004.0000
2013.08.09.0000.0000
2013.08.09.0001.0000
2013.11.26.0000.0002
2013.12.05.0000.0000
2013.12.05.0001.0000
2014.03.06.0000.0002
2014.05.12.0000.0002
2014.05.27.0000.0000
2014.06.21.0000.0001
2014.06.25.0000.0000
2014.06.25.0001.0000
2014.10.03.0000.0002
2014.10.17.0000.0000
2014.10.17.0001.0000
2015.02.10.0000.0001
2015.05.20.0000.0002
2015.05.26.0000.0000
2015.05.26.0001.0000
2015.05.26.0002.0000
2015.07.25.0000.0002
2015.10.27.0000.0001
2015.11.14.0000.0001
2015.11.28.0000.0001
2016.02.08.0000.0001
2016.03.16.0000.0001
2016.03.25.0000.0001
2016.05.21.0000.0001
<strong>2016.07.05.0000.0001
</strong></code></pre>

</details>

<details>

<summary>ex1 patches (Heavensward)</summary>

```
2015.03.16.0000.0000
2015.05.26.0000.0000
2015.05.26.0001.0000
2015.07.03.0000.0002
2015.08.20.0000.0001
2015.10.27.0000.0000
2016.02.08.0000.0001
2016.05.21.0000.0001
```

</details>


---

# 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://sapphire.xiv.dev/resources/patch-list.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.
