
GITNUXSOFTWARE ADVICE
Data Science AnalyticsTop 10 Best Face Analysis Software of 2026
Top 10 face analysis software ranked for face detection and analytics, covering Azure AI Face, Google Cloud Vision AI, and Luxand FaceSDK.
How we ranked these tools
Core product claims cross-referenced against official documentation, changelogs, and independent technical reviews.
Analyzed video reviews and hundreds of written evaluations to capture real-world user experiences with each tool.
AI persona simulations modeled how different user types would experience each tool across common use cases and workflows.
Final rankings reviewed and approved by our editorial team with authority to override AI-generated scores based on domain expertise.
Score: Features 40% · Ease 30% · Value 30%
Gitnux may earn a commission through links on this page — this does not influence rankings. Editorial policy
Azure AI Face is the strongest pick when you’re building Azure-first apps that need identity matching plus attribute extraction from faces, whereas Luxand FaceSDK is the better fit for teams that want more control with local recognition, embedding calibration, and their own evaluation pipeline.
Editor’s top 3 picks
Three quick recommendations before you dive into the full comparison below — each one leads on a different dimension.
Azure AI Face
Integrated person grouping and matching workflow supports both one-to-one comparison and one-to-many search over enrolled faces.
Built for fits when teams need attribute extraction and identity matching in Azure-first apps..
Google Cloud Vision AI
Editor pickFacial landmark outputs that provide structured geometry for alignment and quality-driven postprocessing.
Built for fits when teams need landmark-based face analytics via a governed cloud API..
Luxand FaceSDK
Editor pickFace quality scoring usable as an explicit gate before embedding comparison to reduce spurious matches.
Built for fits when teams need local face embedding recognition with their own calibration and evaluation..
Related reading
Comparison Table
Azure AI Face
enterpriseCloud face detection, verification, identification, and attribute analysis APIs.
Integrated person grouping and matching workflow supports both one-to-one comparison and one-to-many search over enrolled faces.
Azure AI Face exposes face detection plus attribute outputs that support downstream analytics in customer onboarding, access gating, and content moderation triage. Identity features include face grouping for organizing individuals, and they support person-based matching workflows using face sets or similar collections. This gives automation and extensibility through an API-first surface that fits batch processing or real-time scoring.
A practical tradeoff is that identity features require explicit collection and management of face data over time, which adds governance work compared with stateless detection-only pipelines. Azure AI Face fits scenarios where an application already uses Azure for authentication, logging, and workflow orchestration.
- +Face detection plus attribute extraction in a single API workflow
- +Identity matching supports one-to-one and one-to-many search
- +Person grouping and management align with production identity flows
- +Azure resource integration fits existing enterprise controls
- –Identity pipelines need maintained collections of enrolled faces
- –Video analysis requires explicit frame ingestion and batching design
- –Throughput depends on client-side batching and retry strategy
- –Attribute outputs can force image preprocessing for consistent results
Security engineering teams
Authenticate known users at check-in
Lower manual ID verification workload
User onboarding teams
Screen onboarding photos for face presence
Fewer failed onboarding attempts
Show 2 more scenarios
Operations analytics teams
Audit identity collisions across cohorts
Reduced false match rate incidents
Uses face grouping outputs to study duplicates and improve enrollment hygiene.
Fraud teams
Flag suspicious photo submission patterns
Faster investigations and review queues
Combines detection results with thresholded attributes to triage likely anomalies.
Best for: Fits when teams need attribute extraction and identity matching in Azure-first apps.
Google Cloud Vision AI
enterpriseCloud image analysis with face detection, landmarks, and facial expression likelihoods.
Facial landmark outputs that provide structured geometry for alignment and quality-driven postprocessing.
Vision AI returns face bounding boxes and facial landmark data from uploaded images, which supports common face analytics workflows like cropping, alignment, and feature extraction preparation. The API fits batch and real-time use through standard Google Cloud authentication, request routing, and integration points with storage and data processing services. Automation is practical because the face results can be written back into image or metadata stores and then fed into model evaluation steps for thresholds and error analysis.
A tradeoff is that Vision AI is primarily an inference API and does not include built-in, end-to-end biometric identity capabilities like one-to-one verification or one-to-many identification workflows. It fits teams that need face detection and landmark-driven analytics on images or video frames they already preprocess, rather than a full biometric system with enrollment and matching logic.
- +Face detection and facial landmark outputs for analytics-ready geometry
- +Strong integration with Google Cloud storage, auth, and data pipelines
- +Automation-friendly request patterns for batch and operational workflows
- +Operational controls and audit logging aligned to Google Cloud governance
- –Limited scope for end-to-end face verification or face identification
- –Face results depend on input quality and image preprocessing choices
- –Video analysis requires frame handling and orchestration outside the API
- –Threshold tuning and quality metrics require custom evaluation logic
Computer vision engineering teams
Landmark-driven face alignment in pipelines
More consistent analytics inputs
Fraud and compliance analysts
Face presence checks in document images
Reduced manual inspection load
Show 2 more scenarios
Media processing teams
Bulk face analytics over image sets
Faster dataset tagging
Teams run high-throughput face detection and store results for search, clustering, and reporting.
Data science teams
Bias evaluation dataset preparation
Cleaner bias evaluation datasets
Teams label and aggregate face detections and landmark outputs for demographic bias evaluation workflows.
Best for: Fits when teams need landmark-based face analytics via a governed cloud API.
Luxand FaceSDK
API-firstSDKs for face detection, recognition, tracking, landmarks, and attribute analysis.
Face quality scoring usable as an explicit gate before embedding comparison to reduce spurious matches.
Luxand FaceSDK ships as an SDK for integrating face detection, alignment, and embedding generation into custom software. It is used for one-to-one matching and one-to-many matching by computing face embeddings and comparing them with threshold calibration in the embedding space. The package also includes modules for face quality scoring and demographic attribute inference, which supports filtering and downstream policy decisions.
A key tradeoff is that teams must build and operate their own orchestration for calibration, threshold selection, and dataset-specific evaluation. Luxand FaceSDK fits best in video frame analysis or edge inference setups where local control and deterministic preprocessing matter, while higher-level workflow automation is not the product focus.
- +Local SDK integration fits controlled inference and offline deployments
- +Embedding workflow supports recognition-style one-to-one matching pipelines
- +Face quality scoring helps gate low-quality frames before embedding
- +Attribute estimation supports demographic tagging for moderation logic
- –Threshold calibration and evaluation require engineering work and data handling
- –Advanced governance features like RBAC and audit logs are not provided by the SDK
Security engineering teams
Verify known users on-prem
Lower false accept decisions
Retail computer vision teams
Filter unusable frames for analytics
More stable metrics
Show 2 more scenarios
Identity platform developers
Scale gallery matching searches
Faster candidate retrieval
Compute face embeddings from incoming images and run one-to-many matching with tuned cutoffs.
KYC and onboarding teams
Pre-screen demographic attribute signals
Reduced manual review routing
Apply attribute estimation outputs to route cases through different review flows.
Best for: Fits when teams need local face embedding recognition with their own calibration and evaluation.
Amazon Rekognition
enterpriseCloud APIs for face detection, comparison, search, attributes, and facial landmarks.
One-to-many face matching uses Rekognition face collections to return ranked matches from stored embeddings.
Amazon Rekognition provides face analysis through managed computer vision APIs and event-driven video processing workflows. It supports face detection and attributes like age estimation and gender presentation, along with face matching for one-to-one and one-to-many use cases.
Rekognition’s data ingestion and automation are built around AWS services, which helps teams wire results into existing storage, notification, and permissions patterns. A strong fit appears for organizations that need measurable throughput with consistent API shapes across images and video frames.
- +Managed face detection for images and asynchronous video frame analysis
- +Face matching API supports one-to-one and one-to-many retrieval flows
- +Works with AWS IAM for access control and service-to-service integration
- +Produces structured results that map cleanly into downstream workflows
- –Higher end-to-end latency for video workflows using asynchronous processing
- –Limited on-device inference options for privacy-sensitive edge deployment
- –Tuning threshold calibration and preprocessing can be time-consuming
- –Biometric governance requires deliberate handling of stored face data
Best for: Fits when AWS-based teams need managed face detection and matching across images and video with automation via existing AWS controls.
Face++
API-firstComputer vision APIs for face detection, attributes, landmarks, comparison, and search.
Embedding-based face comparison supports both one-to-one and one-to-many matching from the same inference outputs.
Face++ provides face detection and alignment endpoints that output coordinates suitable for consistent face crops and measurement.
Face embedding endpoints supply vector representations used for similarity scoring in verification and identification style workflows.
Attribute inference and quality related outputs help downstream systems filter low-confidence frames before matching.
- +API responses include aligned face crops plus numeric landmarks
- +Face embedding supports one-to-one verification and one-to-many search
- +Batch video frame processing enables scalable analytics pipelines
- +Decision thresholds can be tuned for verification-style matching
- –Attribute outputs can be sensitive to input quality and pose
- –Integration requires building orchestration around asynchronous inference
- –Operational tuning is needed to control false match and false non-match rates
- –Some use cases require additional pre and post processing steps
Best for: Fits when engineering teams need automated face detection and embedding-based matching via API for analytics workflows.
Clarifai
API-firstComputer vision platform with face detection and custom model deployment.
Face embedding generation for matching workflows, paired with consistent model versions for repeatable thresholding.
Clarifai is used for face analysis workloads that need a vision API with configurable model outputs. It supports face embedding generation for matching workflows and can run face detection plus facial landmark detection to support downstream measurement.
For teams building video pipelines, Clarifai’s video frame analysis lets the same model family produce consistent per-frame results. Governance features focus on managing access to API usage and project assets through workspace controls.
- +Face embedding outputs support one-to-one and one-to-many matching flows
- +Facial landmark detection outputs support alignment and geometry-based features
- +Video frame analysis enables consistent per-frame inference for pipelines
- +Model and workflow versioning helps keep results stable across deployments
- –More setup effort than simple detectors when standardizing output formats
- –Fine-grained threshold calibration needs custom evaluation work in production
- –Governance relies on workspace discipline for consistent RBAC across teams
- –Some advanced biometric governance patterns require additional internal tooling
Best for: Fits when teams need API-driven face embeddings plus landmark signals for matching and measurement pipelines.
iMotions
vertical specialistResearch platform for facial expression analysis combined with other biometric measures.
Study-oriented video pipeline orchestration that keeps stimulus sessions, exports, and processing runs consistent across analysts.
iMotions centers face analysis around experimental-grade stimulus handling, video frame workflows, and vendor-managed measurement pipelines that go beyond generic face detection. The system supports facial landmark detection and downstream analytics like expression and demographic attribute inference across batches of recordings.
Deployment is oriented toward enterprise studies and operational trials, with an automation surface for repeatable runs and integration into existing test environments. Governance features focus on project-level administration and controlled access for analysts running the same face processing tasks.
- +Experiment workflow supports repeatable video analysis batches
- +Facial landmark detection plus richer outputs in a single pipeline
- +Operational controls for multi-analyst study administration
- +Integration patterns for automation and external system connectivity
- –Requires careful setup of capture quality and scene consistency
- –API surface is not as broad as lighter face analytics services
- –Computational throughput depends on configured video processing cadence
- –Advanced calibration steps can add time for new study designs
Best for: Fits when research teams need repeatable video face analytics with admin controls.
MorphCast
API-firstBrowser and edge AI tools for facial analysis, attention, age, and emotion signals.
Workflow-ready processing outputs designed for downstream analytics from video frame inference.
MorphCast is a face analysis software solution focused on model inference and production processing for face-related analytics. It supports video frame analysis workflows and returns structured results for downstream decisioning.
Integration depth is strongest when teams need computer vision API style delivery and repeatable pipelines for image preprocessing and face alignment. The differentiator is its workflow-centric handling of face processing outputs for analytics use cases.
- +Video frame analysis workflow returns structured outputs for downstream use
- +Consistent preprocessing and face alignment reduces downstream rework
- +Extensible endpoints support integration with existing computer vision API stacks
- +Config-driven pipeline steps keep inference behavior predictable
- –Limited built-in support for full evaluation loops like ROC curve threshold calibration
- –Governance artifacts like audit log granularity may require extra operational work
- –Requires careful throughput planning for high volume frame ingestion
- –Less guidance for complex one-to-many matching pipelines
Best for: Fits when teams need repeatable, API-integrated face processing for video or batch analytics.
FaceReader
vertical specialistDesktop software that analyzes facial expressions from recorded or live video.
Video frame analysis that keeps facial scoring stable across runs for experimental study datasets.
FaceReader performs face detection, facial feature tracking, and expression and demographic attribute analytics across images and video. The Noldus tooling typically combines face analysis outputs like emotion related scores and demographic estimates into an exportable dataset for downstream reporting or modeling.
It is built around repeatable visual processing runs that support consistent frame-by-frame analysis in video workflows. Governing outputs through session and project configurations makes it suitable for studies that need stable measurement and traceable results.
- +Strong measurement consistency for expression and demographic scoring across video frames
- +Export workflows convert face-level results into structured outputs for analysis pipelines
- +Clear project-oriented runs that support repeatable experimental processing
- +Noldus integration patterns fit applied research environments and lab operations
- –Automation and API surface are not as transparent as developer-first computer vision services
- –Video throughput depends on hardware, frame selection, and preprocessing choices
- –Some advanced biometric tasks like one-to-one matching require additional components
- –Governance controls are practical but require disciplined run setup for auditability
Best for: Fits when research and QA teams need repeatable face analytics for experiments on images and video.
Hume AI
API-firstAPIs for measuring facial expressions and other observable emotional signals.
Emotion and behavior outputs generated alongside facial landmark and mesh style geometry for expression pipelines.
Hume AI is a face analysis software option focused on emotion and behavior understanding alongside face analytics outputs. Core capabilities include facial landmark detection and face mesh style outputs used for downstream expression and action unit pipelines.
The product is typically used via API for cloud inference over still images and video frames, with configuration knobs for model behavior and result formats. Governance controls center on project-level access management and audit trails for production deployments.
- +API-first workflow for face analytics outputs in applications
- +Configurable inference behavior for consistent pipeline formatting
- +Behavior and emotion signals integrated with facial geometry outputs
- +Production oriented logs for traceability during model runs
- –Higher integration overhead than simpler face detection only APIs
- –Output coverage can require additional processing for identity workflows
- –Frame level video analysis needs throughput tuning for latency targets
- –Governance relies on disciplined project and access setup
Best for: Fits when teams need emotion and facial geometry signals in a single API pipeline.
Conclusion
After evaluating 10 data science analytics, Azure AI Face stands out as our overall top pick — it scored highest across our combined criteria of features, ease of use, and value, which is why it sits at #1 in the rankings above.
Use the comparison table and detailed reviews above to validate the fit against your own requirements before committing to a tool.
How to Choose the Right face analysis software
Face analysis software covers face detection, alignment, landmark or mesh geometry, and embedding workflows used for matching and analytics across images and video. This buyer’s guide focuses on Azure AI Face, Google Cloud Vision AI, Luxand FaceSDK, Amazon Rekognition, Face++, Clarifai, iMotions, MorphCast, FaceReader, and Hume AI.
The practical differentiator is how each tool packages outputs into a workable pipeline for identity matching, quality gating, and repeated analysis runs. Teams evaluating API-first services like Azure AI Face, Google Cloud Vision AI, and Amazon Rekognition compare integration and automation surfaces against SDK or research-oriented platforms like Luxand FaceSDK, iMotions, and FaceReader.
Face analysis software for face detection, geometry outputs, and identity matching pipelines
Face analysis software turns visual inputs into structured face outputs such as facial landmarks or face embeddings, then feeds those outputs into downstream tasks like alignment, quality gating, and one-to-one or one-to-many matching. Azure AI Face packages face detection with attribute extraction and supports identity matching over enrolled faces for both one-to-one comparison and one-to-many search.
Google Cloud Vision AI emphasizes facial landmark outputs that provide structured geometry for analytics-ready postprocessing, and its integration typically centers on cloud governance and pipeline connections. Luxand FaceSDK focuses on local embedding recognition workflows that let teams apply their own threshold calibration and evaluation gates before running embedding comparisons.
Face analysis output packaging for matching, quality gates, and repeatable runs
Face analysis software only becomes usable at scale when outputs land in a pipeline that supports alignment, quality gating, and repeatable matching across images and video. This section compares how Azure AI Face, Google Cloud Vision AI, Luxand FaceSDK, and the other reviewed tools package face geometry and identity signals into workable workflows.
Identity matching workflow depth with one-to-one and one-to-many retrieval
Azure AI Face supports identity matching over enrolled faces with both one-to-one comparison and one-to-many search in the same workflow. Face++ also supports embedding-based one-to-one verification and one-to-many search from the same inference outputs.
Landmark and alignment geometry outputs for analytics-ready postprocessing
Google Cloud Vision AI returns facial landmark outputs designed for structured geometry and analytics-ready postprocessing. Hume AI pairs facial landmark and mesh-style geometry with expression pipelines in a single API-first workflow.
Face quality scoring as an explicit gating step before embedding comparison
Luxand FaceSDK provides face quality scoring that can gate embedding comparison to reduce spurious matches. Amazon Rekognition focuses on managed face detection and matching flows where preprocessing choices still shape results, so explicit quality gates are less central to the offered workflow.
Managed collections and asynchronous video matching for throughput
Amazon Rekognition uses face collections to return ranked one-to-many matches from stored embeddings and supports asynchronous video frame analysis. iMotions focuses on study-oriented video pipeline orchestration that keeps stimulus sessions and processing runs consistent across analysts.
Local SDK inference and offline control for embedding recognition pipelines
Luxand FaceSDK runs as a local SDK integration that fits controlled inference and offline deployments for embedding-based recognition. Clarifai is API-driven and standardizes model versions for repeatable thresholding, which reduces local governance work but shifts throughput and integration to cloud orchestration.
Choose based on pipeline packaging, automation surface, and governance control points
Face analysis tool choice is mostly about how outputs move through downstream tasks like alignment, quality gating, and verification search. The main split is between cloud-native computer vision APIs that deliver end-to-end identity pipelines and SDK or research-first tools that push evaluation and thresholding into the customer workflow. The comparisons below focus on integration and automation surfaces across Azure-first apps, landmark-geometry analytics, and repeatable video research runs.
Map identity requirements to enrollment plus one-to-one and one-to-many matching support
If the workflow needs one-to-one comparison and one-to-many search over a maintained enrolled set, Azure AI Face and Amazon Rekognition are built around that pattern. If identity search needs embedding comparison across aligned crops from a single inference output, Face++ and Clarifai fit because they return embedding signals for both one-to-one and one-to-many flows.
Select landmark geometry packaging based on whether alignment and analytics are first-class outputs
If downstream analytics depends on structured landmark geometry for alignment and quality-driven postprocessing, Google Cloud Vision AI is centered on landmark outputs. If expression pipelines also need geometry like mesh-style signals alongside emotion and behavior outputs, Hume AI produces those signals in the same API pipeline.
Decide where threshold calibration and evaluation live
If threshold calibration and evaluation gates must run with engineered control, Luxand FaceSDK provides face quality scoring plus a local embedding workflow that teams can calibrate. If the objective is repeatable thresholding without carrying as much local evaluation work, Clarifai emphasizes consistent model versions while still requiring custom evaluation for fine-grained thresholds.
Pick a video approach based on batching design and analysis consistency targets
If video throughput depends on managed asynchronous processing and ranked retrieval from stored embeddings, Amazon Rekognition is designed around asynchronous video frame analysis. If research teams require study-oriented repeatable session orchestration and consistent processing runs, iMotions and FaceReader focus on stable measurement across video frames and experimental datasets.
Choose the deployment shape that matches data governance and edge constraints
If the environment requires local inference control and offline embedding recognition, Luxand FaceSDK is structured for controlled inference with local SDK integration. If the environment is cloud-first and already built around managed identity and storage pipelines, Azure AI Face and Google Cloud Vision AI fit because integration typically centers on cloud API workflows and pipeline connections.
Who should evaluate each face analysis workflow pattern
Different teams run face analysis in different lifecycle stages. Some need identity matching with enrollment collections and search, while others need structured landmarks or repeatable video research exports. The segments below map the tool cards to concrete workflow needs.
Azure-first identity and media teams
Azure AI Face packages face detection with attribute extraction and supports identity matching with both one-to-one and one-to-many search over enrolled faces. This fits applications that need attribute extraction plus retrieval flows tied to Azure pipeline operations.
Cloud analytics teams focused on landmark geometry postprocessing
Google Cloud Vision AI delivers facial landmark outputs that support alignment and quality-driven postprocessing. This matches teams that want governed cloud API access with analytics-ready geometry rather than an end-to-end verification system.
Research and QA teams running repeatable video experiments
iMotions centers on study-oriented video pipeline orchestration that keeps stimulus sessions and processing runs consistent across analysts. FaceReader emphasizes stability of facial scoring across runs and export workflows for experimental analysis pipelines.
On-prem or offline deployment teams needing local embedding control
Luxand FaceSDK integrates as a local SDK for controlled inference and offline deployments. This aligns with workflows that need engineering-driven threshold calibration and gating before embedding comparison.
Teams that need managed one-to-many matching and can accept video workflow latency
Amazon Rekognition uses face collections to return ranked one-to-many matches and supports asynchronous video frame analysis. This fits teams that can design batching around asynchronous processing and manage end-to-end latency tradeoffs.
Common buying pitfalls in face analysis software selection
Face analysis projects often fail at integration points rather than at model output quality. The mistakes below focus on how teams misalign identity needs, quality gating, and video processing design. Each pitfall ties to a concrete limitation visible in the reviewed tool cards.
Selecting a face detector when the real requirement is enrollment-backed identity search over a maintained set
Azure AI Face and Amazon Rekognition are built around maintained enrolled faces or face collections, while tools focused on landmark geometry can lack full end-to-end identity verification capabilities. Teams that need one-to-many retrieval should plan around enrollment collections from the start.
Assuming consistent matching thresholds without running threshold calibration and evaluation loops
Luxand FaceSDK requires threshold calibration and evaluation work to set gates for embedding comparisons. Clarifai provides consistent model versions for repeatable thresholding, but fine-grained thresholds still need custom evaluation in production.
Underestimating engineering work needed for asynchronous video orchestration
Amazon Rekognition includes asynchronous processing for video frame analysis, which increases complexity and can add end-to-end latency. Face++ and Hume AI also require orchestration around asynchronous inference when outputs are used to drive matching workflows.
Overlooking how input quality and preprocessing choices shape landmark and embedding outputs
Google Cloud Vision AI notes that face results depend on input quality and image preprocessing choices. Face++ also flags that attribute outputs can be sensitive to input quality and pose, so preprocessing and alignment strategy affects downstream reliability.
Choosing an SDK or research tool without planning for governance artifacts and admin coverage
Luxand FaceSDK states that advanced governance features like RBAC and audit logs are not provided by the SDK. MorphCast and other workflow-ready video tools may require extra operational work for governance artifacts like audit log granularity.
How We Selected and Ranked These Tools
We evaluated Azure AI Face, Google Cloud Vision AI, Luxand FaceSDK, Amazon Rekognition, Face++, Clarifai, iMotions, MorphCast, FaceReader, and Hume AI against output packaging for identity matching, landmark geometry, and video repeatability. Features carry 40% weight because Azure AI Face combines face detection with attribute extraction and supports identity matching over enrolled faces with both one-to-one comparison and one-to-many search.
Ease and value carry 30% each based on how quickly each tool turns inputs into usable aligned face outputs and how much orchestration work is required for asynchronous video frame processing. Azure AI Face ranked highest because its single API workflow connects detection, attribute extraction, and identity matching search patterns without forcing separate pipeline components for one-to-many retrieval.
Frequently Asked Questions About face analysis software
How do Azure AI Face and Google Cloud Vision AI differ in face landmark outputs and downstream alignment work?
Which tools are built for one-to-many matching over stored faces, not only one-to-one comparisons?
How should teams choose between local inference with Luxand FaceSDK and cloud inference with Amazon Rekognition or Clarifai?
What breaks in identity workflows when Face embedding storage and model versioning are handled inconsistently across environments?
When does video frame analysis output stability matter, and which tools target that workflow?
Which tool surfaces face quality scoring as an explicit gate before embedding or matching decisions?
How do iMotions and MorphCast handle extensibility and workflow configuration for repeatable processing runs?
How do admin controls and audit visibility differ between iMotions and Hume AI for team-based deployments?
What security and access-model expectations should teams validate when integrating face analysis APIs into existing systems?
Tools reviewed
Primary sources checked during evaluation.
Referenced in the comparison table and product reviews above.
Keep exploring
Comparing two specific tools?
Software Alternatives
See head-to-head software comparisons with feature breakdowns, pricing, and our recommendation for each use case.
Explore software alternatives→In this category
Data Science Analytics alternatives
See side-by-side comparisons of data science analytics tools and pick the right one for your stack.
Compare data science analytics tools→