# Create a Pub/Sub topic

{% hint style="info" %}
**📘Onboarding multiple projects at an organization or folder level**

You can create a single topic in a designated project that you will use for centralized logging resources. This topic can be used as the destination for an aggregated sink, multiple individual project Cloud Logging Sinks, or a combination of the two.
{% endhint %}

1. Go to the **Pub/Sub Topics** page in the Google Cloud console.

![](/files/3ZFM2k0kSkgQverAByH4)

2. Click **Create Topic**.

![](/files/IgbA5wp9T0wupe1T883B)

3. Fill out the form using the configuration values below, then click **Save**.

![](/files/7UNLfu00J9oUWVKhSOtg)

| Field                        | Value                                          |
| ---------------------------- | ---------------------------------------------- |
| `Topic ID`                   | Any value ( e.g. `neto-flowlogs-pubsub-topic`) |
| `Add a default subscription` | `No`                                           |
| `Use a schema`               | `No`                                           |
| `Enable ingestion`           | `No`                                           |
| `Enable message retention`   | `Yes`- `1 Day`                                 |

{% hint style="success" %}
**✅You're done!**
{% 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.fusion.vectra.ai/quick-start/quickstart-gcp/create-a-pubsub-topic.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.
