> For the complete documentation index, see [llms.txt](https://docs-jmapserver-lima.k2geospatial.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-jmapserver-lima.k2geospatial.com/e/extensions/documents/configuring-jmap-documents/managing-repositories.md).

# Managing repositories

The JMap Documents configuration interface displays the table of repositories configured in the  extension and provides access to the **Create**, [Synchronize](#synchroniser-les-depots), and **Delete** repositories functions as well as the section to select the [data sources](/e/extensions/documents/configuring-jmap-documents/selecting-data-sources-to-associate-documents-with.md) to associate documents with.&#x20;

You can select multiple repositories to synchronize or delete them in bulk.&#x20;

The table displays the name, status, platform, last update date, and internal ID of each repository.

<table data-header-hidden><thead><tr><th width="208.8807339449541"></th><th></th></tr></thead><tbody><tr><td><strong>Status</strong></td><td></td></tr><tr><td>Error</td><td>Indicates that the repository is not available for use because its configuration contains errors.</td></tr><tr><td>Job queued</td><td>Indicates that the repository is waiting to be synchronized.</td></tr><tr><td>Ready</td><td>Indicates that the repository is ready and available for use.</td></tr></tbody></table>

<table data-header-hidden><thead><tr><th width="208"></th><th></th></tr></thead><tbody><tr><td><strong>Plateforme</strong></td><td></td></tr><tr><td>File system</td><td>The repository is of type File system.</td></tr><tr><td>Hyperlink</td><td>The repository is of type Hyperlink.</td></tr><tr><td>SharePoint</td><td>The repository is of type SharePoint.</td></tr></tbody></table>

## Synchronizing repositories

This function is also accessible from the configuration interface of each repository.&#x20;

When JMap Pro application users delete documents or hyperlinks from a repository, they are not automatically deleted from the JMap System DB table; they are still listed there but their status becomes *obsolete*.&#x20;

To delete documents and hyperlinks from the System DB table as well as their associations with spatial data sources, you must run the **Synchronize** function. This is a way to optimize the performance of repositories and the **Documents** extension.


---

# 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-jmapserver-lima.k2geospatial.com/e/extensions/documents/configuring-jmap-documents/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.
