> ## 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.

# App Insights Dashboards

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/4/fusion-ai/concepts/insights/dashboards

[mintlify link]: https://doc.lucidworks.com/docs/4/fusion-ai/concepts/insights/dashboards

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

When you open the Dashboards page, it displays graphs and tables for attributes that are common to all signals. For more specific charts, you can open the **All Dashboard Categories** menu at the top and select a category:

<img src="https://mintcdn.com/lucidworks/NgNm7Bp5nEBDIA7H/assets/images/4.0/insights-dashboard-categories.png?fit=max&auto=format&n=NgNm7Bp5nEBDIA7H&q=85&s=84808208c2decd1afb87301800521fc4" alt="Dashboard categories menu" width="1530" height="698" data-path="assets/images/4.0/insights-dashboard-categories.png" />

<LwTemplate />

## Dashboard filtering

You can filter by timeframe using the **All Time** menu:

<img src="https://mintcdn.com/lucidworks/NgNm7Bp5nEBDIA7H/assets/images/4.0/insights-dashboards-time.png?fit=max&auto=format&n=NgNm7Bp5nEBDIA7H&q=85&s=5333636b9ad827e76b085c7d86e129eb" alt="Time filter" width="1806" height="592" data-path="assets/images/4.0/insights-dashboards-time.png" />

To filter by the content of the data, enter a string in the **Filter this dashboard…​** text box:

<img src="https://mintcdn.com/lucidworks/NgNm7Bp5nEBDIA7H/assets/images/4.0/insights-dashboards-filterbox.png?fit=max&auto=format&n=NgNm7Bp5nEBDIA7H&q=85&s=8faaa8c42ad313d39d8b92a103b85277" alt="Filter this dashboard" width="1375" height="232" data-path="assets/images/4.0/insights-dashboards-filterbox.png" />
