> For the complete documentation index, see [llms.txt](https://helpcenter.xopero.com/xopero-one-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.xopero.com/xopero-one-en/management/devops/repositories-list.md).

# Repositories list

#### The repository list is available in your DevOps organization dashboard under Explore button.

***

## List overview

Every list displays core information about your repositories in a table form. To modify the columns displayed in your repository list, use the **gear** ⚙️ button on the right.

1. **Name** — repository name.
2. **Slug** — repository page identifier.
3. **Status** — repository status.
4. **Backup status** — status of the latest backup.
5. **License assigned** — allows you to assign or remove licenses from your repositories.
6. **Last backup** — latest backup time; includes unsuccessful backups.
7. **Next backup** — estimated start time of the next backup.
8. **Last successful backup** — latest successful backup time.
9. **Repository ID** — repository identifier.

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

***

## Synchronization

When adding a new **DevOps** organization, you can specify the hours when **Xopero ONE** should synchronize with its repositories, or set a recurring time interval.

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

You can also start the synchronization task from the repository list—to sync **Xopero ONE** with your **DevOps** environment, click the 🔄️ **Sync now** button. You can view the time of the last synchronization under the repository list.

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


---

# 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://helpcenter.xopero.com/xopero-one-en/management/devops/repositories-list.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.
