# Networks & Backup

By default, everyone joins the **Anytype Network** when they create a new vault. They can later switch to either [Self-hosted](/anytype-docs/advanced/data-and-security/self-hosting/self-hosted.md) or [Local-only](/anytype-docs/advanced/data-and-security/self-hosting/local-only.md) if they wish.

Every Anytype user has access to a remote backup node provided by Anytype. Its capacity is currently limited to 1 GB. Objects and other content have no impact on this limit; only files are limited. If you go over the limit, a warning will appear, and you'll be able to ask for more storage.

Our infrastructure is hosted in Zurich based data centers within Europe. Production currently runs on Google Cloud Platform, with plans to move to dedicated European hosted servers.

The domains we use for our Anytype network are:

* For syncing: `*.anyclub.org`
* For our analytics: `*.anytype.io`

### How to switch back to Anytype network

We strongly recommend using dedicated identities for each network. If you are switching from a Self-hosted network, export all your channels, and import them into a new identity after switching the network mode.

Please note that all your devices should be manually switched to Anytype Network mode.

#### Desktop

1. Log out from your current identity.
2. On the onboarding screen, click a gear icon in the top right corner.
3. In the “Network” field choose the “Anytype” option.
4. Click the “Save” button.
5. Create a new identity or log in with an existing one.

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

#### Mobile

1. Log out from your current identity.
2. On the onboarding screen, click a gear icon in the top right corner.
3. Click on “Anytype” in the “Networks” sub-menu.
4. Create a new identity or log in an existing one.

<figure><img src="/files/QXykbf86ntsRcRVde5vp" alt="" width="375"><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://doc.anytype.io/anytype-docs/advanced/data-and-security/self-hosting.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.
