> 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/forumengine/fe-complete-other-settings/fe-control-all-essential-site-information.md).

# FE Control All Essential Site Information

Navigate to **Engine Settings > Settings > General** in the back-end control panel.

This section enables you to configure general information for your site. In addition to core details such as Website Title and Website Description, you can also integrate your social media accounts for display on the site.

### **Social Links:**

Add your Twitter, Facebook, Google Plus, and contact email links to enhance your social media presence. These links will appear in the footer for customers to access.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/571455c5c697911a6f039d1f/file-uAXF0h2sj1.png)

### **Google Analytics:**

Integrate Google Analytics, a service provided by Google that generates detailed statistics about site visits.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/571455d490336027966767b9/file-bvwdMQnwHZ.png)

### **Change Custom Slugs:**

Redefine custom slugs for threads and replies to suit your preferences.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/571455e090336027966767ba/file-Uc7JiV2EA0.png)

### **Email Confirmation:**

Require users to confirm their email addresses after registration:

* To enable this feature, click **\[Enable]**.
* To disable it, click **\[Disable]**.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/57144ba59033602796676791/file-n2R51qHyl5.png)

### Google Captcha

Require users to complete a CAPTCHA when creating a topic:

* To enable this feature, click **\[Enable]**.
* To disable it, click **\[Disable]**.
* You can also specify categories and user roles that require CAPTCHA verification when creating topics.\
  **Note:** reCAPTCHA V1 was discontinued in March 2018. Ensure your theme is updated to the latest version. After updating, obtain a new reCAPTCHA V2 API key via the link in the Settings section to ensure this feature functions properly.

To require users that must enter captcha when creating the topic, click on \[Enable]. Otherwise, click on **\[Disable]**

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/5714560f90336027966767bb/file-k9e7OeWJR9.png)

You can also choose the category and the user roles that member must enter captcha when creating the topic

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/5714563290336027966767bc/file-V0wIMZN3ir.png)

### **Allow to view:**&#x20;

Restrict thread visibility to logged-in users for categories not selected below:

* To enable this restriction, click **\[Enable]**.
* To disable it, click **\[Disable]**.
* You can also designate specific categories that users can view without logging in.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/571455b3c697911a6f039d1e/file-UKRLUY9vYP.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/forumengine/fe-complete-other-settings/fe-control-all-essential-site-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.
