> ## Documentation Index
> Fetch the complete documentation index at: https://developer.suki.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# N

> Glossary terms starting with N

<div className="sdk-overview-container">
  <h1 className="sdk-overview-main-title">N</h1>

  | Term                                   | Definition                                                                                                                                                                                                        |
  | :------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | **Natural Language Voice Interaction** | Technology that allows users to interact with systems using spoken natural language commands and queries.                                                                                                         |
  | **NLP**                                | Natural Language Processing. AI technology that helps computers understand, interpret, and generate human language.                                                                                               |
  | **Note Archive**                       | A Web SDK component that allows users to view and manage both current and historical clinical notes associated with a patient.                                                                                    |
  | **Note Editor**                        | A rich-text editing component in the Web SDK designed specifically for AI-generated clinical content, supporting editing, formatting, and section-level interaction.                                              |
  | **Note Generation**                    | The automated process of creating structured clinical documentation from recorded patient encounters using AI technology.                                                                                         |
  | **Note ID**                            | The unique identifier for the generated note. It appears in the payload for the `onNoteSubmit` prop (React) and the `note-submission:success` event (React and JavaScript) when you complete **Note Submission**. |
  | **Note Section**                       | A discrete, labeled portion of a clinical note identified by a LOINC code (e.g., HPI, Physical Exam, and Assessment and Plan) that organizes documentation into standardized categories.                          |
  | **Note Submission**                    | The action of finalizing and sending a completed clinical note to the partner's EHR system, typically triggered via an SDK callback or API event.                                                                 |
  | **Non-Generated Values**               | **Form Filling API** structured-data field (`non_generated_values`) listing `form_template_id` values for which Suki did not generate structured output in that **Form Filling Session**.                         |
  | **Notification Webhook**               | A server-to-server HTTP callback from Suki to a partner's registered endpoint, triggered by events such as note generation completion or session status changes.                                                  |
</div>
