> 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/guides/learn-about-ask-scribe.md).

# Learn about Ask Scribe

Ask Scribe lets you do more with your session transcript — ask questions, pull verbatim quotes, or generate outputs like a draft email.&#x20;

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

#### How does Ask Scribe work?

1. Click into any session, then click on "**Ask Scribe**" in the bottom right corner <br>

   <figure><img src="/files/go7NfK9qM12APAqPYkai" alt="" width="375"><figcaption></figcaption></figure>
2. Type your question or instruction
3. Scribe will search through your transcript and provide a response based on your session content

{% hint style="info" %}
**Tip:** Start a new chat for each new conversation topic — this improves response quality. However, note that previous chats cannot be retrieved.
{% endhint %}

#### What are some ways I can use Ask Scribe?

Use it to extract details from long conversations, pull verbatim quotes, or further expand on topics mentioned in your summaries.&#x20;

For example, you could ask Scribe

* What specific concerns did the client have regarding the project launch?
* Can you give me the exact quotes the client said regarding their financial difficulties?
* Draft a professional email summarising the key points discussed in this session.

***

{% hint style="warning" %}
Ask Scribe can only be used if your session transcript has not yet expired. To learn more about data retention settings, [visit this page](/tips-and-tricks/configure-your-data-settings.md).
{% 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/guides/learn-about-ask-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.
