# pg\_buffercache

Refer to the [Documentation](https://www.postgresql.org/docs/current/pgbuffercache.html) for more information

## **About**

{% hint style="info" %}
This extension is **OPTIONAL.**\
Datasentinel will automatically consider it if it is installed
{% endhint %}

{% hint style="warning" %}
To be installed in every existing database.
{% endhint %}

Once installed, you gain immediate access to shared buffer contents for either the entire cluster or a chosen database.&#x20;

This is facilitated in real-time through the [Live360 module](https://docs.datasentinel.io/manual/features/key-features/live360#cache-usage) within Datasentinel.


---

# Agent Instructions: 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:

```
GET https://docs.datasentinel.io/manual/getting-started/postgresql-clusters/extensions/pg_buffercache.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
