# Read Replicas

This capability becomes particularly crucial when dealing with replication setups.

In such scenarios, Datasentinel displays distinct icons to easily distinguish between different components of the replication architecture: a <mark style="color:blue;">**P**</mark> icon for the primary instance and an <mark style="color:blue;">**R**</mark> icon for read replicas. This intuitive visual representation aids in quickly identifying and understanding the layout of your replication architecture.

<figure><img src="/files/Gx3SQqNrjmaKpZAI3R4c" alt=""><figcaption><p>Architecture example with a Primary and 2 Read Replicas</p></figcaption></figure>

Furthermore, by [tagging your primary and read replica instances](/manual/features/tips-and-hints/tags.md) with a common identifier, users can benefit from the [Consolidated View Feature](/manual/features/tips-and-hints/consolidated-view.md). This allows the analysis of the entire database architecture through a single, unified dashboard.

It simplifies the process of monitoring and managing multiple instances, ensuring that the health and performance of both primary and replica databases are within easy reach.

{% hint style="info" %}
For a deeper dive into how Datasentinel enhances database monitoring, refer to our detailed blog post: [High-Availability Cluster Monitoring with Datasentinel](https://blog.datasentinel.io/post/ha_cluster/).

This post elaborates on the practical applications of Datasentinel in real-world scenarios, demonstrating its effectiveness in analyzing complex database environments.
{% endhint %}


---

# 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/features/tips-and-hints/read-replicas.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.
