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

# Capabilities overview

> Explore all Meilisearch capabilities, from full-text and semantic search to filtering, curation, analytics, and multi-tenancy.

Meilisearch provides a comprehensive set of search and data management capabilities. Each capability is documented with an overview, getting started guide, how-to guides, and advanced topics.

<CardGroup cols={2}>
  <Card title="Full-text search" icon="magnifying-glass" href="/capabilities/full_text_search/overview">
    Fast, typo-tolerant keyword search with multi-criteria ranking. The core of Meilisearch.
  </Card>

  <Card title="Hybrid and semantic search" icon="brain" href="/capabilities/hybrid_search/overview">
    Combine keyword matching with AI-powered vector search for results that match both terms and meaning.
  </Card>

  <Card title="Geo search" icon="location-dot" href="/capabilities/geo_search/overview">
    Filter and sort results by geographic location using radius, bounding box, or polygon.
  </Card>

  <Card title="Conversational search" icon="comments" href="/capabilities/conversational_search/overview">
    Let users ask questions in natural language and get AI-generated answers grounded in your data.
  </Card>

  <Card title="Multi-search" icon="layer-group" href="/capabilities/multi_search/overview">
    Query multiple indexes in one request with separate or merged (federated) results.
  </Card>

  <Card title="Filtering, sorting, and faceting" icon="filter" href="/capabilities/filtering_sorting_faceting/overview">
    Narrow, order, and categorize results with filters, sort rules, and faceted navigation.
  </Card>

  <Card title="Search rules" icon="thumbtack" href="/capabilities/search_rules/overview">
    Curate search results by pinning selected documents when query- or time-based conditions match.
  </Card>

  <Card title="Personalization" icon="user" href="/capabilities/personalization/overview">
    Re-rank search results based on user context and behavior for tailored experiences.
  </Card>

  <Card title="Analytics" icon="chart-line" href="/capabilities/analytics/overview">
    Track searches, clicks, and conversions to measure and improve search quality.
  </Card>

  <Card title="Security and tenant tokens" icon="shield-halved" href="/capabilities/security/overview">
    Control access with API keys and tenant tokens for multi-tenant applications.
  </Card>

  <Card title="Teams" icon="users" href="/capabilities/teams/overview">
    Manage collaborators and roles in Meilisearch Cloud projects.
  </Card>

  <Card title="Indexing" icon="database" href="/capabilities/indexing/overview">
    Add, update, and manage documents with async task processing, foreign keys, and more.
  </Card>
</CardGroup>
