# Connecting to Documentum

### Log in/out

**To log in to a Documentum Content Server**, start dqMan, enter your login credentials and then select the desired repository from the list. You can save your login credentials by selecting **Save in login history** and use them again in the future by clicking the **History** button.&#x20;

![The dqMan Login screen](/files/PI4nB3BpIOEe3AA4Xudh)

### Manage Sessions

dqMan can open multiple sessions to the same or different repositories. You can open a session in several ways:

* Click ***Session** men&#x75;**>New Session Window***, or press Ctrl+N.
* Click the **New Session Window** toolbar button <img src="/files/PSATxA8HsX0mVJWWBAIL" alt="" data-size="line">
* If you already have an open Session window which you would like to duplicate into a second session with the same credentials on the same repository click the **Copy session** toolbar button <img src="/files/mN2osrrHIUdoBHjjwsvj" alt="" data-size="line">
* Certain API commands can be executed without a connected session (such as `getservermap`, `getdocbrokermap` or `connect`).

Whenever a session is needed but not available, the same login dialog box described in [#2.1-log-in-out](#2.1-log-in-out "mention") is displayed.

Sessions are always bound to a session window. Disconnecting a session window will terminate the session, but will not close the session window.

dqMan enables you to open as many sessions as needed, restricted only by the settings in the Client or Server configuration.

You can manage Sessions using the **Session** menu or the toolbar. The available functions are:

<table><thead><tr><th width="259.66336633663366">Function</th><th>What It Does</th><th data-hidden></th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td><strong>New Session Window</strong></td><td>Opens a new session window with the login dialog box. For more information on logging in to dqMan, see <a data-mention href="#2.1-dqman-log-in-log-out">#2.1-dqman-log-in-log-out</a>.</td><td></td><td></td><td></td></tr><tr><td><strong>New Jobs Window</strong></td><td>Opens a new Jobs session. For more information about dqMan Jobs, see <a data-mention href="/pages/zPNNfqmtDIQEz77PJRjN">/pages/zPNNfqmtDIQEz77PJRjN</a>.</td><td></td><td></td><td></td></tr><tr><td><strong>Copy</strong></td><td>Creates a copy of the current session window and logs you in automatically using the same user credentials.</td><td></td><td></td><td></td></tr><tr><td><strong>Connect/Disconnect</strong></td><td>Opens/terminates a session without closing the session window. The button will show <strong>Connect</strong> or <strong>Disconnect</strong> based on the whether the active session window is currently connected or not.</td><td></td><td></td><td></td></tr><tr><td><strong>Refresh Valuelists</strong></td><td>Reloads session dependent value lists, like users, groups, or object types.</td><td></td><td></td><td></td></tr><tr><td><strong>Session Alias</strong></td><td>Sets an alias name for a session. This name is used instead of default session name @ wherever it is possible.</td><td></td><td></td><td></td></tr><tr><td><strong>Locale</strong></td><td>Switches current session locale to the locale selected from submenu.</td><td></td><td></td><td></td></tr><tr><td><strong>Close</strong></td><td>Closes the current window.</td><td></td><td></td><td></td></tr><tr><td><strong>Exit</strong></td><td>Closes dqMan.</td><td></td><td></td><td></td></tr></tbody></table>


---

# 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.dqman.com/dqman-opentext-documentum-22.1/connecting-to-documentum.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.
