# Users

### Request Access

If your organization uses Access Requests to enable you to request access directly to the resources (such as servers, databases, clusters, clouds, or websites) that you need to work on, you can read one of the following guides to help out. Check with your internal documentation or administrators to find out which access flows your organization already uses.

* [access-requests](https://docs.strongdm.com/users/access-requests "mention") via the StrongDM Admin UI
* [slack-requests](https://docs.strongdm.com/users/access-requests/slack-requests "mention")
* [teams-requests](https://docs.strongdm.com/users/access-requests/teams-requests "mention")
* [jira-requests](https://docs.strongdm.com/users/access-requests/jira-requests "mention")
* StrongDM also has a ServiceNow integration. If your ServiceNow allows requests, you should find instructions internally about how your ServiceNow catalog is set up and about the process to request access using ServiceNow tickets.

If your organization doesn't use Access Requests, you may be able to ask a StrongDM administrator for access to the resources you need, which they can provide by adding your StrongDM user to roles within StrongDM, or by granting you temporary access to resources.

### Install the StrongDM Client

While you are getting the access you need, you should download and install the StrongDM client. Some organizations manage your StrongDM installation for you. If so, you may simply need to log in using your organization's preferred authentication method. If not, you can go to the StrongDM Admin UI, then to the **Downloads** page, where you can select the appropriate operating system, and whether you wish to download both the StrongDM Desktop app and the CLI tool, or just the CLI. Once you've downloaded your client, you can follow one of our installation guides to walk through the process, if needed.

General information about StrongDM Desktop and the CLi

* [client](https://docs.strongdm.com/users/client "mention")

Reference for CLI command help text

* [CLI Reference](https://app.gitbook.com/s/4XOJmXFslCMVCzIG2rKp/cli "mention")

Installation guides for the StrongDM client on specific operating systems

* [windows](https://docs.strongdm.com/users/client/windows "mention")
* [macos](https://docs.strongdm.com/users/client/macos "mention")
* [linux](https://docs.strongdm.com/users/client/linux "mention")
* [wsl](https://docs.strongdm.com/users/client/wsl "mention")

### Connect to Resources

Once you have your client set up, and access to resources, it's time to connect and get to work! Here is some useful information for connecting to specific types of resources, should you have any issues.

* [connect](https://docs.strongdm.com/users/connect "mention")
* [connect-databases](https://docs.strongdm.com/users/connect/connect-databases "mention")
* [connect-kubernetes](https://docs.strongdm.com/users/connect/connect-kubernetes "mention")
* [connect-ssh](https://docs.strongdm.com/users/connect/connect-ssh "mention")
* [connect-rdp](https://docs.strongdm.com/users/connect/connect-rdp "mention")
* [connect-websites](https://docs.strongdm.com/users/connect/connect-websites "mention")
* [connect-oracle](https://docs.strongdm.com/users/connect/connect-oracle "mention")

### Administering Users and Clients

For StrongDM administrators looking to administer their users, or manage their fleet of client installs:

* [Principals](https://app.gitbook.com/s/F7eka9SH5TT8nJm2ZfWj/principals "mention")
* [Clients](https://app.gitbook.com/s/F7eka9SH5TT8nJm2ZfWj/clients "mention")


---

# 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.strongdm.com/users/readme.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.
