# How can I publish a space?

As of May 2024, spaces are now being published as part of a docs site and are not published in a standalone fashion anymore.

When you're ready to publish a space, you can link it to an existing site or create a new site to publish it. This makes the separation between content and publishing clear.

### How to publish a space as a part of a docs site?

1. Go to **Docs sites**
2. Click on **New site**
3. Name your site
4. If you already have a space you'd like to publish, click on **Link an existing space**. Otherwise, you can choose to create a new space.
5. Click the **Publish** button

You can change the visibility of your site under the **Publishing settings.**

{% hint style="info" %}
**Ultimate** sites can use additional visibility options such as *share link*, *unlisted* or *Authenticated Access*.
{% 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://gitbook.com/docs/help-center/published-documentation/publishing/how-can-i-publish-a-space.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.
