# NarrativesDB Home Page

The NarrativesDB home page consists of two tabs:

* **Repositories**: A centralized location where all sections can be stored and managed.
* **Sections**: A dedicated space to create reusable content for narrative sections within a report.

<div align="left"><figure><img src="/files/PfAlPEcRyPz3EwGl0NnC" alt="" width="563"><figcaption></figcaption></figure></div>

## Repositories Tab

PlexTrac provides a sample narratives repository containing six sample narrative sections to demonstrate how content reuse might exist.&#x20;

The sample repository is an [Open repository](/plextrac-documentation/product-documentation/content-library/types-of-repositories.md#types-of-repositories) that cannot be deleted but can be modified.

## Sections Tab

Sections are containers that contain a title, body, and tags. They are reusable in reports and are stored in this tab.

<div align="left"><figure><img src="/files/qz8XhQz3pOj4nydasz6T" alt="" width="563"><figcaption></figcaption></figure></div>

### Configuring Views

The table view can be customized by clicking the column view icon to the right of the search bar.

Once clicked, a modal appears that lists all fields. To remove a column, click **X** within the bar.

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

{% hint style="info" %}
Fields that are required do not have an **X** available.
{% endhint %}

When fields are removed, an "Add Column" pulldown menu is added at the bottom left of the modal to store the field. Any removed fields can be added later by clicking **Add Column** and selecting the field to add. &#x20;

<figure><img src="/files/8IKqamQYvook9sD6qt3d" alt=""><figcaption></figcaption></figure>

This modal represents the sequence of fields provided in the table, meaning the bar on top will be the column on the table's far left.&#x20;

The order of columns can be adjusted within this modal by clicking the six dots on the left of the bar for a field and dragging the bar to the desired sequence place.

<div align="left"><figure><img src="/files/p1YN67zUU3ckmVJGeLGt" alt=""><figcaption></figcaption></figure></div>

Click **Save** when finished.&#x20;


---

# 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.plextrac.com/plextrac-documentation/product-documentation/content-library/narrativesdb/narrativesdb-home-page.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.
