# Exa ## Docs - [Score Deprecation in Auto Search](https://exa.ai/docs/changelog/auto-keyword-score-deprecation.md): We're deprecating relevance scores in Auto search due to architectural improvements. Scores will remain available in Neural search. - [Auto search as Default](https://exa.ai/docs/changelog/auto-search-as-default.md): Auto search, which intelligently combines Exa's proprietary neural search with other search methods, is now the default search type for all queries. - [Introducing Exa Company Search](https://exa.ai/docs/changelog/company-search-launch.md): We've added significant improvements to company search due to a fine-tuned retrieval model and entity-matching pipeline. Use `type = "auto"`, `category = "company"` to use this in our search API. - [Contents Endpoint Status Changes](https://exa.ai/docs/changelog/contents-endpoint-status-changes.md): The /contents endpoint now returns detailed status information for each URL instead of HTTP error codes, providing better visibility into individual content fetch results. - [Domain Path Filter Support](https://exa.ai/docs/changelog/domain-path-filter.md): `includeDomains` and `excludeDomains` now support URL path filtering and subdomain wildcards. - [Exa Deep Revamp](https://exa.ai/docs/changelog/exa-deep-revamp.md): Exa Deep is now faster, adds deep-reasoning, and supports structured outputs with field-level grounding. - [Highlights, content freshness, and MCP updates](https://exa.ai/docs/changelog/february-2026-api-updates.md): New maxCharacters for highlights, maxAgeHours for content freshness control, and Exa MCP free tier limits. - [Geolocation Filter Support](https://exa.ai/docs/changelog/geolocation-filter-support.md): `userLocation` added to the search API to bias search results based on geographic location. - [JS SDK: highlights restored](https://exa.ai/docs/changelog/highlights-restored-js-sdk.md): The highlights feature has been reintroduced in the JavaScript SDK (exa-js) as of version 2.0.11. - [Introducing Exa Instant Search](https://exa.ai/docs/changelog/instant-search-launch.md): Exa Instant delivers improved neural search with better quality and sub-200ms latency. Use `type = "instant"` to enable the fastest search experience. - [Added Language Filtering](https://exa.ai/docs/changelog/language-filtering-default.md): Language filtering is now turned on for everyone by default. Exa now detects your query language and only searches web search results in the same language. - [New Livecrawl Option: Preferred](https://exa.ai/docs/changelog/livecrawl-preferred-option.md): Introducing the 'preferred' livecrawl option that tries to fetch fresh content but gracefully falls back to cached results when crawling fails, providing the best of both worlds. - [Markdown Contents as Default](https://exa.ai/docs/changelog/markdown-contents-as-default.md): Markdown content is now the default format for all Exa API endpoints, providing cleaner, more readable content that's ideal for AI applications and text processing. - [New Deep Search Type](https://exa.ai/docs/changelog/new-deep-search-type.md): Introducing Exa Deep: Get better results with smart query expansion and high-quality summaries. - [New Fast Search Type](https://exa.ai/docs/changelog/new-fast-search-type.md): Introducing Exa Fast: The world's fastest search API. - [Introducing Exa People Search](https://exa.ai/docs/changelog/people-search-launch.md): We're launching state-of-the-art people search with 1B+ indexed profiles. The 'linkedin' category is now replaced with 'people' for better results. - [Exa Pricing Update](https://exa.ai/docs/changelog/pricing-update.md): We've simplified and bundled our API pricing. - [SDK changes: highlights removed and contents returned by default](https://exa.ai/docs/changelog/sdk-major-version-changes.md): Major SDK update with contents included by default in search, highlights feature removed from SDKs, and use_autoprompt field deprecated in all API responses. - [Company Analyst](https://exa.ai/docs/examples/company-analyst.md): Example project using the Exa Python SDK. - [Chat app](https://exa.ai/docs/examples/demo-chat.md) - [Company researcher](https://exa.ai/docs/examples/demo-company-researcher.md) - [Writing Assistant](https://exa.ai/docs/examples/demo-exa-powered-writing-assistant.md) - [Hallucination Detector](https://exa.ai/docs/examples/demo-hallucination-detector.md): A live demo that detects hallucinations in content using Exa's search. - [RAG Q&A](https://exa.ai/docs/examples/exa-rag.md): Using Exa to enable retrieval-augmented generation. - [Recruiting Agent](https://exa.ai/docs/examples/exa-recruiting-agent.md) - [Exa Researcher - JavaScript](https://exa.ai/docs/examples/exa-researcher.md): Example project using the Exa JS SDK. - [Exa Researcher - Python](https://exa.ai/docs/examples/exa-researcher-python.md) - [Structured Outputs with Instructor](https://exa.ai/docs/examples/getting-started-with-exa-in-instructor.md): Using Exa with instructor to generate structured outputs from web content. - [Build a Retrieval Agent with LangGraph](https://exa.ai/docs/examples/getting-started-with-rag-in-langgraph.md) - [Building a Hallucination Checker](https://exa.ai/docs/examples/identifying-hallucinations-with-exa.md): Learn how to build an AI-powered system that identifies and verifies claims using Exa and LangGraph. - [Job Search with Exa](https://exa.ai/docs/examples/job-search-with-exa.md): Tutorial for simple Exa searches on our front-end. - [Hacker News Clone](https://exa.ai/docs/examples/live-demo-hacker-news-clone.md): Make your very own Hacker News powered by Exa - [Phrase Filters: Niche Company Finder](https://exa.ai/docs/examples/niche-company-finder-with-phrase-filters.md) - [Building a News Summarizer](https://exa.ai/docs/examples/recent-news-summarizer.md): Learn how to build an AI-powered news summarizer that searches and summarizes recent articles using Exa and GPT. - [Building a Voice Agent with Exa](https://exa.ai/docs/examples/voice-agent.md): Best practices for building AI voice agents powered by Exa's real-time search - [Exa](https://exa.ai/docs/integrations/agentops.md) - [Browserbase](https://exa.ai/docs/integrations/browserbase.md) - [CrewAI Docs](https://exa.ai/docs/integrations/crew-ai-docs.md) - [Google ADK](https://exa.ai/docs/integrations/google-adk.md) - [LangChain Docs](https://exa.ai/docs/integrations/langchain-docs.md) - [LlamaIndex Docs](https://exa.ai/docs/integrations/llamaIndex-docs.md) - [OpenRouter](https://exa.ai/docs/integrations/openrouter.md) - [Snowflake](https://exa.ai/docs/integrations/snowflake.md) - [Answer](https://exa.ai/docs/reference/answer.md): Get an LLM answer to a question informed by Exa search results. `/answer` performs an Exa search and uses an LLM to generate either: 1. A direct answer for specific queries. (i.e. "What is the capital of France?" would return "Paris") 2. A detailed summary with citations for open-ended queries (i.e.… - [Anthropic Tool Calling](https://exa.ai/docs/reference/anthropic-tool-calling.md): Using Claude's Tool Use Feature with Exa Search Integration. - [Blog](https://exa.ai/docs/reference/blog.md) - [Code Search Agent Skill](https://exa.ai/docs/reference/code-search-claude-skill.md): This guide shows you how to set up a Claude skill and Exa MCP that helps you find code examples, API docs, and technical snippets. - [Company Research Agent Skill](https://exa.ai/docs/reference/company-research-claude-skill.md): This guide shows you how to set up a Claude skill and Exa MCP that helps you research companies. - [Contents API](https://exa.ai/docs/reference/contents-api-guide.md): Extract clean, LLM-ready web content. - [Contents API Reference](https://exa.ai/docs/reference/contents-api-guide-for-coding-agents.md): Best practices, examples, and API reference for your coding agent - [Contents Best Practices](https://exa.ai/docs/reference/contents-best-practices.md): Best practices for using Exa's Contents API - [Contents Retrieval](https://exa.ai/docs/reference/contents-retrieval.md) - [Context (Exa Code)](https://exa.ai/docs/reference/context.md): Get relevant code snippets and examples from open source libraries and repositories. Search through code repositories to find contextual examples that help developers understand how specific libraries, frameworks, or programming concepts are implemented in practice. - [Crawling Subpages](https://exa.ai/docs/reference/crawling-subpages.md) - [CrewAI](https://exa.ai/docs/reference/crewai.md): Learn how to add Exa retrieval capabilities to your CrewAI agents. - [Error Codes](https://exa.ai/docs/reference/error-codes.md): Reference for common error codes used by the Exa API - [How to Evaluate Exa Search](https://exa.ai/docs/reference/evaluating-exa-search.md): Comprehensive guide to benchmarking Exa's search API: methodology, optimal settings, datasets, and quality-latency tradeoffs - [Exa for Google Sheets](https://exa.ai/docs/reference/exa-for-sheets.md) - [Exa MCP - The Web Search MCP](https://exa.ai/docs/reference/exa-mcp.md): Complete setup guide for Exa MCP Server. Connect Claude Desktop, Cursor, VS Code, and 10+ AI assistants to Exa's web search and code search tools. - [Exa Research](https://exa.ai/docs/reference/exa-research.md): Automate in-depth web research with structured output support. - [Exa's Capabilities Explained](https://exa.ai/docs/reference/exas-capabilities-explained.md): This page explains some of the available feature functionalities of Exa and some unique ways you might use Exa for your use-case - [FAQs](https://exa.ai/docs/reference/faqs.md) - [Financial Report Search Agent Skill](https://exa.ai/docs/reference/financial-report-search-claude-skill.md): This guide shows you how to set up a Claude skill and Exa MCP that helps you find SEC filings, earnings reports, and financial documents. - [Find similar links](https://exa.ai/docs/reference/find-similar-links.md): Find similar links to the link provided and optionally return the contents of the pages. - [Contents](https://exa.ai/docs/reference/get-contents.md): Get the full page contents, summaries, and metadata for a list of URLs. - [Welcome to Exa](https://exa.ai/docs/reference/getting-started.md): Exa is a search engine made for AIs. - [IBM WatsonX](https://exa.ai/docs/reference/ibm-watsonx.md) - [LangChain](https://exa.ai/docs/reference/langchain.md): How to use Exa's integration with LangChain to perform RAG. - [Lead Generation Agent Skill](https://exa.ai/docs/reference/lead-generation-claude-skill.md): This guide shows you how to set up a Claude skill and Exa MCP that generates enriched lead lists with structured company data, including ICP scoring, enrichment signals, and CSV output, directly from Claude Code. - [Content Freshness](https://exa.ai/docs/reference/livecrawling-contents.md) - [LlamaIndex](https://exa.ai/docs/reference/llamaindex.md): A quick-start guide on how to add Exa retrieval to a LlamaIndex Agent Application. - [Migrating from Bing](https://exa.ai/docs/reference/migrating-from-bing.md): Guide for switching from the deprecated Bing Search API to Exa - [Monitors](https://exa.ai/docs/reference/monitors-api-guide.md): Schedule recurring Exa searches and get results delivered to your webhook. - [Monitors API Reference](https://exa.ai/docs/reference/monitors-api-guide-for-coding-agents.md): Self-contained reference with all endpoints, parameters, and examples for coding agents. - [OpenAI Exa Wrapper](https://exa.ai/docs/reference/openai.md): Enhance your OpenAI chat completetions with a simple Exa wrapper that handles search, chunking and prompting. - [OpenAI Responses API](https://exa.ai/docs/reference/openai-responses-api-with-exa.md): Use Exa with OpenAI's Responses API - both as a web search tool and for direct research capabilities. - [OpenAI SDK Compatibility](https://exa.ai/docs/reference/openai-sdk.md): Use Exa's endpoints as a drop-in replacement for OpenAI - supporting both chat completions and responses APIs. - [OpenAI Tool Calling](https://exa.ai/docs/reference/openai-tool-calling.md): Learn to use OpenAI's tool call feature with Exa's Search Integration - [OpenAPI Specification](https://exa.ai/docs/reference/openapi-spec.md) - [People Search Agent Skill](https://exa.ai/docs/reference/people-search-claude-skill.md): This guide shows you how to set up a Claude skill and Exa MCP that helps you find LinkedIn profiles, professional backgrounds, and experts. - [Personal Site Search Agent Skill](https://exa.ai/docs/reference/personal-site-search-claude-skill.md): This guide shows you how to set up a Claude skill and Exa MCP that helps you find personal blogs, portfolios, and independent content. - [Get started with Exa](https://exa.ai/docs/reference/quickstart.md): Make your first request to one of Exa's API endpoints - [Rate Limits](https://exa.ai/docs/reference/rate-limits.md): Default rate limits for Exa API endpoints - [Research Paper Search Agent Skill](https://exa.ai/docs/reference/research-paper-search-claude-skill.md): This guide shows you how to set up a Claude skill and Exa MCP that helps you find academic papers, arXiv preprints, and scientific research. - [Create a task](https://exa.ai/docs/reference/research/create-a-task.md): Create an asynchronous research task that explores the web, gathers sources, synthesizes findings, and returns results with citations. Can be used to generate: 1. Structured JSON matching an `outputSchema` you provide. 2. A detailed markdown report when no schema is provided. - [Get a task](https://exa.ai/docs/reference/research/get-a-task.md): Retrieve the status and results of a previously created research task. - [List tasks](https://exa.ai/docs/reference/research/list-tasks.md): Retrieve a paginated list of your research tasks. - [Search](https://exa.ai/docs/reference/search.md): The search endpoint lets you search the web and extract contents from the results. - [Exa Search API](https://exa.ai/docs/reference/search-api-guide.md): Exa is an SF-based research lab building perfect search. - [Search API Reference](https://exa.ai/docs/reference/search-api-guide-for-coding-agents.md): Self-contained reference with best practices and examples for coding agents - [Search Best Practices](https://exa.ai/docs/reference/search-best-practices.md): Best practices for using Exa's Search API - [Create a Monitor](https://exa.ai/docs/reference/search-monitors/create-a-monitor.md): Creates a new Monitor to run recurring Exa searches on a schedule. - [Delete a Monitor](https://exa.ai/docs/reference/search-monitors/delete-a-monitor.md): Deletes a monitor. This cannot be undone. - [Get a Monitor](https://exa.ai/docs/reference/search-monitors/get-a-monitor.md): Retrieves a single monitor by its ID. - [List Monitors](https://exa.ai/docs/reference/search-monitors/list-monitors.md): Lists all monitors for the authenticated team. Supports filtering by status and cursor-based pagination. - [Get a Run](https://exa.ai/docs/reference/search-monitors/runs/get-a-run.md): Retrieves a single run by its ID, including the full output if the run is completed. - [List Runs](https://exa.ai/docs/reference/search-monitors/runs/list-runs.md): Lists all runs for a monitor with cursor-based pagination. Runs are returned in reverse chronological order. - [Trigger a Monitor](https://exa.ai/docs/reference/search-monitors/trigger-a-monitor.md): Triggers a run immediately, regardless of the cron schedule. Works for monitors with status `active` or `paused`. - [Update a Monitor](https://exa.ai/docs/reference/search-monitors/update-a-monitor.md): Updates an existing monitor. All fields are optional. For `search`, you can send a partial object containing only the fields you want to change. Set `trigger` to `null` to remove the schedule. - [Enterprise Documentation & Security ](https://exa.ai/docs/reference/security.md) - [Make Exa Your Default Search Engine](https://exa.ai/docs/reference/set-exa-as-default-search.md): Simple steps to set exa.ai as your browser's default search engine - [Managing Your Team](https://exa.ai/docs/reference/setting-up-team.md): Details on Team structure and account management for the Exa platform - [Create API Key](https://exa.ai/docs/reference/team-management/create-api-key.md): Create a new API key for your team with optional name and rate limit configuration. - [Delete API Key](https://exa.ai/docs/reference/team-management/delete-api-key.md): Permanently delete an API key from your team. - [Get API Key](https://exa.ai/docs/reference/team-management/get-api-key.md): Retrieve details of a specific API key by its ID. - [Get API Key Usage](https://exa.ai/docs/reference/team-management/get-api-key-usage.md): Retrieve usage analytics and billing data for a specific API key. - [List API Keys](https://exa.ai/docs/reference/team-management/list-api-keys.md): Retrieve all API keys belonging to your team with their metadata. - [Update API Key](https://exa.ai/docs/reference/team-management/update-api-key.md): Update the name and rate limit of an existing API key. - [The Exa Index](https://exa.ai/docs/reference/the-exa-index.md): We spend a lot of time and energy creating a high quality, curated index. - [AI SDK by Vercel](https://exa.ai/docs/reference/vercel.md) - [Websets](https://exa.ai/docs/reference/websets-api.md) - [Websets MCP](https://exa.ai/docs/reference/websets-mcp.md) - [Python and TS Cheat Sheets](https://exa.ai/docs/sdks/cheat-sheet.md): Some common code you might want to use - don't miss the TypeScript tab below! - [JavaScript SDK](https://exa.ai/docs/sdks/javascript-sdk.md): Install and use the Exa JavaScript SDK - [Python SDK](https://exa.ai/docs/sdks/python-sdk.md): Install and use the Exa Python SDK - [Python SDK Specification](https://exa.ai/docs/sdks/python-sdk-specification.md): Enumeration of methods and types in the Exa Python SDK (exa_py). - [TypeScript SDK Specification](https://exa.ai/docs/sdks/typescript-sdk-specification.md): Enumeration of methods and types in the Exa TypeScript SDK (exa-js). - [Websets](https://exa.ai/docs/websets/api-guide.md): Find anything on the web, no matter how complex. Websets searches, verifies, and enriches results automatically. - [Websets Reference (For Your Coding Agent)](https://exa.ai/docs/websets/api-guide-for-coding-agents.md): Self-contained reference for coding agents. Websets API architecture, request/response shapes, event flow, and integration patterns. - [LLM prompt for writing Python](https://exa.ai/docs/websets/api/LLM.md): To teach LLMs how to use the Websets API. Best with powerful reasoning models. - [Get an Event](https://exa.ai/docs/websets/api/events/get-an-event.md): Get a single Event by id. - [List all Events](https://exa.ai/docs/websets/api/events/list-all-events.md): List all events that have occurred in the system. - [Event Types](https://exa.ai/docs/websets/api/events/types.md): Learn about the events that occur within the Webset API - [Get started](https://exa.ai/docs/websets/api/get-started.md): Create your first Webset - [How Websets Works](https://exa.ai/docs/websets/api/how-it-works.md) - [Create an Import](https://exa.ai/docs/websets/api/imports/create-an-import.md): Creates a new import to upload your data into Websets. Imports can be used to: - [Delete Import](https://exa.ai/docs/websets/api/imports/delete-import.md): Deletes an import. - [Get Import](https://exa.ai/docs/websets/api/imports/get-import.md): Gets a specific import. - [List Imports](https://exa.ai/docs/websets/api/imports/list-imports.md): Lists all imports for the Webset. - [Update Import](https://exa.ai/docs/websets/api/imports/update-import.md): Updates an import configuration. - [Create a Monitor](https://exa.ai/docs/websets/api/monitors/create-a-monitor.md): Creates a new `Monitor` to continuously keep your Websets updated with fresh data. - [Delete Monitor](https://exa.ai/docs/websets/api/monitors/delete-monitor.md): Deletes a monitor. - [Get Monitor](https://exa.ai/docs/websets/api/monitors/get-monitor.md): Gets a specific monitor. - [List Monitors](https://exa.ai/docs/websets/api/monitors/list-monitors.md): Lists all monitors for the Webset. - [Get Monitor Run](https://exa.ai/docs/websets/api/monitors/runs/get-monitor-run.md): Gets a specific monitor run. - [List Monitor Runs](https://exa.ai/docs/websets/api/monitors/runs/list-monitor-runs.md): Lists all runs for the Monitor. - [Update Monitor](https://exa.ai/docs/websets/api/monitors/update-monitor.md): Updates a monitor configuration. - [Overview](https://exa.ai/docs/websets/api/overview.md): The Websets API helps you find, verify, and process web data at scale to build your unique collection of web content. - [Get Team Info](https://exa.ai/docs/websets/api/teams/get-team-info.md): Retrieve information about your team including concurrency usage and limits. - [List webhook attempts](https://exa.ai/docs/websets/api/webhooks/attempts/list-webhook-attempts.md): List all attempts made by a Webhook ordered in descending order. - [Create a Webhook](https://exa.ai/docs/websets/api/webhooks/create-a-webhook.md): Webhooks let you get notifications when things happen in your Websets. When you create a webhook, you choose which events you want to know about and where to send the notifications. - [Delete a Webhook](https://exa.ai/docs/websets/api/webhooks/delete-a-webhook.md): Remove a webhook from your account. Once deleted, the webhook stops getting notifications right away and cannot be brought back. - [Get a Webhook](https://exa.ai/docs/websets/api/webhooks/get-a-webhook.md): Get information about a webhook using its ID. The webhook secret is not shown here for security - you only get it when you first create the webhook. - [List webhooks](https://exa.ai/docs/websets/api/webhooks/list-webhooks.md): Get a list of all webhooks in your account. The results come in pages. Use `limit` to set how many webhooks to get per page (up to 200). Use `cursor` to get the next page of results. - [Update a Webhook](https://exa.ai/docs/websets/api/webhooks/update-a-webhook.md): Change a webhook's settings. You can update: - Events: Add or remove which events you want to hear about - URL: Change where notifications are sent - Metadata: Update custom data linked to the webhook - [Verifying Signatures](https://exa.ai/docs/websets/api/webhooks/verifying-signatures.md): Learn how to securely verify webhook signatures to ensure requests are from Exa - [Cancel a running Webset](https://exa.ai/docs/websets/api/websets/cancel-a-running-webset.md): Cancels all operations being performed on a Webset. - [Create a Webset](https://exa.ai/docs/websets/api/websets/create-a-webset.md): Creates a new Webset with optional search, import, and enrichment configurations. The Webset will automatically begin processing once created. - [Delete a Webset](https://exa.ai/docs/websets/api/websets/delete-a-webset.md): Deletes a Webset. - [Cancel a running Enrichment](https://exa.ai/docs/websets/api/websets/enrichments/cancel-a-running-enrichment.md): All running enrichments will be canceled. You can not resume an Enrichment after it has been canceled. - [Create an Enrichment](https://exa.ai/docs/websets/api/websets/enrichments/create-an-enrichment.md): Create an Enrichment for a Webset. - [Delete an Enrichment](https://exa.ai/docs/websets/api/websets/enrichments/delete-an-enrichment.md): When deleting an Enrichment, any running enrichments will be canceled and all existing `enrichment_result` generated by this Enrichment will no longer be available. - [Get an Enrichment](https://exa.ai/docs/websets/api/websets/enrichments/get-an-enrichment.md) - [Update an Enrichment](https://exa.ai/docs/websets/api/websets/enrichments/update-an-enrichment.md): Update an Enrichment configuration for a Webset. - [Get an export](https://exa.ai/docs/websets/api/websets/exports/get-an-export.md) - [Schedule an export](https://exa.ai/docs/websets/api/websets/exports/schedule-an-export.md) - [Get a Webset](https://exa.ai/docs/websets/api/websets/get-a-webset.md) - [Delete an Item](https://exa.ai/docs/websets/api/websets/items/delete-an-item.md): Deletes an Item from the Webset. - [Get an Item](https://exa.ai/docs/websets/api/websets/items/get-an-item.md): Returns a Webset Item. - [List all Items for a Webset](https://exa.ai/docs/websets/api/websets/items/list-all-items-for-a-webset.md): Returns a list of Webset Items. - [List all Websets](https://exa.ai/docs/websets/api/websets/list-all-websets.md): Returns a list of Websets. - [Overview](https://exa.ai/docs/websets/api/websets/overview.md) - [Preview a webset](https://exa.ai/docs/websets/api/websets/preview-a-webset.md): Preview how a search query will be decomposed before creating a webset. This endpoint performs the same query analysis that happens during webset creation, allowing you to see the detected entity type, generated search criteria, and available enrichment columns in advance. - [Cancel a running Search](https://exa.ai/docs/websets/api/websets/searches/cancel-a-running-search.md): Cancels a currently running Search. - [Create a Search](https://exa.ai/docs/websets/api/websets/searches/create-a-search.md): Creates a new Search for the Webset. - [Get a Search](https://exa.ai/docs/websets/api/websets/searches/get-a-search.md): Gets a Search by id - [Update a Webset](https://exa.ai/docs/websets/api/websets/update-a-webset.md) - [Websets Best Practices](https://exa.ai/docs/websets/best-practices.md): Best practices for building with the Websets API - [Criteria vs Enrichments](https://exa.ai/docs/websets/dashboard/criteria-versus-enrichments.md) - [Exclude Results](https://exa.ai/docs/websets/dashboard/exclude-results.md): Avoid duplicate results in your new searches by excluding URLs from previous Websets or CSV files. - [Get started](https://exa.ai/docs/websets/dashboard/get-started.md): Welcome to the Websets Dashboard! Find anything you want on the web, no matter how complex. - [Import from CSV](https://exa.ai/docs/websets/dashboard/import-from-csv.md): Turn your existing CSV data into a Webset - [Integrations](https://exa.ai/docs/websets/dashboard/integrations.md): Connect your Websets with popular CRM and email tools - [Creating Enrichments ](https://exa.ai/docs/websets/dashboard/walkthroughs/Creating-enrichments.md): Here's how to create enrichments (also known as Adding Columns). - [Exploring your results ](https://exa.ai/docs/websets/dashboard/walkthroughs/Exploring-your-results.md): Explore your Websets matched results, view summaries, criteria justification - [Adding and Managing Your Team Members in Websets](https://exa.ai/docs/websets/dashboard/walkthroughs/Managing-Team-Members.md): Here's how to manage your team. - [Prompting Websets](https://exa.ai/docs/websets/dashboard/walkthroughs/Prompting.md): Here's how to prompt your query in Websets - [Downloading and Sharing Your Results](https://exa.ai/docs/websets/dashboard/walkthroughs/Sharing-and-Downloading-Your-Results.md): Here's how to share or download your results and enrichments. - [Example queries](https://exa.ai/docs/websets/dashboard/websets-example-queries.md): Here are some examples for things to search for, to get you started! - [FAQ](https://exa.ai/docs/websets/faq.md): Frequently asked questions about Websets ## OpenAPI Specs - [exa-spec](https://exa.ai/docs/exa-spec.yaml) - [search-monitors-spec](https://exa.ai/docs/search-monitors-spec.yaml) - [websets-spec](https://exa.ai/docs/websets-spec.yaml) - [team-management-spec](https://exa.ai/docs/team-management-spec.yaml) - [exa-research-spec](https://exa.ai/docs/exa-research-spec.yaml) - [openapi](https://exa.ai/docs/api-reference/openapi.json) Built with [Mintlify](https://mintlify.com).