> ## 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.

# Miscellaneous

> General API questions and miscellaneous topics

<AccordionGroup>
  <Accordion title="How Do I Provide Different Roles or Specialties for Users or Providers?">
    To handle different doctor roles/specialties dynamically, clients use our
    <a href="/api-reference/ambient-sessions/context">context API</a> to seed <Tooltip tip="Metadata provided when creating an ambient session (such as encounter type, patient age, diagnoses) that helps guide note generation and improve output quality." cta="View in Glossary" href="/Glossary/s">session context</Tooltip> with the <Tooltip tip="A healthcare professional such as a physician, APP, or nurse who documents care. In Suki integrations, provider identity ties sessions, preferences, and generated notes to the correct clinician." cta="View in Glossary" href="/Glossary/p">provider</Tooltip> role (e.g. SPECIALTY).
  </Accordion>

  <Accordion title="If My Application Only Retrieves the Transcript, Does Suki Still Generate the Clinical Note and Encounter Documentation?">
    Yes. For an **ambient** session, ending the session and receiving a successful webhook means note generation completed. Suki still runs the Ambient documentation pipeline in the background, including clinical note and encounter content, even if your application only follows the transcript link afterward.

    The success webhook payload identifies the session and encounter and includes `_links` for session content, encounter content, structured data, status, and transcripts. Using only [Get Session Transcript](/api-reference/ambient-content/transcript) does not skip note generation. Session status **`completed`** means the session finished and final content was generated. See [Webhook event types](/documentation/webhook/event-types) and [Webhook payload](/documentation/webhook/payload-and-response).

    There is no ambient option today that returns only the conversation transcript without generating the clinical note and related encounter documentation.
  </Accordion>
</AccordionGroup>
