> For the complete documentation index, see [llms.txt](https://docs.siteadministrator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.siteadministrator.com/user-guide.md).

# User Guide

- [Dashboard](https://docs.siteadministrator.com/user-guide/dashboard.md): The Site Administrator Dashboard is a personalized, at-a-glance view containing useful information for your website.
- [Modules](https://docs.siteadministrator.com/user-guide/modules.md)
- [Members](https://docs.siteadministrator.com/user-guide/modules/members.md): This module allows you to create/edit users for your site.
- [Page Editor](https://docs.siteadministrator.com/user-guide/modules/page-editor.md): This module allows you to edit and organize the front-end content for your site.
- [FAQs](https://docs.siteadministrator.com/user-guide/modules/faqs.md)
- [News](https://docs.siteadministrator.com/user-guide/modules/news.md)
- [Photo Gallery](https://docs.siteadministrator.com/user-guide/modules/photo-gallery.md)
- [Forms](https://docs.siteadministrator.com/user-guide/modules/forms.md)
- [Catalog](https://docs.siteadministrator.com/user-guide/modules/catalog.md): This module allows you to manage the products and manufacturers aspect of your website.
- [Events](https://docs.siteadministrator.com/user-guide/modules/events.md)
- [Staff](https://docs.siteadministrator.com/user-guide/modules/staff.md)
- [Settings](https://docs.siteadministrator.com/user-guide/settings.md)


---

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

```
GET https://docs.siteadministrator.com/user-guide.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.
