# Project Settings

Check out this quick video explainer of Creating and Managing Projects.

{% embed url="<https://www.youtube.com/watch?v=li_rszstdlg>" %}

After creating a new project, it is best recommended that you update the project settings to enable smooth execution.&#x20;

<figure><img src="/files/Kx7sig787bsOyv2A3JJB" alt=""><figcaption><p>Project Settings</p></figcaption></figure>

These settings include:&#x20;

## General

### Project Name

Here simply enter your Project's name

### Project Description

Give a brief description of your project.

### Timezone

To schedule and manage everything in your timezone; Choose from the drop-down list

![](/files/-M5v6u_t44XIl5vl551A)

### Activity Logs

The Activity Logs are used to track when users create, update, or delete any entity within the project, along with their creation date and time.

Activity Logs are turned off by default, but you can enable them.

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

## Console Logs&#x20;

Console logs are used to track and debug the transactions in the DCKAP Integrator application.

### Enable Console Logs

To enable or disable console logs to be displayed on the Logs page.

![](/files/-M5v7Qs-sZCYpsqhVpPY)

### Console Log Options&#x20;

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

Four log display options are available to the user to choose from:

* API Method and URL
* API Request Information&#x20;
* API Response Information
* API Header Information
* API Params Information

Selected options will be logged for all Pipes in the Project.

## Email Alerts&#x20;

### Enable Failure Alerts

To enable or disable synchronization-failure email alerts. These emails are sent if an error occurs during the data synchronization.&#x20;

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

### Email Addresses&#x20;

Provide one or more email addresses to which alerts have to be sent.&#x20;

### Failure Alert Options

Choose one of three options to trigger emails when the selected events happen:&#x20;

* All Failed&#x20;
* Partially Failed Only&#x20;
* Completed Failed Only&#x20;

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

{% hint style="info" %}
Email alerts can be set at the Pipe Level too. [Click here to Learn More.](https://docs.cloras.com/user-guide/projects/integrations/add-new-pipe#email-alerts-at-pipe-level)
{% endhint %}

## Users

Check out this quick video explainer of  Adding a New User to a Project.

{% embed url="<https://www.youtube.com/watch?v=q_gah0BYBOo>" %}

Check out this quick video explainer of Adding an Existing User to a Project.

{% embed url="<https://www.youtube.com/watch?v=DvlX27VLld8>" %}

&#x20;

To add a User to the Project,  provide the email address of the User, give the necessary access permission - either **Admin** or **Standard** and, click on **Add User.**&#x20;

* **Admin**: Has the privilege of project owner with the following limitations:
  * cannot delete the project and
  * cannot transfer the project
* **Standard**: Has the privilege of Admin with the following limitations:
  * cannot delete the project
  * cannot transfer the project
  * cannot modify configuration/settings
  * cannot provide project access to any other users/groups

An invitation will be sent to the user to accept or reject the access.&#x20;

{% hint style="success" %}
Non-DCKAP Integrator users may also be added to the project. An invitation will be sent out to them to sign up for a DCKAP Integrator account.&#x20;
{% endhint %}

The email addresses of added users are displayed in the lower section of the page. Here, the project owner can see if the User has accepted or rejected the access invite. Also, the user's access level can be modified or revoked by the project owner/admin if needed.&#x20;

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

## User Groups

Here, the project owner/admin can add a User Group to give access to the project. (The User Group can be added only once the users in the group have accepted the Group invite).  Once the User Group is added, it will be displayed in the lower right section of the page. The access permission for this group is already defined in the [User Groups ](/user-guide/account-management/user-groups.md)page. A Revoke button is present, which allows the project owner/admin to remove access for the User Group.

{% hint style="warning" %}
An email will not be sent to individual users of the group when the group is added to a project.
{% endhint %}

{% hint style="danger" %}
The project owner/administrator can only add groups that they own to the project. They cannot add groups owned by some other users.
{% endhint %}


---

# 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.dckapintegrator.com/project-manager/project-settings.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.
