> For the complete documentation index, see [llms.txt](https://newton-metrics.gitbook.io/newtonmetrics/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://newton-metrics.gitbook.io/newtonmetrics/modules/notes.md).

# Notes

### Notes Overview

The Notes page is your central hub for managing all your recorded notes. Here's what you can do:

#### Viewing Your Notes

* Each note displays its title and creation date
* Notes are organized chronologically with the most recent at the top
* Status indicators show you exactly where each note is in the process:
  * **Pending** (Orange): Note is queued for processing
  * **Processing** (Blue): Initial processing of your recording
  * **Transcribing** (Pink): Your audio is being converted to text
  * **Summarizing** (Purple): The AI is creating a summary
  * **Completed** (Green): Note is ready for viewing
  * **Failed** (Red): There was an issue processing the note

I'll create just the recording/uploading section that you can copy and paste into the help document.

### Creating New Notes

<div align="left"><figure><img src="/files/G23HgkJk531EVNSVglLW" alt="" width="375"><figcaption></figcaption></figure></div>

You can create new notes in two ways:

#### Recording a Note

1. **Start Recording**
   * Tap the microphone icon to open the recording panel
   * Press the red record button to begin
   * The waveform will show your audio levels while recording
   * Timer shows your current recording duration
2. **During Recording**
   * Minimize the panel by dragging down or tapping - recording continues
   * Return to full view by tapping the minimized bar
   * Recording limit is 70 minutes per note
3. **Finishing Your Recording**
   * Tap "Transcribe" when you're done
   * Choose a template for your summary (if available)
   * The app will process your recording automatically

#### Uploading Audio Files

1. **Select Audio**
   * Tap the upload icon in the recording panel
   * Choose an audio file from your device
   * Supported formats: WAV
2. **Processing Upload**
   * Select a template for your summary (if available)
   * The app will process your audio file
   * Progress bar shows upload and processing status

#### Tips for Better Recordings

* Find a quiet location for better audio quality
* Keep the phone's microphone unobstructed
* For longer sessions, you can minimize the recording panel
* Check the waveform to ensure your audio is being captured

### Managing Notes

<div align="left"><figure><img src="/files/BNj6mZG2tuNOOkdvxSRl" alt="" width="375"><figcaption></figcaption></figure></div>

You can manage your notes using these features:

**Archiving Notes:**

* Swipe left on any note to reveal the archive option
* Archived notes will display an "Archived" tag
* You can unarchive notes using the same swipe gesture

**Refreshing Your List:**

* Pull down on the screen to refresh and see the latest updates
* Notes will automatically update their status as processing completes

**Viewing Note Details:**

* Tap any note to view its full contents
* Use the back arrow (←) in the top left to return to your notes list

#### Empty State

If you don't have any notes yet, you'll see:

* A friendly message encouraging you to create your first note
* A "Record Note" button to get started

### Tips for Better Note Management

* Create clear, descriptive titles for easy reference
* Check note statuses to know when processing is complete
* Archive old notes to keep your active list clean and organized
* Pull to refresh when waiting for a note to finish processing

### Note Details Page

When you tap on a note, you'll enter the detailed view where you can:

#### Managing Summaries

<div align="left"><figure><img src="/files/3cWLXGxH0kQse6fvtPJm" alt="" width="375"><figcaption></figcaption></figure></div>

* Use the dropdown menu to:
  * Switch between existing summaries
  * Create new summaries using different templates
* Each template offers a unique perspective on your conversation

#### Available Actions

In the top right menu (⋮), you can:

* **View Transcript**: See the full conversation transcript with speaker identification
* **Regenerate Summary**: Create a fresh summary using the same template
* **Delete Summary**: Remove the current summary (with confirmation)

<div align="left"><figure><img src="/files/6cagHaJf97hMlvwjRMSn" alt="" width="375"><figcaption></figcaption></figure></div>

#### Quick Actions

* **Copy to Clipboard**: Use the copy icon to quickly copy the entire summary
* **Back Navigation**: Tap the back arrow to return to your notes list

#### Working with Transcripts

When viewing a transcript:

* Easily identify different speakers in the conversation
* Scroll through the full conversation
* Drag the transcript sheet up or down for better viewing
* Close the transcript by tapping the X or dragging down

#### Tips for Best Results

* Try different templates to get various perspectives on your conversation
* Save important summaries before deleting
* Use the transcript view to verify specific details
* Regenerate summaries if you want a fresh analysis

Need more help? Contact our support team through the app settings menu.


---

# 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://newton-metrics.gitbook.io/newtonmetrics/modules/notes.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.
