# Enabling APIs

If you are not seeing all the resources you were expecting, it may be possible that a related or required API is not enabled in your projects.

Please ensure the following APIs are enabled in your GCP account:

* Cloud DNS API
* Cloud Functions API
* Cloud Pub/Sub API
* Cloud Resource Manager API
* Cloud Run
* Cloud SQL
* Cloud Storage
* Compute Engine API
* Container Registry API
* Google Cloud Memorystore for Redis API
* Kubernetes Engine API

These will need to be enabled for each project you wish to import.&#x20;

This can done manually via the [Google Cloud Console](https://console.cloud.google.com/apis) or you can run the following commands in the CLI:

```
gcloud services enable cloudfunctions.googleapis.com \
  cloudresourcemanager.googleapis.com \
  compute.googleapis.com \
  container.googleapis.com \
  containerregistry.googleapis.com \
  dns.googleapis.com \
  pubsub.googleapis.com \
  redis.googleapis.com \
  run.googleapis.com \
  sql-component.googleapis.com \
  storage-component.googleapis.com
```

Once these are enabled, perform a manual sync and the resources will be added to your diagrams.

You can follow the below guide if you're unsure how to perform a manual sync.

{% content-ref url="/pages/-M-lsaBlWdE0i5Pb3MIG" %}
[Manual Sync](/discover/manual-sync.md)
{% endcontent-ref %}

###


---

# 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.hava.io/importing/google-cloud/getting-started-google-cloud-platform/enabling-apis.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.
