# Generating & Publishing

### Generating your Sphere

As mentioned in the [Control Bar overview](/cozmos-curator/control-bar.md#save-and-generate) Generating your Sphere allows you to view a fully interactive version of your design before publishing to a publicly accessible domain.

Generation is a great way to test functionality and review your design before release.

When a Sphere is generated, the url created has credentials and a version number. Please note, this version number changes each time you generate.

<figure><img src="/files/uQbMbbOT96hsCZ3IJaJU" alt="Generated sphere"><figcaption></figcaption></figure>

### Publishing your Sphere

The last step in launching your Sphere.&#x20;

When you are ready, click the Publish button. The will make your Sphere live across any custom domains you have added to your Space, as well as the internal domain provided with all Cozmos Spaces.

For any future changes, all you need to do is follow the flow of Curation, Generation and then Publishing. This will replace the current live version of your Sphere with no downtime between version swapping.

<figure><img src="/files/89EO2pYLVIHonPWVQhh5" alt="Published sphere"><figcaption></figcaption></figure>


---

# 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://learn.cozmos.com/cozmos-curator/generating-and-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.
