# Publishing

Once the Findable sync has been completed, it’s time to publish your site. It’s essential to publish the site even if your page designs aren’t finished yet to ensure the sync operates correctly.

If your pages aren’t ready to go live:

1. Publish your site to staging
2. [Turn publishing off](/create-pseo-pages/page-design/hiding-unnecessary-collections.md) for each of the CMS collections that aren’t ready

Don’t forget to turn publishing back on when you’re done!

Once your site is in sync, Findable will handle publishing from your content store. If you add, remove, or change data from the content store, Findable will sync it to your CMS and publish the changes automatically.


---

# 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.findable.au/campaign-scenarios/publishing.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.
