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

# Quick Start!

### Record Sessions on [<mark style="background-color:$primary;">mobile.scribe.gov.sg</mark>](https://mobile.scribe.gov.sg/)

Log into [**mobile.scribe.gov.sg**](https://mobile.scribe.gov.sg) with your organisation's email (e.g. <john@open.gov.sg>).

Click `Start Scribing` to begin recording your session.<br>

* Check that the sound bar moves when you speak - if it's not moving, no audio is being recorded.

To save your session, click `Pause` then `Save` .

* You will be prompted to name your session. Choose a name that will help you identify it later.&#x20;

Once your transcript is ready, you can view it on your computer at scribe.gov.sg.

### Generate Summaries on [<mark style="background-color:$danger;">scribe.gov.sg</mark> ](https://scribe.gov.sg/)

{% hint style="info" %}
Transcripts and summaries can only be viewed on scribe.gov.sg on your computer, not on your mobile device.
{% endhint %}

Log into [**scribe.gov.sg**](https://scribe.gov.sg/) with your organisation's email (e.g. <john@open.gov.sg>).

Click on the session of interest to view its details.

A default summary of your conversation will be auto-generated by Scribe. To generate your own custom summary, click `Generate Summary` .

<figure><img src="/files/lfkcXlBO6kGnwwKP6hfF" alt="" width="563"><figcaption></figcaption></figure>

* Edit the default Description & Headers in the Generate Summary pop-up as needed.
* Click `Generate` to confirm. A summary should be generated in less than 15 seconds.

{% hint style="danger" %}
**Scribe uses advanced audio/language processing techniques and will have inaccuracies in its outputs**\
Users are strongly advised to review the outputs generated by Scribe for accuracy before relying on it for critical tasks or decisions
{% endhint %}


---

# 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://guide.scribe.gov.sg/introduction/quickstart.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.
