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

# Notes (Legacy)

> This page has been replaced by our new comprehensive guides.

<Warning>
  **This page has been deprecated.**

  The content has been reorganized into focused guides for a better learning experience.
</Warning>

## New Documentation Structure

The content from this page is now available in these dedicated guides:

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/documentation/quickstart">
    Go from zero to your first clinical note in 5 minutes
  </Card>

  <Card title="Audio Transcription" icon="microphone" href="/documentation/guides/transcription">
    File upload and real-time WebSocket streaming
  </Card>

  <Card title="Clinical Notes" icon="file-medical" href="/documentation/guides/clinical-notes">
    SOAP notes, custom styles, and templates
  </Card>

  <Card title="Note Customization" icon="sliders" href="/documentation/guides/note-customization">
    Deep dive into styles and template schemas
  </Card>

  <Card title="Webhooks" icon="bell" href="/documentation/guides/webhooks">
    Async event handling with signature verification
  </Card>

  <Card title="Multi-Language" icon="globe" href="/documentation/guides/multi-language">
    50+ languages (89 BCP47 tags) with multilingual support
  </Card>
</CardGroup>

## Quick Links

| Old Section               | New Location                                                                                              |
| ------------------------- | --------------------------------------------------------------------------------------------------------- |
| Upload a File             | [Transcription Guide → File Upload](/documentation/guides/transcription#file-upload)                      |
| Stream in Real-time       | [Transcription Guide → Real-time Streaming](/documentation/guides/transcription#real-time-streaming)      |
| SOAP Notes                | [Clinical Notes Guide → SOAP Notes](/documentation/guides/clinical-notes#soap-notes)                      |
| Custom Note Styles        | [Note Customization Guide](/documentation/guides/note-customization#note-styles-deep-dive)                |
| Structured Note Templates | [Note Customization Guide → Templates](/documentation/guides/note-customization#note-templates-deep-dive) |
| Webhooks                  | [Webhooks Guide](/documentation/guides/webhooks)                                                          |
| Language Support          | [Multi-Language Guide](/documentation/guides/multi-language)                                              |
| Context Fields            | [Context Enrichment Guide](/documentation/guides/context-enrichment)                                      |
