> For the complete documentation index, see [llms.txt](https://docs.carto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.carto.com/carto-self-hosted/guides/guides-helm/configure-your-custom-service-account.md).

# Configure your custom service account (Helm)

When deploying CARTO Self-Hosted, each installation is accompanied by a dedicated infrastructure, including a Service Account key necessary for utilizing certain deployed services. However, if you prefer to utilize your own Google Cloud Platform (GCP) Service Account, please follow these steps before initiating the Self-Hosted installation:

1. **Create a Dedicated Service Account**: Generate a dedicated Service Account specifically for your CARTO Self-Hosted deployment within your Google Cloud Platform console.
2. **Contact CARTO Support**: Reach out to our CARTO support team and provide them with the email associated with the Service Account you've created. This step ensures seamless integration of your Service Account with your CARTO Self-Hosted deployment. Email CARTO Support Team <support@carto.com> with the service account email.

For any queries or assistance regarding this process, feel free to contact our support team. Once the service account has the proper permissions on CARTO infrastructure, you'll be able to use your custom service account to deploy the CARTO Self-Hosted platform.


---

# 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.carto.com/carto-self-hosted/guides/guides-helm/configure-your-custom-service-account.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.
