> 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/using-aisera-assistant-copilot/customize-file-parameters-message.md).

# Customize File Parameters Message

The Aisera **Copilot** Channel allows you to upload and view files in your bot UI, as well as save Conversations.

<figure><img src="/files/zJewLNl4AvGilwSqJ44v" alt=""><figcaption><p>Copilot Bot</p></figcaption></figure>

## Display File Limits for Copilot Users

You can customize the message that bot users see before they upload files in the Aisera Copilot bot. This allows you to tell users about the file limits per bot, before they attempt to upload.

![](https://support.aisera.com/hc/article_attachments/36439181249293)\
You can specify the following parameters in this  message:

* File size limit
* File  count per thread limit
* Total file size per thread limit

The configuration settings for these parameters are located in the [**Channel** **Details**](/aisera-copilot/how-to-setup-aisera-assistant-copilot/test-your-aisera-assistant-copilot.md) settings for your Aisera Copilot.

**To set these parameters:**\
1\. Navigate to **Settings > AiseraGPT** in the Aisera Admin UI.\
2\. Choose your **Aisera Copilot** bot.\
3.Click on your **Copilot Channel** within the bot **Details** window.\
4\. Select the **pencil (Edit) icon** in the upper right corner of the **Channel Details** window.\
5\. Set the parameters according to your system space.<br>

<div align="left"><figure><img src="https://support.aisera.com/hc/article_attachments/36439201403149" alt="" width="563"><figcaption><p>File Limit Parameters</p></figcaption></figure></div>


---

# 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/using-aisera-assistant-copilot/customize-file-parameters-message.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.
