> 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/tips-and-tricks/configure-your-data-settings.md).

# Configure your Data Settings

#### What are the different options?

By default, transcripts expire after 30 days and sessions are never deleted.&#x20;

However, you can customise when Scribe should expire your transcripts and when sessions are deleted. The available timeframes are, after: 30 days, 90 days, 1 year, or never.

{% hint style="info" %}
**Note**: \
\- Audio data is expired from our systems after 7 days — this cannot be reconfigured.\
\- If no custom settings are made, the default settings will continue to be in place.&#x20;
{% endhint %}

#### How do I set it up?

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

1. Click on your `Name` > `Settings`
2. Choose your preferred timeframes
3. Click `Save` to activate your settings

#### When do my new settings take effect?

Your new settings take effect **at midnight on the day you save them**.&#x20;

For example, if you set sessions to delete after 30 days, any session older than 30 days will be removed starting that night.

#### What happens when my data is deleted?

Once expired or deleted, data cannot be restored — so make sure your settings match your needs!

* **When transcripts are expired:** You will no longer be able to use Ask Scribe to ask new questions or generate new summaries. Your chat history and existing summaries will remain available.&#x20;
* **When sessions are deleted:** This also deletes the summaries, transcripts, and chat histories for the sessions.


---

# 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/tips-and-tricks/configure-your-data-settings.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.
