> 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-main-steps-to-set-up-the-site/qaengine-set-up-general-information.md).

# QAEngine Set up general information

Set up your site's main information in two tabs: **General** and **Branding**. Go to **Engine settings > Settings** to view them. In these tabs, you can enter the **Website title, description**, and **upload logos**. You can return later to complete all the main settings.

### 1. General&#x20;

* **Email Confirmation**: If you enable this function, users must confirm their email addresses to complete registration.
* **Google Analytics Script**: This service, offered by Google, generates detailed statistics of the visits to your site.
* **Copyright**: This will appear in the footer.
* **Website Description**: This will appear next to your logo in the header.
* **Website Title**: Insert the title for your website.

This section allows you to set up general information for your site.

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

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

### 2. Upload logos:

This section allows you to edit your logos for desktop and mobile versions.&#x20;

From your WordPress admin site, click **Engine Settings > Settings > Branding**. Please note that each logo has different image file requirements. Oce you set up your logo, it will appear in the site as well as in the intro page.&#x20;

**Site logo:**&#x20;

* Preferably transparent.&#x20;
* png, gif or jpg format.&#x20;
* 150x50px image size.&#x20;
* Less than 1500kb image file size.&#x20;

**Mobile icon**:&#x20;

* 57x57px image size.&#x20;

**Intro page's background:**&#x20;

* 1400x700px image size or more.&#x20;
* Less than 1000KB.

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

This is how it will look like in the intro page:

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/5715d270c697911a6f03a4fe/file-j7nW2DHyEG.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-main-steps-to-set-up-the-site/qaengine-set-up-general-information.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.
