# Settings

This area is used to set preferences and the basic configuration of your website.&#x20;

| Section                                                            | Description                                                                                                               |
| ------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------- |
| [Cache](/administration/settings/cache.md)                         | Settings related to the caching system to improve performance of your website.                                            |
| [Emoticons](/administration/settings/emoticons.md)                 | Settings related to displaying emoticons on your website.                                                                 |
| [Front Page](/administration/settings/front-page.md)               | Controls the ability to ban visitors and users from your website.                                                         |
| [Language](/administration/settings/language.md)                   | Everything related to languages used on your website.                                                                     |
| [Meta Tags](/administration/settings/meta-tags.md)                 | Allows you to set so-called metatags on your website, commonly used for search engines.                                   |
| [Navigation](/administration/settings/navigation.md)               | Manages the navigation areas on your website and allows you to set sitelinks.                                             |
| [Preferences](/administration/settings/preferences.md)             | Contains all settings that you can can customize on your website.                                                         |
| [Search](/administration/settings/search.md)                       | Settings related to the search functionality on your website,                                                             |
| [URL Configuration](/administration/settings/url-configuration.md) | Everything related to the URLs that are being used on your website. Can be used to set Search Engine Friendly (SEF) URLs. |


---

# Agent Instructions: 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://userguide.e107.org/administration/settings.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.
