# How to set the home for a site or section?

Your site’s structure uses **sections** and **variants**.

Here’s how they relate:

* A **section** is a top-level entry in your site structure.
* A section can point to a single space, or contain multiple **variants**.
* A **variant** always points to a space.

{% hint style="info" %}
If a section points to a single space, you won’t see variants for it.
{% endhint %}

GitBook also has two “home” concepts:

* **Site home** — the **section** visitors land on first.
* **Section home** — the **variant** visitors land on first within a section.

### Change the site home section

1. Open **Site settings**.
2. Select **Structure**.
3. Find the section you want visitors to land on first.
4. Click **Set as home**.

### Change a section’s home variant

Use this when a section has multiple variants.

1. Open **Site settings**.
2. Select **Structure**.
3. Open the section you want to update.
4. Find the variant you want visitors to land on first.
5. Click **Set as home**.


---

# 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/what-is-a-default-space-and-how-to-change-it.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.
