> 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/creating-a-new-channel.md).

# Creating a new channel

## Navigate to Channel Management -> Channel Editing

![](/files/tPxbhNbcdEoWOhH9wzTg)

## Create a new channel

A new overview opens. Here, first define a meaningful name and the desired language of the channel.

![](/files/0P6NZ3BWDvtaB57cz4wE)

## Decide whether it is a parent, child or independent channel

A channel has one of three roles, all of which are mutually exclusive:

1. A **standalone channel** is neither set as parent channel, nor is it assigned to a parent channel. Any adjustments made to the channel's setting affect only that channel.
2. By selecting "Parent", a channel can be set as **parent channel**. Any adjustments made to the channel's settings are handed down to all of its child channels.

   **Create child channel with parent channel**

   If you choose this option, you can also create one or more child channels by entering a channel name in the line below and clicking Add Child.
3. You can turn a channel into a child channel by assigning it an existing parent channel. It inherits all setting changes made in the parent channel.

   **Parent channels are not intended as live channels!** Ideally, you would use a parent channel as a template for multiple live child channels. This allows you to modify each live channel individually.

## Click → Add

The channel will be added to the list of existing channels. If it was added as a **parent channel**, this will be marked. In addition, all new and existing **child channels** will be grouped with their respective parent channels.


---

# 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/creating-a-new-channel.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.
