# Managing your Cloud

Your Peoplelogic.dev private cloud also comes with a management dashboard. It runs in the region you specified during setup and allows you to enable/disable features, connect integrations through the Universal Talent API and Merge.dev, manage users and customers, control API key access (for example: setting up different workspaces to isolate API keys) and viewing audit trails.&#x20;

### Access your management dashboard

Your management dashboard URL is based on your region and your company name.  Once your Talent Cloud is created, you'll receive the initial administration endpoint and API endpoint - in the format `admin.<org-alias>.<region>.peoplelogic.dev`  and  `<org-alias>.<region>.api.peoplelogic.dev` . You will also receive an initial username and password for the management dashboard and your initial API token.

### Deploying new Flows

Coming soon!

### Roles

{% hint style="warning" %}
The roles below apply to your talent cloud administration and access to the different APIs.  They are different than the permissions that apply to Organizations within your cloud.
{% endhint %}

With the talent cloud features, roles determine what actions users can perform:

| Role        | Description                                                                                                                                        |
| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| Developer   | Able to access the dashboard and create their own API keys but cannot manage users or groups or workspaces.                                        |
| IT Admin    | Able to access the dashboard but is only allowed to connect new integrations but not create new API keys or manage users.                          |
| Super Admin | Able to access the dashboard, create new API keys and can also create new workspaces, invite new users, and manage the permissions of other users. |

<br>


---

# 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.peoplelogic.dev/guides/managing-your-cloud.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.
