# Viewing Synthetic Data datasets within the BigQuery UI

In order to view the datasets from within the BigQuery UI in the GCP console you will first need to navigate directly to the `unizin-shared` project within the GCP console, which can be done via the following URL: <https://console.cloud.google.com/bigquery?referrer=search&project=unizin-shared>

From here you will be able to view the datasets and tables within the UI but will not be able to perform any queries. Instead, you should "star" the `unizin-shared` project under the BigQuery Explorer:

<figure><img src="/files/5oQwSl4Zh615lRkDqLcF" alt=""><figcaption><p>Star the <code>unizin-shared</code> project.</p></figcaption></figure>

Next, you should be able to navigate back to your member GCP project and should still see the `unizin-shared` datasets and tables under the Explorer:

<div><figure><img src="/files/1gkko9osX3LWor5gxsa3" alt=""><figcaption><p>Before</p></figcaption></figure> <figure><img src="/files/NK8ewoiMlHElRDhqMZck" alt=""><figcaption><p>After</p></figcaption></figure></div>


---

# 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://resources.unizin.org/products/data-and-analytics/unizin-data-platform/data-stores/data-lake/synthetic-data/viewing-synthetic-data-datasets-within-the-bigquery-ui.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.
