# Enable Google Analytics

Pre-requisite(s):

* Firebase project. [Read more..](/app-details/firebase/create-firebase-project.md)

### Enabling Google Analytics for your Firebase project

1. Open the **Project settings** page via the cogwheel in the top-left corner of the Firebase console.<br>

   <figure><img src="https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80082666843/original/tKbzpy7-1E4Z7ctK9R8Kbz-VzuOrxNoHXQ.png?1646234611" alt=""><figcaption><p>Firebase project settings</p></figcaption></figure>
2. Open the **Integrations** tab and click on the **Enable link** in the bottom-right corner of the **Google Analytics** card. <br>

   <figure><img src="/files/X6V4iSRTacbiM2DuHUhM" alt=""><figcaption><p>Firebase project integrations</p></figcaption></figure>
3. Next you'll be asked to either **select an existing Google Analytics account or create a new one** to link to your Firebase project.<br>

   <figure><img src="/files/P2UyzKntncEph5gbx3MG" alt=""><figcaption><p>Select Google Analytics account</p></figcaption></figure>
4. When you've created and/or selected a Google Analytics account, **click the Enable Google Analytics button** to finish the process.\ <br>

   <figure><img src="/files/ppkVpsy6MamE3nVraU0E" alt=""><figcaption><p>Enable Google Analytics</p></figcaption></figure>
5. When you navigate back to the Integrations tab as explained in step 2 of this article, you should now see that **Google Analytics is marked as Enabled**.&#x20;


---

# 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.appmachine.com/app-details/firebase/enable-google-analytics.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.
