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

# Analytics

export const LwTemplate = ({title = "Key questions to get you started", icon = "sparkles", cta = "Powered by Agent Studio", linkHref = "https://lucidworks.com/demo/?utm_source=docs&utm_medium=referral&utm_campaign=docs_cta_ai"}) => {
  const [isLoaded, setIsLoaded] = useState(false);
  useEffect(() => {
    const timer = setTimeout(() => {
      setIsLoaded(true);
    }, 500);
    return () => clearTimeout(timer);
  }, []);
  return <div className="lw-template-container">
      <Card title={title} icon={icon}>
        {isLoaded && <span dangerouslySetInnerHTML={{
    __html: `<lw-template id="a029c1a9-28be-427e-b0e1-5d918920246a"></lw-template
            >`
  }} />}
        <Link href={linkHref} className="agent-studio-link text-left text-gray-600 gap-2 dark:text-gray-400 text-sm font-medium flex flex-row items-center hover:text-primary dark:hover:text-primary-light group-hover:text-primary group-hover:dark:text-primary-light">Powered by Lucidworks Agent Studio</Link>
      </Card>
    </div>;
};

[localhost link]: http://localhost:3000/docs/5/fusion/getting-data-out/data-analytics/app-insights/analytics

[mintlify link]: https://doc.lucidworks.com/docs/5/fusion/getting-data-out/data-analytics/app-insights/analytics

[old doc.lw link]: https://doc.lucidworks.com/fusion/5.9/459

Analytics include a standard set of reports, plus the ability to create custom reports. Custom reports can also be defined on the [Dashboards](/docs/5/fusion/operations/monitoring-and-reporting/banana-dashboards/overview) and [Events](/docs/5/fusion/getting-data-out/data-analytics/app-insights/events) pages. Report data can be filtered by time or by free text search, and reports for tabular data can be exported by clicking **Export table**.

<img src="https://mintcdn.com/lucidworks/NgNm7Bp5nEBDIA7H/assets/images/4.0/insights-analytics.png?fit=max&auto=format&n=NgNm7Bp5nEBDIA7H&q=85&s=cb2b2868024fe3dfe45c4f76392848c7" alt="Analytics page" width="2560" height="1310" data-path="assets/images/4.0/insights-analytics.png" />

<LwTemplate />

## Standard reports

To view the standard reports, click **Analytics**, then select one of the standard reports:

* Facets used
* Facet filters applied
* Application servers
* Applications
* Response times
* URLs clicked
* Type of query
* Search pages
* Search platforms
* Types of response
* Visitor countries
* Visitor cities
* Browsers
* Operating System
* Device types
* Websites people are coming from
* Users
* User domains
* Types of event
* Head Tail analysis
