> For the complete documentation index, see [llms.txt](https://help.getmobly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getmobly.com/help-center/the-hub/dashboards-and-reports/how-to-generate-custom-reports.md).

# How to generate custom reports

Use Mobly filters to generate custom reports.

> **A note on access:** Filtering and column customization on the Events and Leads tables are available to all Hub users. The Users table and **CSV export** are admin-only — non-admin users can build and view filtered tables, but won't see the **Export CSV** button or the Users tab.

1. On [hub.getmobly.com](https://hub.getmobly.com/), navigate to the the "Events", "Users", or "Leads" tab, depending on what data you're looking for. You can also navigate to a particular event and use the leads table within to build your report.

   On each of these pages, you will find a table where you can do a lot of customization to build a report according to your needs/interests.

   1. **Select or unselect columns:** Click on the dropdown labeled "x columns selected". By clicking the checkmarks next to each field, you get to decide which columns show on the table.

      ![](//d33v4339jhl8k0.cloudfront.net/docs/assets/67f00b47b96c282fea91b6f6/images/6997953d0f8fc200dfd69802/file-aJFK0AIQvk.png)
   2. **Move columns:** Mobly provides a default order of columns, but perhaps certain fields are more important to you and you'd like to see them earlier in your table. To move the column, simply click and drag the column header to where you'd like it to sit.

      ![](//d33v4339jhl8k0.cloudfront.net/docs/assets/67f00b47b96c282fea91b6f6/images/6997952e2c55083eaa46f74e/file-iDzs4vYemc.png)
   3. **Change filters:** You can filter any column to find the specific information you need. For example, I can use filters to find all the leads created Ryan DeForest, with the Super Hot tag, that were created since April.

      ![](//d33v4339jhl8k0.cloudfront.net/docs/assets/67f00b47b96c282fea91b6f6/images/6997aab20f8fc200dfd69b6e/file-cjuUsznckO.png)
2. Click "Export CSV" in the top right corner of the table. You have th opportunity again to choose the columns that will be included in your export. Your customized list of data will export to a CSV for easy reporting.

   ![](//d33v4339jhl8k0.cloudfront.net/docs/assets/67f00b47b96c282fea91b6f6/images/6997aaf62c55083eaa46fa69/file-1wDbVuDZuS.png)

   ![](//d33v4339jhl8k0.cloudfront.net/docs/assets/67f00b47b96c282fea91b6f6/images/6997aaf62c55083eaa46fa68/file-ioCRXLGJUG.png)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.getmobly.com/help-center/the-hub/dashboards-and-reports/how-to-generate-custom-reports.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
