> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognee.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Tools Overview

> The ways to drive cognee-rust, the backends it runs on, and the supporting dev/ops tooling.

The ways to drive cognee-rust, the backends it runs on, and the supporting
dev/ops tooling.

## Interfaces

How you invoke the pipeline. All cover the same operations
([Operations](/rust/operations)).

* **[CLI Reference](/rust/tools/cli)** — `cognee-cli`: subcommands, flags, `config`, retries, logging.
* **[Language Bindings](/rust/tools/bindings)** — Python / C / JavaScript SDKs (shared `bindings-common`) + config-setter ergonomics.
* **[HTTP Server Tools](/rust/tools/http-server)** — `cognee-http-server`: launch the binary or embed the library. Endpoint specs under [HTTP Server Reference](/rust/http-server).

## Backends

* **[Pluggable Backends](/rust/tools/backends)** — pluggable providers (LLM, embeddings, vector, graph, relational, storage, session, ontology, tokenizer) with their selecting config keys and rustdoc links.

## Dev & ops tooling

* **Observability** — [OpenTelemetry](https://github.com/topoteretes/cognee-rs/blob/main/docs/observability/opentelemetry.md) (OTLP tracing) and [product analytics](https://github.com/topoteretes/cognee-rs/blob/main/docs/observability/send_telemetry.md) (opt-out product analytics).
* **Logging** — [Configuration: logging](/rust/configuration#logging).
* **Visualization** — `cognee-cli visualize` (see [CLI Reference](/rust/tools/cli)); [`cognee-visualization`](https://github.com/topoteretes/cognee-rs/blob/main/crates/visualization/).
* **Benchmarking** — [Mock benchmark](https://github.com/topoteretes/cognee-rs/blob/main/docs/performance/mock-benchmark.md) (offline mock-LLM benchmark) and its [design rationale](https://github.com/topoteretes/cognee-rs/blob/main/docs/performance/python-approach.md).
* **Build troubleshooting** — [Ladybug rebuilds](https://github.com/topoteretes/cognee-rs/blob/main/docs/build/lbug-rebuilds.md).
* **Releasing** — [Release process](https://github.com/topoteretes/cognee-rs/blob/main/RELEASE.md).
