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

# Quickstart

<iframe width="600" height="310" src="https://d8ts56gtwtyh1.cloudfront.net/docs/warehouse/quickstart.mp4" title="Quickstart overview" frameborder="0" allow="accelerometer; autoplay; muted" allowfullscreen autoplay muted />

Studio is the visual interface for the multimodal data warehouse, where you manage namespaces, collections, and retrievers.

### Use the Studio to manage your organization

* **Set active namespace**: Use the top bar namespace switcher. All actions scope to this selection. Namespaces mirror API behavior for `X-Namespace`. Create one in Studio or via [Create Namespace](/api-reference/namespaces/create-namespace).
* **Create buckets**: Define schemas to validate your objects. Buckets are the entry point for raw data. See [Create Bucket](/api-reference/buckets/create-bucket) and [Create Object](/api-reference/bucket-objects/create-object).
* **Create collections**: Point to a source and pick [features](/processing/features). Collections produce searchable documents and vectors. See [Create Collection](/api-reference/collections/create-collection) and [Describe Features](/api-reference/collections/describe-collection-features).
* **Ingest data**: Upload objects to buckets, optionally in batches. Processing runs in the Engine and writes documents to your namespace.
* **Explore results**: Use `Explorer` to search, filter, and preview documents with presigned URLs.
* **Build retrievers**: Configure stages, test inputs, and save pipelines to power your apps. See [Create Retriever](/api-reference/retrievers/create-retriever) and [Execute Retriever](/api-reference/retrievers/execute-retriever).
* **Enrich with taxonomies**: Attach flat or hierarchical taxonomies on-demand or materialized. See [Create Taxonomy](/api-reference/taxonomies/create-taxonomy) and [Test Taxonomy](/api-reference/taxonomies/test-taxonomy-configuration-validation-only).
* **Discover with clusters**: Run clustering jobs and apply enrichment back to collections. See [Create Cluster](/api-reference/clusters/create-cluster) and [Execute Clustering](/api-reference/clusters/execute-clustering).

### Tips

* **Auth is automatic in Studio**: Your API key and `X-Namespace` header are handled for you. When calling APIs directly, include both.
* **Rate limits and health**: Check `Operations` for service health and limits. API reference: [Healthcheck](/api-reference/health/healthcheck) and [Limits](/troubleshoot/limits).

<Steps>
  <Step title="Set active namespace">
    Use the top bar switcher. This scopes all actions and mirrors the `X-Namespace` header.
  </Step>

  <Step title="Create buckets">
    Define schemas, then register objects. Buckets are your raw input boundary.
  </Step>

  <Step title="Create collections">
    Pick features and index configs; this produces searchable documents and vectors.
  </Step>

  <Step title="Ingest and process">
    Upload objects or submit batches; the Engine writes vectors and payloads to [MVS](https://mixpeek.com/mvs).
  </Step>

  <Step title="Explore and retrieve">
    Use Explorer for ad-hoc discovery and Retrievers for production search.
  </Step>

  <Step title="Enrich with taxonomies and clusters">
    Attach taxonomies on-demand or materialize; run clustering for discovery and analytics.
  </Step>
</Steps>

<Callout type="info">
  Studio follows Mintlify component patterns for clarity and scannability; see the Mintlify starter for examples.
</Callout>
