> For the complete documentation index, see [llms.txt](https://docs.mydbsync.com/cloud-workflow/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mydbsync.com/cloud-workflow/ipaas/administration.md).

# Administration

## Introduction

The **Administration** section in DBSync Cloud Workflow provides the essential tools to manage users, roles, environments, logging, and overall system behavior. It helps administrators control access, monitor activity, and ensure integrations run securely and efficiently. Whether you're managing a small team or enterprise-level workflows, this section guides you through setting up governance, optimizing performance, and maintaining a stable integration environment. You’ll also learn how to configure logging levels, manage execution history, and troubleshoot issues effectively. With role-based access and environment-specific controls, you can enforce security and compliance standards. This section is essential for anyone looking to maintain control and visibility across all integrations.

## Process

To access the admin functions follow the steps below:

Click the ![](https://docs.mydbsync.com/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2FGVevIhsF5KuHr1uzXyQs%2Fblobs%2FQwV5WGkipJr84k6i8xHy%2Fimage.png\&width=300\&dpr=4\&quality=100\&sign=403b931b434470f21f570617f1120d3df1482026af8b5523ab40b369d8cc9e27)Toggle icon and click **Administration** as shown in the image below.

<figure><img src="/files/yOZp2IlSLvklLD2uf0LW" alt=""><figcaption></figcaption></figure>

The Administration tab has two main tabs that you can utilize to configure your [Role Management](/cloud-workflow/ipaas/administration/user-and-role-management.md) settings.&#x20;

* [Permission](/cloud-workflow/ipaas/administration/user-and-role-management.md#create-permissions)
* [User](/cloud-workflow/ipaas/administration/user-and-role-management.md#creating-users)

Home Screen, My Apps and Extensions can be configured by the admin or by a user. However, Role Management and Permissions can only be enabled or configured by the admin.


---

# 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.mydbsync.com/cloud-workflow/ipaas/administration.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.
