> For the complete documentation index, see [llms.txt](https://enginethemes.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enginethemes.gitbook.io/docs/forumengine/fe-complete-other-settings/fe-overview-management.md).

# FE Overview management

It will help admin can track the number of registrations, threads, and the status of threads.

#### 1. Registration statistic.

The statistic shows the new members that were registered in your ForumEngine. It will show the number of registrations and the date happens them.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/571456ef90336027966767bd/file-tYEx5KKtgi.png)

#### 2. Threads:

It helps admin can track the number of threads that have got in each status. ForumEngine supports 4 statuses: published, trash, pending, and closed. You can view the percent of those statuses in the total threads as well.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/5714570990336027966767be/file-s2SaLXPB7z.png)

#### 3. Threads statistic.

It includes 2 statistics: one for threads and one for replies. It will calculate the number of threads and replies each day. Admin can control the content very convenient.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/5714571dc697911a6f039d23/file-P5Ed99RyTl.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://enginethemes.gitbook.io/docs/forumengine/fe-complete-other-settings/fe-overview-management.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.
