> For the complete documentation index, see [llms.txt](https://docs.aisera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisera.com/aisera-copilot/how-to-setup-aisera-assistant-copilot/add-a-copilot-channel.md).

# Add a Copilot Channel

Adding a Copilot Channel to your Aisera application or bot involves the following steps:\
\
[**Add the Copilot Channel to your tenant (your Aisera Gen AI platform instance)**](#pdf-page-qg1az7rhivmzs7tz06cd-pdf-page-6lyqq7x7kqbbsnbi1iqn-to-add-a-channel)

[**Add the Copilot Channel to a specific application or bot**](#pdf-page-qg1az7rhivmzs7tz06cd-pdf-page-6lyqq7x7kqbbsnbi1iqn-to-add-a-channel-1)

[**Log in to your Copilot Application**](#to-log-into-your-copilot)

## To Add the Copilot to your Aisera platform: <a href="#pdf-page-qg1az7rhivmzs7tz06cd-pdf-page-6lyqq7x7kqbbsnbi1iqn-to-add-a-channel" id="pdf-page-qg1az7rhivmzs7tz06cd-pdf-page-6lyqq7x7kqbbsnbi1iqn-to-add-a-channel"></a>

1. Choose **Settings > Channels** from the navigation menu of your Aisera Admin UI.
2. Select **+ Add New Channel**.
3. Choose the Aisera **Copilot** channel.

<div align="left"><figure><img src="/files/bhyE1xvPfxAYCcTl6FGc" alt="" width="456"><figcaption></figcaption></figure></div>

4. Set the parameters for your **Copilot Channel**.

<div align="left"><figure><img src="/files/pTm7rRhR8uEd9Sdk7iou" alt="" width="563"><figcaption></figcaption></figure></div>

5. Choose the authentication method for your **Copilot Channel**. For information, see [**ACS Endpoint**](https://docs.aisera.com/aisera-platform/tenant-setup/aisera-platform-configuration/tenant-configuration-settings/authentication#acs-url) (in the Tenant Configuration settings).

<div align="left"><figure><img src="/files/yzjtuXOi8TAgBPBzZNLb" alt="" width="563"><figcaption></figcaption></figure></div>

6. Click **OK**.

## To Add the Copilot Channel to your bot software <a href="#pdf-page-qg1az7rhivmzs7tz06cd-pdf-page-6lyqq7x7kqbbsnbi1iqn-to-add-a-channel" id="pdf-page-qg1az7rhivmzs7tz06cd-pdf-page-6lyqq7x7kqbbsnbi1iqn-to-add-a-channel"></a>

1. Navigate to **Settings > AiseraGPT** in the Aisera Admin UI and create or choose your Copilot bot from the applications shown on the page.
2. Click the **Add Channel** link in the bot **Details** page.

<div align="left"><figure><img src="/files/CPrtDrhMKXleMeW7brWV" alt="" width="375"><figcaption></figcaption></figure></div>

3. Select the **Copilot Channel** you just added from the pull-down list that includes all of the channels on your Aisera tenant platform.&#x20;

<div align="left"><figure><img src="/files/O1WLLz1nn2lyttKbWWMn" alt="" width="375"><figcaption></figcaption></figure></div>

4. Click the **OK** button.\
   \
   Now you can see your new channel on the bot's **Details** page.

<figure><img src="/files/sBk9T7Rf6nNcEGFhSHON" alt=""><figcaption></figcaption></figure>

5. Select the blue link in the Channels section of your bot Details, at the bottom of the section with the name of your **Copilot Channel**.

## To Log into your Copilot

Log in to your Copilot, based on the authorization you specified for your **Copilot Channel**.

<div align="left"><figure><img src="/files/FHeFZLUxJzp1mh96cURi" alt="" width="563"><figcaption></figcaption></figure></div>

Now you can see your bot in the **Copilot Channel**.

<div align="left"><figure><img src="/files/skgcz933lFp3G2uCPbwc" alt="" width="563"><figcaption></figcaption></figure></div>

<br>


---

# 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.aisera.com/aisera-copilot/how-to-setup-aisera-assistant-copilot/add-a-copilot-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.
