# Simplified pg\_instance Display

It's the concatenation of the server name or the fully qualified domain name (FQDN), followed by the **`@`** symbol, and ending with the instance name. (example: **`pg-cluster-01@crm_prod)`**<br>

{% hint style="info" %}
This tag is essential for quick identification of your database instances.
{% endhint %}

Sometimes, the FQDNs can be lengthy and cumbersome. They can clutter your user interface, making it challenging to quickly locate the information you need.

### **Customizable Display Options**

Starting from version 2024.01, you can effortlessly manage the display of the **`pg_instance`** tag using a newly introduced checkbox in the general dashboards.

<figure><img src="/files/KSoE4W0iiPBnmYNp4TRw" alt=""><figcaption></figcaption></figure>

Choose to view:

* **The full pg\_instance name**
* **Only the Instance name**\
  A streamlined view for instances where the FQDN is known or less relevant, keeping your interface clean and focused.

{% hint style="info" %}
The Filter bar and dynamic Filter fields continue to be smoothly integrated with the `pg_instance` tag, ensuring efficient and streamlined navigation.
{% endhint %}

{% @arcade/embed url="<https://app.arcade.software/share/aqEXeJlhTtmSuAtDh6eI>" flowId="aqEXeJlhTtmSuAtDh6eI" %}


---

# 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/simplified-pg_instance-display.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.
