> 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/welcome-to-scribe.md).

# Welcome to Scribe!

#### Scribe is a transcription and summarisation tool that helps transform your conversations into structured summaries

<figure><img src="/files/80nLfI3JAKWSpcv4MUVq" alt=""><figcaption></figcaption></figure>

Transcribe your session with mobile.scribe.gov.sg, accessible on your mobile device or work computer. Then, head to scribe.gov.sg on your work computer to find your transcript and generate summaries tailored to your specific note-taking needs.

### Get Started&#x20;

We've put together some helpful guides for you to get started with Scribe quickly and easily.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Quick Start</strong></td><td>Follow 2 easy steps to start Scribing</td><td><a href="/pages/K4sMxaCX4lEibF93507j">/pages/K4sMxaCX4lEibF93507j</a></td></tr><tr><td><strong>How-to Guides</strong></td><td>Learn tips &#x26; tricks to optimise your use of Scribe</td><td><a href="/pages/A6KEjDrNdT0bGv42SeIF">/pages/A6KEjDrNdT0bGv42SeIF</a></td></tr><tr><td><strong>FAQs</strong></td><td>Find answers to commonly asked questions!</td><td><a href="/pages/Dse4hsZDlZmrjdXIIvqV">/pages/Dse4hsZDlZmrjdXIIvqV</a></td></tr></tbody></table>

{% hint style="info" %}
If you are unable to view this guide properly on the intranet, we recommend using your personal devices like mobile phones.
{% 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/welcome-to-scribe.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.
