> 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/add-new-project.md).

# Add New Project

Creating a project is the first step in setting up your integrations. The project name is sufficient to create a new project.&#x20;

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

Users also have the ability to provide additional details while creating the project. Click "More Options" in the above popup.

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

**Additional Details:**

1. Project Name - Name of the Project
2. Project Description - Description of the Project
3. Timezone - To schedule and manage everything in the user's timezone.
4. Console Logs - To enable or disable console logs to be displayed on the Logs page.
5. Console Logs Options -  Various log display options are available to the user to choose from

   1. API Method and URL
   2. API Request Information
   3. API Response Information
   4. API Header Information
   5. API Params Information

   Selected options will be logged for all pipes in the Project.&#x20;
6. Activity Logs - DCKAP Integrator enables Project Owners and Administrators to view and track activities performed in every individual module of the Project. To see those activities details you will need to enable that
7. Email Failure Alerts - To enable or disable synchronization-failure email alerts. These emails are sent if an error occurs during the data synchronization.&#x20;
8. Email Address - Provide one or more email addresses to which failure alerts have to be sent.
9. Failure Alert Trigger Options - Choose one of three options to trigger emails when the selected events happen:&#x20;
   1. For Pipes with Any Errors (Both Partial and Completely Failed)
   2. For Partially Failed Pipes Only
   3. For Completely Failed Pipes Only
10. Project Documents - You can add the necessary documents for the respective project

Now click "Create Project" to create the project. After creating the project you will be navigated to the project Integration Page<br>


---

# 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/add-new-project.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.
