# Prerequisites

Typically the DuploCloud onboarding team performs these steps in your GCP project with your permission. These steps need to be performed and are described in detail in the subsequent subsections:

1. [Add Service Account, Key Creation, and Project](/docs/automation-platform/overview-1/prerequisites/service-account-setup.md) to the DuploCloud Portal. A single DuploCloud Portal supports multiple GCP projects. Each project is added to DuploCloud, and the DuploCloud platform gives access to the project via Service Account keys.
2. [Set up Cloud DNS Zone](/docs/automation-platform/overview-1/prerequisites/route-53-hosted-zone.md).
3. [Create Certificates](/docs/automation-platform/overview-1/prerequisites/certificate-for-load-balancer-and-ingress.md) for Load Balancers and Kubernetes Ingress.
4. [Perform initial Infrastructure and Tenant setup](/docs/automation-platform/overview-1/prerequisites/initial-infrastructure-setup.md).
5. Set up tools for the Tenant, such as [enabling `kubectl` shell.](/docs/automation-platform/overview-1/prerequisites/tools-tenant/enable-kubectl-shell.md)

{% hint style="info" %}
For Kubernetes prerequisites, see the [DuploCloud Kubernetes User Guide](/docs/automation-platform/kubernetes-overview.md).
{% 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.duplocloud.com/docs/automation-platform/overview-1/prerequisites.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.
