.. meta::
   :description: Get started with Neuron Kernel Interface (NKI).
   :keywords: NKI, AWS Neuron, Get Started, Language Guide
   :date-modified: 12/13/2025

.. _nki-get-started:

Get Started with Neuron Kernel Interface (NKI)
==============================================

This section provides the essentials that you need to get started with NKI.

.. grid:: 1
      :margin: 2

      .. grid-item::

            .. card:: About NKI
                  :link: nki_about_home
                  :link-type: ref
                  :class-body: sphinx-design-class-title-small

                  Learn about Neuron Kernel Interface (NKI) and core concepts essential for working with it.

The Quick Start Guide will walk you through implementing and running your first kernel. The NKI Language Guide
provides an introduction to some of the core concepts within NKI.

.. grid:: 1 1 2 2
   :gutter: 3

   .. grid-item-card:: NKI Quick Start Guide
      :link: quickstart-run-nki-kernel
      :link-type: ref
      :class-body: sphinx-design-class-title-small

      Implement and run your first NKI kernel.

   .. grid-item-card:: NKI Language Guide
      :link: nki-language-guide
      :link-type: ref
      :class-body: sphinx-design-class-title-small

      Developer guide for NKI's Pythonic language syntax.

.. toctree::
      :maxdepth: 1
      :hidden:

      Environment Setup <setup-env>
      First NKI Kernel <quickstart-implement-run-kernel>
      NKI Language Guide <nki-language-guide>
      Concepts <about/index>
