# Knowledge bases

A knowledge base is a container of documents in Bitrix24 Knowledge Base 2.0. In API paths it is called `collection`, while in the Bitrix24 interface it is a knowledge base. This section collects the operations for creating, reading, renaming, archiving, and deleting knowledge bases, as well as getting their document tree.

**Scope:** `note` | **Base URL:** `https://vibecode.bitrix24.com/v1` | **Authorization:** `X-Api-Key`

## Operations

- [Create a knowledge base](./collections/create.md) — `POST /v1/note/collections`
- [List knowledge bases](./collections/list.md) — `GET /v1/note/collections`
- [Get a knowledge base](./collections/get.md) — `GET /v1/note/collections/:id`
- [Rename a knowledge base](./collections/update.md) — `PATCH /v1/note/collections/:id`
- [Archive a knowledge base](./collections/archive.md) — `POST /v1/note/collections/:id/archive`
- [Delete a knowledge base](./collections/delete.md) — `DELETE /v1/note/collections/:id`
- [Document tree](./collections/tree.md) — `GET /v1/note/collections/:collectionId/documents`

## See also

- [Documents](/docs/note/documents)
- [Files](/docs/note/files)
- [Knowledge Base overview](/docs/note)
