> For the complete documentation index, see [llms.txt](https://docs.wfolio.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wfolio.pro/getting-started/en/billing/multiple-sites.md).

# Multiple websites

In Wfolio, you can create multiple websites under one account. A second website is a good option if you need a separate project with a different domain, design, and content.

#### What to choose: multilingual website, landing page, or second website <a href="#id-2db395a4-6925-426b-9e1f-7fcc2bd9c9c8" id="id-2db395a4-6925-426b-9e1f-7fcc2bd9c9c8"></a>

Before you create a second website, choose the option that fits your task.

* Use [**a multilingual website**](https://docs.wfolio.pro/site/eng/settings/translate) if you need the same website in different languages.
* Use [**a landing page**](https://docs.wfolio.pro/site/eng/pages/page-types/landing) if you need a separate page within your current website on the same domain. This works well for promotions, special offers, course sales, and other specific tasks.
* Create **a second website** if you need a separate website with a different domain, design, page structure, and content.

#### What to keep in mind <a href="#d30b3536-c769-4fe1-8b6c-7e58e53cc708" id="d30b3536-c769-4fe1-8b6c-7e58e53cc708"></a>

When you create a second website, there are a few important details:

* the second website is created under the same account as the first one, and you use the same email address to sign in;
* the new website will be empty;
* the settings and design of the second website are configured separately;
* the second website is billed separately from the first one;
* the number of websites in one account is unlimited;
* if you need to move pages or content, do it manually.

***

### Creating a second website <a href="#id-87a2ae8b-e286-48e5-bddf-79743b12d116" id="id-87a2ae8b-e286-48e5-bddf-79743b12d116"></a>

{% stepper %}
{% step %}
Sign in to the Wfolio dashboard. Hover over the profile icon. Click **Create another website**.&#x20;

<figure><img src="/files/3fIejndJQ8rs26X774dN" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Pay for the new website in any convenient way.

<figure><img src="/files/fpDLS7rf0aoUAwYEQVU6" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### Switching between websites <a href="#ac3a9caf-5de5-4eeb-848a-e104b6be073e" id="ac3a9caf-5de5-4eeb-848a-e104b6be073e"></a>

If you already have several websites under one account, you can switch between them without signing in again.

<figure><img src="/files/rpJC67RZLMLn5pZ2s2pR" alt="" width="375"><figcaption></figcaption></figure>

### Website selection at sign-in

Open the sign-in page. Enter your email address and the code from the email. Select the website you need from the list.

<figure><img src="/files/R8Zz1NBfycqoCRMfLtFY" alt=""><figcaption></figcaption></figure>

If the wrong website opens after sign-in, switch to the correct website **in the profile menu**.

### Payment for the second website <a href="#id-2063ee18-8dc2-49b7-805e-9b9a1a43608f" id="id-2063ee18-8dc2-49b7-805e-9b9a1a43608f"></a>

The second website is billed separately from the first one. If it needs a domain, the domain is billed separately too.

When you create a new website, you get a **50% discount on the first annual payment**.

***

### FAQ <a href="#id-46894029-2420-46eb-b2fe-878cf108e9c7" id="id-46894029-2420-46eb-b2fe-878cf108e9c7"></a>

#### **When should I create a second website?**

A second website is the right choice if you need a separate project with a different domain, design, and content. If you need the same website in another language, use a multilingual website instead.

#### **Do I need a separate account for the second website?**

No. The second website is created under the same account and uses the same email address. If you need a different sign-in email, create a new account.

#### **Will the second website be a copy of the first one?**

No. A new website is created empty. If you need to move content, do it manually.

#### **Do I need to pay separately for the second website and its domain?**

Yes. The second website is billed separately from the first one. Its domain, if needed, is billed separately too.

#### **Is there a limit on the number of websites?**

No. You can create multiple websites under one account.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.wfolio.pro/getting-started/en/billing/multiple-sites.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
