Quickstart
Getting Started with SearchAF
Learn how to set up your first SearchAF project and integrate it with your e-commerce platform
Welcome to SearchAF! This guide will walk you through setting up your first project and integrating search capabilities into your e-commerce platform.
Prerequisites
Before you begin, make sure you have:
- A SearchAF account (sign up at searchaf.antfly.io)
- An e-commerce platform (Shopify, WooCommerce, or custom)
- Basic knowledge of REST APIs
Step 1: Create an Organization
Organizations are the top-level containers for your projects and team members.
- Log in to your SearchAF dashboard
- Click "Create Organization"
- Enter your organization name and billing email
- Click "Create"
Step 2: Create a Project
Projects represent individual search implementations for your stores or applications.
- Navigate to your organization
- Click "Create Project"
- Choose your platform type:
- Shopify
- WooCommerce
- Custom (API-based)
- Enter a project name and slug
- Click "Create Project"
Step 3: Generate API Keys
API keys allow your application to communicate with SearchAF.
- Open your project settings
- Navigate to the "API Keys" tab
- Click "Create API Key"
- Choose the key type:
- Read-Only: For search queries only
- Read-Write: For full access
- Copy and securely store your API key
⚠️ Important: Your API key will only be shown once. Store it securely!
Step 4: Install the Integration
For Shopify
- Visit the Shopify App Store
- Search for "SearchAF"
- Click "Add app"
- Follow the installation prompts
For WooCommerce
- Download the SearchAF WordPress plugin
- Install via WordPress admin panel
- Activate the plugin
- Enter your API key in settings
For Custom Platforms
Use the REST API to integrate SearchAF:
curl https://searchaf-api.antfly.io/api/v1/search \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"query": "red shoes",
"limit": 10
}'
Step 5: Configure Search Settings
Customize your search experience:
- Semantic Search: Enable AI-powered understanding
- Filters: Configure product attributes for filtering
- Ranking: Adjust relevance scoring
- Synonyms: Add custom synonym mappings
Step 6: Test Your Integration
- Navigate to your storefront
- Use the search functionality
- Verify results are appearing correctly
- Check the SearchAF dashboard for analytics
Next Steps
- Shopify Integration - Detailed Shopify setup
- Semantic Search - Advanced AI features
- API Reference - Complete API documentation
Need Help?
- Check our documentation
- Contact support at support@searchaf.antfly.io
- Join our community forum