# How can I publish a site with multiple versions?

Multivariant content allows you to display different versions (or variants) of your documentation, for example, different language versions such as English and French or documentation for subsequent releases such as 2.0, 2.1 and 2.2.

In the previous versions of GitBook, this was managed through collections. If you have been using GitBook before May 2024 your multi-variant collections were automatically migrated to multi-variant Sites.&#x20;

### How to publish a new multi-variant Site

1. Create a new site or click on a site which should host your multi-variant content
2. Review the already **Linked spaces** in the **Content** tab.&#x20;
3. Click **+** to add a new variant.&#x20;
4. Select the space you want to add as a new variant to your published site.

{% hint style="info" %}
**Billing:** A multi-variant site is counted as a single published site towards your bill.
{% 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-site-with-multiple-versions.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.
