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

# About Reporting and Insights

export const InlineImage = ({src, alt = "", height = "1em"}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: "inline-block",
    verticalAlign: "middle",
    height: height,
    width: "auto",
    margin: "0"
  }} />;
};

<div className="article_labels_list" style={{display: 'none'}} dangerouslySetInnerHTML={{__html: "Reporting , Admin , Insights"}} />

Box provides administrators both in-depth reporting and visual dashboard tools that contain information and insights into their organization's use of Box. Reporting and Insights require a Business plan or greater.

With [reports](/en/box-admin-tools/reporting-and-insights/using-reports), administrators can get detailed data about more than a dozen different subjects and product areas. Administrators can also configure the data that is output to many reports and [schedule several reports](/en/box-admin-tools/reporting-and-insights/scheduling-reports) to run on a schedule that best serves their information needs.

Insights gives administrators at-a-glance views of useful Box usage data in configurable dashboards. The [Admin dashboard](/en/box-admin-tools/reporting-and-insights/admin-insights) shows information about user activity, storage, shared links, and more. The [Platform dashboard](/en/box-admin-tools/reporting-and-insights/platform-insights) shows information about developer activity, including most-used third-party apps, API calls, and more.

## Configuring an Insights dashboard

You can configure the layout of an Insights dashboard and which tiles appear in it. (Tiles with charts and graphs can also be configured individually. See [Admin Insights Data Tiles](/en/box-admin-tools/reporting-and-insights/admin-insights-data-tiles) and [Platform Insights Data Tiles](/en/box-admin-tools/reporting-and-insights/platform-insights-data-tiles) for details.)

1. Go to **Admin Console > Insights**.
2. Click a dashboard tab.
3. Click **Settings** (<InlineImage src="/images/box-admin-tools/settings-button.png" alt="settings-button" />).
4. Configure the dashboard the way you want it:
   * In the Layout section, select either **Default** (default), which is graphical charts in the left column and numerical cards in the right column, or **Reversed columns**, which is numerical cards in the left column and graphical charts in the right column.
   * In the Charts and Cards sections, select which tiles you want to appear in the dashboard. At least one of each must be selected.
5. Click **Save**.

Hover your mouse pointed over a tile, and then click and hold <InlineImage src="/images/box-admin-tools/button-move-grabber.png" alt="button-move-grabber-png" /> to move the tile up or down in its column.

## Customizing a graph

You can customize the data that is shown in the graphs and detail lists on the tiles.

**To customize the data shown in the graph**

Click on any item in the graph legend. Each item is a toggle. The default is all items shown in the graph.

**To customize the details list**

1. In any tile with a graph, click **Filter** (<InlineImage src="/images/box-admin-tools/filter-button-2.png" alt="filter-button" />).
2. In the Details section, select the data columns you want to appear and clear the data columns you do not want to appear. You can select up to 5 columns. Columns with an asterisk are required and cannot be cleared.
3. Click **Save**.

The choices you make here are "sticky." That is, if you leave the Insights page and return later, the choices you made will still be in place.
