> For the complete documentation index, see [llms.txt](https://docs.dckapintegrator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dckapintegrator.com/user-guide/projects/getting-started.md).

# Managing Projects

The Projects page consists of a list of all the projects that the user has created or has been given access to. More information can be found [here](/user-guide/projects.md).&#x20;

Click on the **project** to go to the **Integrations** page which is the hub of the project. From here users can edit and play with the development of the project as needed.&#x20;

On the left side of this page, icons for easy navigation and access to various components of the project are present. These icons include: <br>

| Menu Name                   | Icon                             | Description                                                                                                                                       |                                                  |
| --------------------------- | -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| Integrations                | ![](/files/2KFu245Wq3zxgN0J86PX) | Quick access to all integration units (pipes) and also to create new integrations, to synchronize data transfer, view logs, and edit integrations | [Navigate](/project-manager/integrations.md)     |
| Systems                     | ![](/files/FQUkFmTIGfdKRDTzMrfa) | View, edit and add systems & its credentials                                                                                                      | [Navigate](/project-manager/systems.md)          |
| Logs                        | ![](/files/YzuVKDmTu09AOgdmmhx0) | View high-level and detailed log messages, and results of the sync process                                                                        | [Navigate](/project-manager/logs.md)             |
| <p>Project Settings<br></p> | ![](/files/JYAWtu8WaFcJunZcpMg7) | Edit project settings such as timezone, dashboard settings, email notifications, and other notification settings                                  | [Navigate](/project-manager/project-settings.md) |
| Advanced                    | ![](/files/TFBDfcOR9DYpY4xcJeLN) | Developer related modules to build Flows and manage APIs                                                                                          | [Navigate](/project-manager/advanced.md)         |

## Activity Logs

A new feature in DCKAP Integrator enables Project Owners and Administrators to view and track activities performed in every individual module of the Project.&#x20;

![](/files/-MEbeT9yIndV8x_zWZZ5)

The Activity History button is found on the top-right section of the Integrations, Credentials, Flows, and API Manager pages. Users may track the activities of these modules as a whole, or on individual entities within the modules.&#x20;

> For example, Activity History of all the Project Credentials or for a single Credential within a Project.

![Activity Logs for all the Credentials in a Project](/files/-MEgVlCQCe4xyT_1PJlz)

![Activity Logs for an individual Credential entity](/files/-MEgVstYRUW--t_S_vkA)

The main purpose of the Activity Logs is, whenever a user creates, updates, or deletes any entity within the project, the Project Owner and Administrator can track said changes along with their date and time. It serves as a version history for the Project, thus helping Project owners retrieve details in the future as well.&#x20;

Apart from the defaults events that are tracked in Activity Logs, the following additional events are also tracked:&#x20;

* Console Log Enable/Disable&#x20;
* Automode Enable/Disable&#x20;
* Changing Automode Schedule&#x20;
* Time Status Enable/Disable

{% hint style="info" %}
By default, the Activity Logs are disabled. To enable Activity Logs, navigate to your Project Settings and enable Activity Logs.
{% endhint %}


---

# 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.dckapintegrator.com/user-guide/projects/getting-started.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.
