# The Basics

### Using the DCKAP Integrator App

The DCKAP Integrator web app is designed in a way to make user navigation self-reliant and easy to access. The design of the Dashboard and  Project modules follow a procedural approach, in order to cater to every element in the Data Integration Life-Cycle.&#x20;

### General Menu

On the left side of the page, a Quick Navigation Bar is available with the following icons:&#x20;

| Menu Name          | Icon                                                         | Description                                                   |                                            |
| ------------------ | ------------------------------------------------------------ | ------------------------------------------------------------- | ------------------------------------------ |
| Projects/Dashboard | ![](/files/aEze1pdNUDggz5aO3Kn7)                             | Create and manage projects                                    | [Navigate](/getting-started/dashboard.md)  |
| Analytics          | <p></p><p><img src="/files/5qqtJXWQnQitjtGz1Ftm" alt=""></p> | A quick overview of project stats                             | [Navigate](/getting-started/analytics.md)  |
| Invitations        | ![](/files/0Clx51ivcjH32MtuT9A0)                             | Respond to Project and User Group invitations                 | [Navigate](/user-guide/invitations.md)     |
| Help and Support   | ![](/files/1m2yigpik3R9H8zu5DcL)                             | Access to Customer Support and DCKAP Integrator Documentation | [Navigate](/user-guide/contact-support.md) |

*(Click on the Navigate link in each row to read more about each of the respective modules.*)


---

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