> For the complete documentation index, see [llms.txt](https://docs.plextrac.com/plextrac-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plextrac.com/plextrac-documentation/product-documentation/content-library/runbooksdb/managing-repositories.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.plextrac.com/plextrac-documentation/product-documentation/content-library/runbooksdb/managing-repositories.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
