> For the complete documentation index, see [llms.txt](https://docs.fusion.vectra.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fusion.vectra.ai/cloud-onboarding/gcp-cloud-onboarding/quickstart-gcp/create-a-pubsub-pull-subscription.md).

# Create a Pub/Sub pull subscription

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

![](/files/IF5mc8Di7NIc1iXq2IfG)

2. Click **⋮** next to the topic you created in a previous step and select **Create Subscription** .

![](/files/780V2MihgfZdu1rUyYA9)

3. Fill out the form using the configuration values below, default values for all other fields can be used. Click **Save**.

![](/files/dwWrcnl9vESSJweSO4eb) ![](/files/s8VTN2GSSk9h3CqZsc8s) ![](/files/Z3FpWqrXMuyITuR4NmiF)

| Field                        | Value                                                                |
| ---------------------------- | -------------------------------------------------------------------- |
| `Subscription ID`            | Any value ( e.g. `neto-flowlogs-sub`)                                |
| `Cloud Pub/Sub Topic`        | `Topic ID` from previous steps (if creating from Subscriptions page) |
| `Delivery Type`              | `Pull`                                                               |
| `Message retention duration` | `1 Day` *(or based on your requirements)*                            |
| `Retry policy`               | `Retry after exponential backoff delay` (Default min/max values)     |

{% hint style="success" %}
**✅You're done!**
{% endhint %}


---

# 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:

```
GET https://docs.fusion.vectra.ai/cloud-onboarding/gcp-cloud-onboarding/quickstart-gcp/create-a-pubsub-pull-subscription.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.
