# Channels

Inside your Vault, you have **Channels**. A **Channel** is a container for your graph of objects.

Similar to a vault, a channel is an encrypted container. Unlike your vault, each channel has unique access rights, you can decide who has access to each channel.

You’re able to create multiple separate channels, each with their own graph of objects, sidebar, and privacy settings.

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

{% hint style="danger" %}
It's currently impossible to recover deleted channels unless you've previously exported them, so be careful when deleting them.
{% endhint %}

Use the vault sidebar to navigate between your existing channels.

To create a new channel, simply click on the plus button in the top right corner of the channels sidebar:

<figure><img src="/files/ayTJ9gzqypZnx2AvMksU" alt="" width="333"><figcaption></figcaption></figure>

If you would like to customize or delete your channel, please take a look at [Channel Settings](/anytype-docs/advanced/settings/space-settings.md).


---

# 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/getting-started/vault-and-key/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.
