# WriteupsDB Home Page

The **WriteUpsDB** module has two tabs:

* **Repositories**: Displays all writeup repositories that exist in a tenancy. A repository can be [Open, Managed, or Private](/plextrac-documentation/product-documentation/content-library/types-of-repositories.md).&#x20;
* **Writeups**: Displays all writeups in various repositories, including those created manually and imported. &#x20;

## Repositories Tab

PlexTrac provides a default repository container for any existing writeups. This repository can be renamed, modified, and deleted.

<div align="left"><img src="/files/yQnV3b7f3dd5U4ypMO9l" alt="" width="329"></div>

Once added, any extra repositories will be displayed on the page alphabetically according to their title.

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

Each repository card provides the following information:&#x20;

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

1. **Repository Title**
2. **Repository Type**: Open, Managed, or Private
3. **Meatballs Menu**: options to copy or delete the repository
4. **Repository Description**
5. **Number of contained writeups**&#x20;
6. **Number of added users**&#x20;

## Writeups Tab

Click the **Writeups** tab to view all writeups for a tenancy. This view will display helpful information such as the writeup ID, parent repository, writeup severity, source, assigned tags, and the ability to edit, copy, or delete any selected writeup.

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

### Bulk Actions

When editing multiple reports, PlexTrac offers bulk action capabilities. Bulk actions provide several advantages, including time-saving and increased efficiency by processing numerous items simultaneously.

Bulk action options appear after one or more writeups are selected by clicking the checkbox to the far left of the Title field or by clicking the box next to the column header.&#x20;

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

Click **Actions** to see the list of options.

<div align="left"><figure><img src="/files/DbMeNnQoRQ3PFhZyKDGI" alt="" width="263"><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.

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

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

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

{% 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;

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

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/9NG7kZ9cgeVwnqCEX8gZ" 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/writeupsdb/writeupsdb-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.
