> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pdia-data-integration/9.3-data-integration/use-a-pentaho-repository-in-pdi/manage-repositories-in-the-pdi-client.md).

# Manage repositories in the PDI client

After a repository is created, a menu appears next to the **Connect** link. You can use the menu to connect to any repository you created. If you connect to a repository, the **Connect** link in the PDI client toolbar is replaced by your user name and the display name of the repository.

This menu can also be used to access the Repository Manager or disconnect from your current repository.

## Repository Manager

You can **Add**, **Edit**, or **Delete** your repositories through the Repository Manager dialog box.

![Repository Manager dialog box](/files/h9KWbwANj8gJiT8fTdmP)

If you hover over an item in the list, you can set that repository to **Launch connection on startup** of the PDI client. If you set a repository as the default on startup, you can clear this behavior by checking **Launch connection on startup** again.

You can also click on an item in the list to select it. Once selected, you can either **Edit** or **Delete** that repository. If you choose **Edit**, the Connection Details dialog box will appear.

## Connection details

Use the Connection Details dialog box to specify the settings of your repository.

| Setting                          | Description                                                                                                                                                                                        |
| -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Display Name**                 | Identifies the repository within the PDI client.                                                                                                                                                   |
| **URL**                          | Defines the web address of the repository. The default value is `http://localhost:8080/pentaho`. You can change this setting to any web address pertaining to your specific collaboration project. |
| **Description**                  | Describes the repository, such as its type and any other useful information.                                                                                                                       |
| **Launch connection on startup** | Indicates the repository should open by default when starting the PDI client.                                                                                                                      |


---

# 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.pentaho.com/pdia-data-integration/9.3-data-integration/use-a-pentaho-repository-in-pdi/manage-repositories-in-the-pdi-client.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.
