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

# Examples

> Tutorials, cookbooks, and use cases for building with Tensorlake.

Explore hands-on examples for building agentic applications and document processing pipelines on Tensorlake.

Want an example added? [Let us know in Slack](https://tlake.link/slack).

***

## Agentic Applications

<CardGroup cols={3}>
  <Card title="Deep Research Agent" icon="magnifying-glass" href="https://github.com/tensorlakeai/cookbooks/tree/main/deep_research">
    Multi-agent research pipeline with parallel web search and report synthesis.
  </Card>

  <Card title="Code Interpreter" icon="code" href="https://github.com/tensorlakeai/cookbooks/tree/main/code_interpreter">
    Execute LLM-generated code in isolated containers with data science libraries.
  </Card>

  <Card title="Agent with Tool Calling" icon="screwdriver-wrench" href="https://github.com/tensorlakeai/cookbooks/tree/main/agent_with_tools">
    Claude agentic loop that chains tool calls, each in its own container.
  </Card>

  <Card title="Personal Finance Manager" icon="wallet" href="https://github.com/tensorlakeai/cookbooks/tree/main/personal_finance">
    Parse bank statements and answer spending questions with Claude.
  </Card>

  <Card title="Web Scraper" icon="spider-web" href="https://github.com/tensorlakeai/cookbooks/tree/main/web-scraper">
    Serverless web crawler that scrapes websites N levels deep using headless Chrome.
  </Card>

  <Card title="Weather Agent" icon="cloud-sun" href="https://github.com/tensorlakeai/cookbooks/tree/main/weather-app">
    Conversational weather agent powered by Claude, deployed as an HTTP API.
  </Card>
</CardGroup>

***

## Document Processing

<CardGroup cols={3}>
  <Card title="Structured Extraction from Images" icon="image" href="/examples/cookbooks/structured-extraction-from-images">
    Extract structured data from images using Tensorlake Applications.
  </Card>

  <Card title="Signature Detection" icon="signature" href="/examples/cookbooks/detect-buyer-and-seller-signatures-sdk">
    Detect, validate, and route based on signatures.
  </Card>

  <Card title="Resume Parsing" icon="file-lines" href="/examples/cookbooks/resume-parsing">
    Parse resumes and extract structured candidate data.
  </Card>

  <Card title="SEC Filings with Databricks" icon="chart-mixed" href="/examples/tutorials/query-sec-filings-databricks">
    Query parsed SEC filings with Databricks.
  </Card>

  <Card title="Real Estate with LangGraph" icon="house" href="/examples/tutorials/real-estate-agent-with-langgraph-cli">
    Ask natural language questions about contracts using LangGraph.
  </Card>
</CardGroup>
