> 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/implementation-guides/ncpt-implementation-guide/appendices/appendix-a-how-to-learn-more.md).

# Appendix A: How to Learn More

| What                                                                  | Why                                                                                                                       | Where                                                                                                         |
| --------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| SNOMED CT Introductory Videos                                         | Why structured clinical data matters                                                                                      | [Video](https://youtu.be/xOTs13ChZxs?si=mQmFphbKenSVvFJZ)                                                     |
|                                                                       | \|ntroduction to using the SNOMED CT Browser (including details about design features and the SNOMED CT concept diagrams) | [Video](https://youtu.be/1lzVzVREHiY?si=TRFDpHWbN1YmR0mh)                                                     |
| eLearning Courses                                                     | To learn about SNOMED CT, its design and applications                                                                     | [snomed.org/courses](http://snomed.org/courses)                                                               |
| Diagramming Guideline                                                 | To learn how to read the SNOMED CT concept diagrams                                                                       | [snomed.org/diagram](http://snomed.org/diagram)                                                               |
| Clinical Engagement                                                   | To learn about SNOMED International's clinical engagement and related resources                                           | [snomed.org/clinical](https://confluence.ihtsdotools.org/display/CP/Clinical+Engagement)                      |
| Nutrition and Dietetics Clinical Reference Group                      | To learn about SNOMED International’s clinical reference group for Nutrition and Dietetics                                | [Nutrition and Dietetics Clinical Reference Group](https://conf.spaces.snomed.org/wiki/spaces/NDCRG/overview) |
| Discussion Forum for Nutrition and Dietetics Clinical Reference Group | Professional discussions about the use of SNOMED CT for nutrition and dietetics                                           | [Discussion Forum ](https://forums.snomed.org/c/clinical-groups/nutrition/30)                                 |

<a href="https://docs.google.com/forms/d/e/1FAIpQLScTmbZIf0UEQwYDkY27EEWBkaiYkHSbR0_9DmFrMLXoQLyL7Q/viewform?usp=pp_url&#x26;entry.1767247133=NCPT+IG&#x26;entry.670899847=Appendix%20A%3A%20How%20to%20Learn%20More" 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/implementation-guides/ncpt-implementation-guide/appendices/appendix-a-how-to-learn-more.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.
