> For the complete documentation index, see [llms.txt](https://jansel48.gitbook.io/blogmoz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jansel48.gitbook.io/blogmoz/the-flow.md).

# The Flow

The flow of a BlogMoz blog with a Super Admin, an Author, and Visitors could follow these steps:

1. Super Admin: The Super Admin is the user with the highest privileges and has access to all the functions and features of BlogMoz. This user can create new Author accounts, oversee published content, and manage the configuration.
2. Author: The Author is a user with publishing rights who can create and publish new blog posts, edit existing posts, and manage their own profile. The Super Admin can assign specific permissions and restrictions to Authors, such as the ability to upload media content or use certain plugins.
3. Visitors: Visitors are users who can access the blog without any special privileges. They can read blog posts, leave comments, and interact with the content. Visitors may also subscribe to the blog's RSS feed or follow the blog on social media.

The flow of the blog may involve the following steps:

1. The Super Admin creates a new Author account and assigns permissions.
2. The Author logs in to BlogMoz and creates a new blog post, including text, images, and other media.
3. The Author publishes the post, and it becomes available on the blog for Visitors to read.
4. Visitors can leave comments on the post or share it on social media.
5. The Super Admin can monitor the blog's traffic, review comments, and manage the configuration as needed.

This cycle repeats as Authors create new posts, Visitors engage with the content, and the Super Admin oversees the blog's operations.


---

# 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://jansel48.gitbook.io/blogmoz/the-flow.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.
