> For the complete documentation index, see [llms.txt](https://docs.fact-finder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fact-finder.com/docs/basic-settings/factfinder-ng-channels/multi-channel-supported-settings.md).

# Multi-channel settings

> This is a list of settings inheritable via multi-channel functionality.

#### Multi-channel inheritable settings

> ✔️ = Configuration can be inherited via multi-channel functionality

| Function                | Configuration can be inherited? | Comments                                                                                                                                        |
| ----------------------- | :-----------------------------: | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| **Search term rules**   |                                 |                                                                                                                                                 |
| Thesaurus               |                ✔️               | Here you can create rules for synonyms (similar words) and antonyms (anti-synonyms). These words/expressions will be added to your query.       |
| Preprocessor            |                ✔️               | Here you can create rules for word replacements - these words will replace the ones originally in your query.                                   |
| Stop words              |                ✔️               | Here you can curate a list of words that should be ignored by the search (e.g. a, an, the).                                                     |
| Trash                   |                ✔️               | Has to be manually adjusted as it depends on search terms and language.                                                                         |
| **Basic settings**      |                                 |                                                                                                                                                 |
| Search algorithm        |                ✔️               | Here you can set the minimum similarity, the bandwidth (maximum difference between best and worst result), speed vs quality and search timeout. |
| Fields                  |                ✔️               | Here you can add, import and edit fields                                                                                                        |
| Ranking rules           |                ✔️               | Please note that sales numbers may differ between channels. Unchanged ranking rules might not always be applicable.                             |
| Filter/Navigation       |                ✔️               |                                                                                                                                                 |
| After search navigation |                ✔️               |                                                                                                                                                 |
| Result listing          |                ✔️               |                                                                                                                                                 |
| Import settings         |                ✔️               |                                                                                                                                                 |
| **Suggest**             |                                 |                                                                                                                                                 |
| Suggest settings        |                ✔️               |                                                                                                                                                 |
| Suggest whitelist       |                ✔️               | Does not carry over between different languages.                                                                                                |
| Suggest blacklist       |                ✔️               | Does not carry over between different languages.                                                                                                |
| **Modules**             |                                 |                                                                                                                                                 |
| ASO                     |                ✔️               |                                                                                                                                                 |
| Personalization         |                ✔️               | Might have to make language specific adjustment, depending on settings.                                                                         |
| Single word search      |                ✔️               |                                                                                                                                                 |
| Semantic Enhancer       |                ✔️               |                                                                                                                                                 |
| Recommendations         |                ✔️               |                                                                                                                                                 |
| Campaigns               |                ✔️               |                                                                                                                                                 |


---

# 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://docs.fact-finder.com/docs/basic-settings/factfinder-ng-channels/multi-channel-supported-settings.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.
