# Content Browser

Information on how to use the Content Browser.

The content browser provides a quick overview about the commit status of elements (shapes) and relationships.

**Content Browser**

**A** – Select the Content Browser in the right sidebar.

**B** – Elements which exist in a ServiceNow table are shown here as Committed Elements.

* Data loaded from the browser is automatically added to the Committed Elements.
* Elements (Shapes) with selected table and element are shown here. See Editing Element (Shape) Data

**C** – Relationships which exist in the cmdb\_rel\_ci table are shown here as Committed Relationships.

* Relationships loaded from the browser as part of the elements are automatically added to the Committed Relationships.
* Elements (Shapes) with selected table and element are shown here. See Editing Relationships Data

**D** – Not Committed Elements are shown here.

* Elements are considered as Not Committed when a table has been selected, but the element has no reference to data in ServiceNow. See Editing Element (Shape) Data
* Elements (Shapes) without a selected table are not considered as Not Committed Elements.

{% hint style="warning" %}
After committing Not Committed Elements it is required to reload Element through the browser to see the committed element(s).
{% endhint %}

**E** – Not Committed Relationships are shown here.

* Relationships are considered as Not Committed when a relationship type has been selected and not loaded from the browser. See Editing Relationships Data
* Relationships without a selected type are not considered as Not Committed Relationships.

{% hint style="warning" %}
After committing Not Committed Relationships it is required to reload the relationships associated with the Element to see the committed relationship(s).
{% 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.ins-pi.com/designer/work-in-the-app/content-browser.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.
