> 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/qaengine/qaengine-introducing-theme.md).

# QAEngine Introducing Theme

#### 1. What is QAEngine?

QAEngine is a WordPress theme which allows users to post their questions or answers about every field in life. Be as usual Q\&A website, there is no fee for participants on the website using theme QAEngine. Currently, QAEngine is a responsive theme, so it is very convenient for admins to control websites on both PC and Mobile equipment.\
&#x20;

#### 2. What can users do?

As a user you can post your questions about any life’s aspect; answer questions of other people; share posts through Facebook, Twitter, Google+; and vote for any post that you think it is useful. &#x20;

To post the question you click on button **Ask A Question** in the red circle.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/5715cf3d9033602796676fbb/file-LAUpjS8mQQ.jpg)

&#x20;  \
To vote for the post which you think useful, choose the post and click the up arrow in the red circle

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/5715cf5a9033602796676fbc/file-bs32pddoAU.png)

Besides the activities mentioned above, users also gain reputation via points and badges system; get live notification; marked as best answer; follow questions, etc. \
Aside from logging in directly through the website’s account, users can also use their social accounts such as Twitter, Facebook and Google if the admin enables Social option in Engine Settings.&#x20;

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/5715cf84c697911a6f03a4f0/file-9IQWYQJZ67.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/qaengine/qaengine-introducing-theme.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.
