> 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/using-templates/default-template.md).

# Default Template

### What is a Default Template?

Default templates are pre-configured templates that appear automatically when you click "Generate Summary." Each user role has its own default template, which was designed in collaboration with our users to meet their specific documentation needs.

### How do I use my Default Template?

Your Default Template appears automatically whenever you click the `Generate Summary` button within your session page.

Experimenting with your headers & descriptions and need to reset back to your default template? Simply click "Custom Summary" again at any time to reload the template.

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

### Changing Your Default Template

Each user role will have a different default template linked to it. Select the user role that matches you best — Your default headers and descriptions update automatically to the related user role chosen.

To change your role:

<figure><img src="/files/jGj7oJcg3vIpg1TYdg39" alt="" width="375"><figcaption></figcaption></figure>

1. Click your name in the top-right corner of the page
2. Select `Change Role`
3. Choose your desired role

{% hint style="info" %}
While default templates provide a great starting point, you might begin to find that your own variations better suit your specific needs.  This is where saved templates come in handy! Head over to [Favourite Templates](/guides/using-templates/favourite-templates.md) to learn more.
{% 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/using-templates/default-template.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.
