# Content Repositories

A Content Repository is a separate space with an individual set of documents, assets, users, etc. You can create as many repositories as you like. Usually one per project.

All of your repositories are listed on the dashboard page. From there you can quickly switch between different projects.

{% hint style="success" %}
A user can see any repository in his dashboard he's associated with. He will not be able to see repositories he's not assigned to as collaborator.
{% endhint %}

## Creating a Repository

Content repositories can be created from the dashboard page by clicking the 'Create New Repository' Button. Follow the provided steps on the next pages to complete the information for your new repository.

You can choose different plans for a repository, depending how much users, languages or performance you need. [Take look at the pricing page](https://comfortable.io/pricing) or [contact us](mailto:support@cmft.io) to get help choosing the right plan.

## Deleting a Repository

A repository can be deleted by navigating to the 'Settings' Page. You'll find a 'Delete Repository'-Button in the 'General' Section.

{% hint style="success" %}
Deleting a repository will automatically cancel a paid subscription
{% endhint %}

## Administration

The person who creates a repository will be assigned to the user role `Owner`. This role has all permissions and can invite other users like Administrators or Developers.

{% hint style="info" %}
A repository owner can not be removed from a project. [Contact support](mailto:support@cmft.io) if you need an owner transfer.
{% endhint %}

{% hint style="info" %}
Only the repository owner can provide payment details and make changes to the plan subscription.
{% 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://docs.comfortable.io/concepts-1/content-repositories.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.
