> For the complete documentation index, see [llms.txt](https://docs.snomed.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snomed.org/snomed-ct-specifications/snomed-ct-release-file-specification/release-types-packages-and-files/3-release-types-packages-and-files.md).

# Overview

This section covers several general topics related to SNOMED CT release packages and release files including:

* [Common Features of All Release Files](https://github.com/SNOMED-Documents/snomed-release-file-specification/blob/main/3-release-types-packages-and-files/3.1-common-features-of-all-release-files)
* [Release Types](/snomed-ct-specifications/snomed-ct-release-file-specification/release-types-packages-and-files/3.2-release-types.md)
* [Naming Conventions for Release Packages and Files](https://github.com/SNOMED-Documents/snomed-release-file-specification/blob/main/3-release-types-packages-and-files/3.3-naming-conventions-for-release-packages-and-files)
* [Release Package Contents](/snomed-ct-specifications/snomed-ct-release-file-specification/release-types-packages-and-files/3.4-release-package-contents.md)

The following two sections provide detailed specifications of the release files.

* Section [Component Release Files Specification](/snomed-ct-specifications/snomed-ct-release-file-specification/component-release-file-specification/4-component-release-files-specification.md) contains details of release files that represent the main SNOMED CT components:
  * Concepts
  * Descriptions
  * Relationships
* Section [Reference Set Release Files Specification](/snomed-ct-specifications/snomed-ct-release-file-specification/reference-set-release-file-specification/overview.md) contains details of release files that customize and enhance SNOMED CT by representing:
  * Subsets of concepts and descriptions
  * Maps to other code systems
  * Language and dialect preferences for different terms
  * Annotation of components
  * Associations between components
  * Other forms of configuration and extensibility

{% hint style="info" %}
**Historical Note on Current and Previous Release File Formats**

The standard format in which SNOMED CT has been distributed since 2012 is known as Release Format 2 (RF2). It was developed in response to extensive feedback on the original release file format, now known as Release Format 1 (RF1), in which SNOMED CT was distributed between its first release in 2002 and 2012. The RF1 format is now deprecated and no longer supported.
{% endhint %}

<a href="https://docs.google.com/forms/d/e/1FAIpQLScTmbZIf0UEQwYDkY27EEWBkaiYkHSbR0_9DmFrMLXoQLyL7Q/viewform?usp=pp_url&#x26;entry.1767247133=Release+File+Specification&#x26;entry.670899847=Overview" class="button primary">Provide Feedback</a>


---

# 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://docs.snomed.org/snomed-ct-specifications/snomed-ct-release-file-specification/release-types-packages-and-files/3-release-types-packages-and-files.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.
