> 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-user-guides/snomed-ct-browser-guide/introduction.md).

# Introduction

With the SCT Browser you can:

* Individually browse and search the latest Editions and Local Extensions of SNOMED CT hosted by SNOMED International
  * International Edition
  * Spanish Edition
  * International Derivatives
  * Argentinian Edition
  * Australian Edition
  * Austrian Edition
  * Belgian Edition
  * Canadian Edition
  * Chilean Edition
  * Czech Republic Edition
  * Danish Edition
  * Estonian Edition
  * Finnish Edition
  * French Edition
  * Germany Edition
  * Irish Edition
  * Jamaican Edition
  * Netherlands Edition
  * New Zealand Edition
  * Norwegian Edition
  * Swedish Edition
  * Swiss Edition
  * United States Edition
  * Uruguay Edition
* Collectively browse and search All Editions hosted by SNOMED International
* Browse and search Externally Hosted Extensions (via their websites)
  * United Kingdom Edition (hosted by the UK)
  * Spain Edition (hosted by Spain)
* View SNOMED CT Release Statistics
* Browse the SNOMED CT MRCM (Machine Readable Content Model) domains and attributes constraints

<details>

<summary>Who can use the SCT Browser?</summary>

Anyone with a Chrome web browser, so long as it is for reference and educational purposes.

</details>

<details>

<summary>When can I use it?</summary>

* Any time, subject to occasional maintenance - the service is an online web-based application running continuously between occasional scheduled or emergency maintenance.
* Scheduled maintenance may include new features, improvements, defect fixes and hosting environment updates.
* Emergency maintenance may include operating system patches and security updates as well as high priority defect fixes.

</details>

<details>

<summary>Where should I use it?</summary>

Anywhere you can use a web browser with a preferred screen size of 1600 x 900 pixels or greater. Lower resolutions may be usable, but not optimized for the application components screen layout. The application is designed for use with, and tested in, the Chrome web browser.

</details>

<details>

<summary>How can I use it?</summary>

* The SCT Browser is a web services application designed to be used on a personal computer with a good internet connection via the Google Chrome web browser.
* Recommended client platform requirements:
  * Operating System and hardware specifications as for Chrome.
  * Minimum monitor resolutions:
    * 1600 x 900 px (HD+ 16:9)
    * 1680 x 1050 px (WSXGA+ 16:10)
    * 1600 x 1200 px (UXGA 4:3)
* Internet connection:
  * Broadband (4G minimum)
* Other combinations of web browsers, machine hardware, lower screen resolutions and slower internet connectivity may still work but are not optimized and not supported.

</details>

<a href="https://docs.google.com/forms/d/e/1FAIpQLScTmbZIf0UEQwYDkY27EEWBkaiYkHSbR0_9DmFrMLXoQLyL7Q/viewform?usp=pp_url&#x26;entry.1767247133=Browser+User+Guide&#x26;entry.670899847=Introduction" 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-user-guides/snomed-ct-browser-guide/introduction.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.
