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

# Pinecone documentation

> Pinecone is the vector database for AI agents and applications, built for semantic search, knowledge retrieval, and long-term memory at scale.

<script type="application/ld+json">
  {`
    [
    {
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "Pinecone Documentation",
      "url": "https://docs.pinecone.io",
      "description": "Official documentation for Pinecone, the vector database for AI applications.",
      "publisher": {
        "@type": "Organization",
        "name": "Pinecone",
        "url": "https://www.pinecone.io"
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://docs.pinecone.io/search?query={search_term_string}"
        },
        "query-input": "required name=search_term_string"
      }
    },
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "name": "Pinecone",
      "url": "https://www.pinecone.io",
      "logo": "https://www.pinecone.io/images/docs_og_image_v2.png",
      "description": "Pinecone is the vector database built for AI. Search through billions of items for similar matches to any object, in milliseconds.",
      "sameAs": [
        "https://x.com/pinecone",
        "https://www.linkedin.com/company/pinecone-io",
        "https://github.com/pinecone-io"
      ],
      "knowsAbout": [
        "Vector databases",
        "Semantic search",
        "AI infrastructure",
        "Machine learning"
      ]
    }
    ]
    `}
</script>

## Get started

<CardGroup cols={3}>
  <Card title="Database quickstart" icon="database" href="/guides/get-started/quickstart">
    Build semantic search and knowledge retrieval into your agent or app
  </Card>

  <Card title="Assistant quickstart" icon="comments" href="/guides/assistant/quickstart/sdk-quickstart">
    Create an AI assistant that answers questions about your proprietary data
  </Card>

  <Card title="Marketplace quickstart" icon="store" href="/guides/marketplace/quickstart">
    Publish a no-code knowledge app from a template (public preview)
  </Card>
</CardGroup>

## Build

<CardGroup cols={3}>
  <Card title="IDEs & CLIs" icon="wand-magic-sparkles" href="/guides/get-started/ai-coding-tools">
    Use Pinecone with Claude Code, Gemini CLI, Cursor, and other agentic tools
  </Card>

  <Card title="MCP server" icon="server" href="/guides/operations/mcp-server">
    Connect any MCP-compatible agent to Pinecone for search and index management
  </Card>

  <Card title="API reference" icon="code-simple" href="/reference">
    Comprehensive details about the Pinecone APIs, SDKs, and architecture
  </Card>

  <Card title="Examples" icon="grid-round" iconType="solid" href="/examples">
    Notebooks and sample apps with common AI patterns
  </Card>

  <Card title="Integrations" icon="link-simple" href="/integrations/overview">
    Third-party integrations for LangChain, LlamaIndex, and more
  </Card>

  <Card title="Releases" icon="party-horn" href="/release-notes">
    What's new in Pinecone
  </Card>
</CardGroup>
