# Trawley docs > Turn any website into a searchable, agent-ready knowledge base. No coding required. ## Documentation Sets - [Trawley docs (full)](https://trawley.ai/llms-full.txt): Concatenated markdown corpus of every Trawley documentation page. ## Users No-code Trawley usage via the wizard and dashboard. - [Component test](https://trawley.ai/docs/users/_component-test): Hidden page exercising every MDC component for smoke verification. - [Account settings](https://trawley.ai/docs/users/account-settings): Manage your personal profile, email, and password. - [Billing & plans](https://trawley.ai/docs/users/billing-and-plans): How plans, usage limits, and billing work for a team. - [Browser settings](https://trawley.ai/docs/users/browser-settings): Control how Trawley loads a site when scraping it. - [Choosing fields](https://trawley.ai/docs/users/choosing-fields): Pick the right fields and data types so your results are clean and searchable. - [Exporting](https://trawley.ai/docs/users/exporting): Download your results as CSV or JSON. - [How Trawley works](https://trawley.ai/docs/users/how-trawley-works): The handful of ideas behind scrapers, fields, jobs, and results. - [Job logs & status](https://trawley.ai/docs/users/job-logs-and-status): See what a run did, and retry one that failed. - [Nested pages](https://trawley.ai/docs/users/nested-pages): Capture extra detail from each item's own page, not just the list. - [Pagination](https://trawley.ai/docs/users/pagination): Collect every page of items, not just the first. - [Preview and validate](https://trawley.ai/docs/users/preview-and-validate): Check your scraper against the real page before you save it. - [Proxies](https://trawley.ai/docs/users/proxies): Get past sites that block automated traffic. - [Quickstart](https://trawley.ai/docs/users/quickstart): Set up your first Trawley scraper without writing code. - [Running a scrape](https://trawley.ai/docs/users/running-a-scrape): Run a scraper, and understand the job lifecycle. - [Scheduling](https://trawley.ai/docs/users/scheduling): Keep your data fresh by running a scraper automatically. - [Searching results](https://trawley.ai/docs/users/searching-results): Ask questions of your data in plain language. - [Teams & members](https://trawley.ai/docs/users/teams-and-members): Create teams, invite people, and manage who can do what. - [The doctor](https://trawley.ai/docs/users/the-doctor): Diagnose and repair a scraper that has stopped returning good data. - [The setup wizard](https://trawley.ai/docs/users/the-setup-wizard): Build a scraper by chatting with an assistant that reads the page for you. - [Transfer between teams](https://trawley.ai/docs/users/transfer-between-teams): Move a scraper from one team to another. - [Viewing results](https://trawley.ai/docs/users/viewing-results): Browse the data your scraper has collected. - [Warnings](https://trawley.ai/docs/users/warnings): Catch scraper health problems before they cost you a run. ## Developers REST API, SDKs, webhooks, MCP, and production agent integrations. - [API overview](https://trawley.ai/docs/developers/api-overview): Base URL, conventions, authentication status, and how the Trawley API is shaped. - [Authentication](https://trawley.ai/docs/developers/authentication): The current state of API authentication and what is coming. - [Chat endpoint](https://trawley.ai/docs/developers/chat-endpoint): A conversational endpoint that answers questions over a scraper's results. - [Claude (Anthropic SDK)](https://trawley.ai/docs/developers/claude-agent-sdk): Give Claude a tool that searches your Trawley scraper via the Anthropic SDK. - [Diff endpoint](https://trawley.ai/docs/developers/diff-endpoint): Compare two scrape runs to see what was added, removed, or changed. - [Error responses](https://trawley.ai/docs/developers/error-responses): Status codes the Trawley API returns and how to handle them. - [Export endpoint](https://trawley.ai/docs/developers/export-endpoint): Download every result from a scraper as JSON or CSV in one request. - [Hybrid search](https://trawley.ai/docs/developers/hybrid-search): The recommended endpoint — natural language search combining AI filters, vector similarity, and keyword matching. - [LangChain](https://trawley.ai/docs/developers/langchain): Wrap your Trawley scraper as a LangChain tool for an agent. - [OpenAI function calling](https://trawley.ai/docs/developers/openai-function-calling): Expose your Trawley scraper as a function the OpenAI models can call. - [Quickstart](https://trawley.ai/docs/developers/quickstart): Query a Trawley scraper from your code in five minutes. - [Rate limits & quotas](https://trawley.ai/docs/developers/rate-limits-and-quotas): How API usage is metered against your plan, and what a 429 means. - [Results endpoint](https://trawley.ai/docs/developers/results-endpoint): Fetch a scraper's results with pagination, no query interpretation. - [Tools overview](https://trawley.ai/docs/developers/tools-overview): Why Trawley makes a good tool for AI agents, and the pattern every integration guide follows. - [Vercel AI SDK](https://trawley.ai/docs/developers/vercel-ai-sdk): Expose a Trawley scraper as a tool your LLM can call, using the Vercel AI SDK. ## Agents LLM-consumable artifacts and recipes for connecting personal AI tools. - [ChatGPT custom GPT](https://trawley.ai/docs/agents/chatgpt-custom-gpt): Give a custom GPT the power to search your scraper's live data, no code. - [Grounding an assistant](https://trawley.ai/docs/agents/grounding-an-assistant): Practical ways to feed Trawley documentation into an AI assistant. - [llms.txt and friends](https://trawley.ai/docs/agents/llms-txt): Machine-readable artifacts that let an LLM ground answers in Trawley's docs. - [Quickstart](https://trawley.ai/docs/agents/quickstart): Connect your AI tools to Trawley, and let agents read Trawley docs directly. ## Changelog Release notes and product updates. - [Docs site shipping](https://trawley.ai/docs/changelog/2026-05-30-docs-site-shipping): The Trawley docs site lands in feat/docs-site. - [Documentation content](https://trawley.ai/docs/changelog/2026-05-31-docs-content): Real content lands across the Users, Developers, and Agents trees.