> For the complete documentation index, see [llms.txt](https://pair.guides.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pair.guides.gov.sg/pair-noms/pair-noms-guide.md).

# Pair Noms Guide

**Get Started with Noms by Pair**

Noms by Pair synthesizes your meeting materials and recordings to automatically generate a first draft of your meeting minutes.

> 💡 Noms by Pair is only cleared for **up to Restricted/Sensitive Normal** data. All data is logged in Pair’s local GCC servers.

### **Start generating your meeting minutes** <a href="#axqi2z37a9b4" id="axqi2z37a9b4"></a>

To start the generation of your meeting minutes, you will need to upload the following information:

* Titles of your meeting agenda items
* Any supporting materials/documents of each item
* An audio recording of your meeting
* **Timestamps for the start time of each item (e.g. item 2 started at 18 min 23 sec of recording)**

Once you’ve completed the upload flow, feel free to hop off the platform while the system generates your meeting minutes. You will receive an email notification from Noms by Pair when the generation is completed.

<figure><img src="/files/rus9wmwrwcE0uXGUMv5u" alt="Screenshot of Noms notification email"><figcaption></figcaption></figure>

### **Editing your meeting minutes** <a href="#mp2x1xexsk1k" id="mp2x1xexsk1k"></a>

Once your meeting minutes have been generated by the system, you can edit the draft directly on Noms.

{% embed url="<https://app.arcade.software/share/tPigAzbpSQb3WxlM1Fwy>" %}
Video walkthrough of the Noms editor
{% endembed %}

### **Troubleshooting**

If there are any issues with your minutes generation, you will receive an error message from Noms by Pair to let you know. Below you will find a list of possible error scenarios:

#### **Unexpected Error**

<figure><img src="/files/viazF4s317MZuBLPbAia" alt=""><figcaption></figcaption></figure>

There was an unexpected error with your minutes generation. The team has been informed and our support team has been looped in as well.&#x20;

There is no further action required at this point, but do keep an eye out for updates from the support team.

If you have any questions or concerns, please do not hesitate to reach out to our support team via <support@pair.gov.sg> directly.

### **FAQs** <a href="#bu92oswkizie" id="bu92oswkizie"></a>

#### Can I keep using Noms?

Yes! You will continue to have access to your Noms account and can use it for any of your upcoming meetings. If you have enjoyed the experience and found it helpful, please spread the word. Share Noms with your colleagues and encourage them to sign up for our beta.

#### **What's the best way to record my meetings?**&#x20;

Meetings can be recorded in person, hybrid, or virtually.

For in-person meetings:

* Place the recording device close to the main speakers.
* Position the device away from sources of constant noise, such as typing sounds.

For hybrid or virtual meetings:

* Utilise built-in recording features like those available in Microsoft Teams.

#### **What is the difference between Noms by Pair and Transcribe?**

The main difference between Noms by Pair and Transcribe is our end product.

While Transcribe and other commercial transcription software deliver a speech-to-text transcription of your meeting, Noms by Pair goes a step further. We provide you with a first draft of your meeting minutes, specifically tailored to meet the requirements of the public service.

#### **Is there a data retention policy in place?**

We don't have a data retention policy in place while we're in beta. However, if you do need to remove any data from our GCC servers, get in touch with our Support Team directly via <https://go.gov.sg/pair-support>

#### **My meetings are usually of a higher security classification. Would you support that?**

We currently don't support higher security classification meetings, but it's definitely something we're planning to explore after our initial pilot phase. Thanks for your understanding and patience!

### **Getting Help**

You can reach out directly to our Support Team via <https://go.gov.sg/pair-support> to get help with Noms by Pair.


---

# 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://pair.guides.gov.sg/pair-noms/pair-noms-guide.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.
