# Managing Repositories

## Changing Settings

Admins can modify the repository name, prefix, description, and access settings.&#x20;

<mark style="background-color:yellow;">Step 1</mark>: From the **Repositories** tab of the **RunbooksDB** home page, click the card of the repository to modify.

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

&#x20;<mark style="background-color:yellow;">Step 2</mark>: Click **Repository Settings**.&#x20;

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

<mark style="background-color:yellow;">Step 3</mark>: Make the desired changes, then click **Save**.

<div align="left"><figure><img src="/files/WDtEfr0zQWolVK5zEXfp" alt="" width="524"><figcaption></figcaption></figure></div>

## Deleting a Repository

{% hint style="danger" %}
This action will permanently delete the repository and all its sections for all users.&#x20;
{% endhint %}

From the RunbooksDB home page's **Repositories** tab, click the three dots in the repository card and then click **Delete Repository**.

<div align="left"><figure><img src="/files/8edfAyiG814eLEy6Ivn5" alt="" width="431"><figcaption></figcaption></figure></div>

A warning message appears asking for validation. Click **Delete Repository**.&#x20;

<div align="left"><figure><img src="/files/dsCduFHH4Burw98HvsLj" alt="" width="352"><figcaption></figcaption></figure></div>


---

# 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/runbooksdb/managing-repositories.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.
