# Features

- [Domain Mapping](https://domainmappingsystem.gitbook.io/domainmappingsystem-docs/features/domain-mapping.md): This is an overview of the core feature of Domain Mapping System.
- [Creating Microsites - Multisite Alternative](https://domainmappingsystem.gitbook.io/domainmappingsystem-docs/features/creating-microsites-multisite-alternative.md): Create subsites on your WordPress website by mapping multiple posts or pages to a single domain. Excellent multisite alternative.
- [Global Domain Mapping](https://domainmappingsystem.gitbook.io/domainmappingsystem-docs/features/global-domain-mapping.md): Global Domain Mapping allows you to map all unmapped pages of your site to any domain automatically.
- [Global Archive/Category Mapping](https://domainmappingsystem.gitbook.io/domainmappingsystem-docs/features/global-archive-category-mapping.md): You can now map a domain to a specific Archive, Category, or Custom Taxonomy, including all descendant posts.
- [Global Parent Page Mapping](https://domainmappingsystem.gitbook.io/domainmappingsystem-docs/features/global-parent-page-mapping.md): This page explains how Global Parent Page mapping works in the Domain Mapping System plugin.
- [Global Product Mapping for WooCommerce](https://domainmappingsystem.gitbook.io/domainmappingsystem-docs/features/global-product-mapping-for-woocommerce.md): Map a domain to your WooCommerce Shop page, and all descendants products will map automatically.
- [Subdomain Mapping](https://domainmappingsystem.gitbook.io/domainmappingsystem-docs/features/mapping-with-subdomains.md)
- [Subdirectory Mapping](https://domainmappingsystem.gitbook.io/domainmappingsystem-docs/features/subdirectory-mapping.md): This page explains how to map subdirectories (commonly known as "subpages") on your WordPress site.
- [Redirect Site Visitors to Mapped Domains](https://domainmappingsystem.gitbook.io/domainmappingsystem-docs/features/redirect-site-visitors-to-mapped-domains.md): This page explains how to set redirection to mapped domains, so users can only see the mapped version of a page when using Domain Mapping System.
- [URL Rewriting](https://domainmappingsystem.gitbook.io/domainmappingsystem-docs/features/url-rewriting.md): URL Rewriting allows you to change the URLs that appear in links on your page when visiting the page with a mapped domain.
- [Query String Parameters](https://domainmappingsystem.gitbook.io/domainmappingsystem-docs/features/query-string-parameters.md): Domain Mapping System supports query string parameters in your URLs. Here's what you need to know to use query string parameters.
- [Language per Domain](https://domainmappingsystem.gitbook.io/domainmappingsystem-docs/features/language-per-domain.md): This page explains the language per domain options when using Domain Mapping System.
- [Favicon per Domain](https://domainmappingsystem.gitbook.io/domainmappingsystem-docs/features/favicon-per-domain.md): Set a custom favicon for each domain mapped to your WordPress site.
- [Multisite Integration](https://domainmappingsystem.gitbook.io/domainmappingsystem-docs/features/multisite-integration.md): Domain Mapping System supports multisite networks. Now all the sites in your network can have multiple domains available to them.
- [Custom \<head> and \<body> Code per Domain](https://domainmappingsystem.gitbook.io/domainmappingsystem-docs/features/custom-less-than-head-greater-than-and-less-than-body-greater-than-code-per-domain.md): This page explains how to add custom \<head> and \<body> code sections per domain, such as if you're using Google Analytics or other tools that require head or body code integration.
- [Menu per Domain](https://domainmappingsystem.gitbook.io/domainmappingsystem-docs/features/menu-per-domain.md): This page explains how to configure a different menu per domain when using Domain Mapping System for your WordPress site.
- [404 Handling](https://domainmappingsystem.gitbook.io/domainmappingsystem-docs/features/404-handling.md): This page explains how unmapped pages can be handled with a 404 error.
- [Alias Domain Authentication](https://domainmappingsystem.gitbook.io/domainmappingsystem-docs/features/alias-domain-authentication.md): With the Domain Mapping System plugin, you can now let users login to alias domains and navigate protected pages.
- [Subdomain Authentication](https://domainmappingsystem.gitbook.io/domainmappingsystem-docs/features/subdomain-authentication.md): With the Domain Mapping System plugin, you can now let users login to subdomains and navigate protected pages.
- [REST API](https://domainmappingsystem.gitbook.io/domainmappingsystem-docs/features/rest-api.md): Using the WordPress REST API, you can easily add or update mapped domains in Domain Mapping System.
- [Filters and Actions](https://domainmappingsystem.gitbook.io/domainmappingsystem-docs/features/rest-api/filters-and-actions.md): This section describes all the available filters and actions in the Domain Mapping System plugin. These can be used to modify the behavior of the system and integrate with other plugins.


---

# 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://domainmappingsystem.gitbook.io/domainmappingsystem-docs/features.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.
