# Archive Maintenance

This admin panel provides a number of functions for maintaining your site.&#x20;

### Recalculate Reviews&#x20;

* This function recalculates the number of reviews and the rating for the stories, series, and chapters on the site.

### Fix Category Counts&#x20;

This function has been moved from the Categories admin.  It will recalculate the number of stories per category.

### Optimize Database Tables&#x20;

This function will optimize the tables in your database.  Doing this occasionally will improve site performance.

### Run Update&#x20;

When you upload an update for the eFiction script, use this function to run any changes needed to the database.


---

# Agent Instructions: 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:

```
GET https://docs.e107sk.com/efiction-3-5-5/administration/archive-maintenance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
