> For the complete documentation index, see [llms.txt](https://bewinxed.gitbook.io/radar-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bewinxed.gitbook.io/radar-docs/bot_help/whitelist/export.md).

# export

📝 **RADAR Documentation - Command: Export Whitelists**

🤝 **Command Group: whitelist**

📝 **Command Name: export**

📋 **Parameters:**

* `which` (required: True) - Export all or one of the whitelists?

📝 **Description:**

Export one or all the whitelists into an Excel Sheet.

🔍 **Example Usage:**

* Export all the whitelists:

  ```
  !export All
  ```

  *This command is used to export all the whitelists into an Excel sheet. After executing the command, the bot will generate an Excel file containing all the whitelists.*
* Export a specific whitelist:

  ```
  !export One
  ```

  *This command is used to export a specific whitelist into an Excel sheet. After executing the command, the bot will prompt you to select the whitelist you want to export.*

📝 **Note:**

* This command allows you to export one or all the whitelists into an Excel sheet.
* Specify whether you want to export all the whitelists or just one using the `which` parameter.
* Use the value "All" to export all the whitelists.
* Use the value "One" to export a specific whitelist.
* After executing the command, the bot will check if you have the necessary permissions to perform the export.
* If you don't have the required permissions, the bot will display an error message.
* The command response will be sent as an ephemeral message visible only to you.
* After successfully exporting the whitelists, the bot will provide a download link to the Excel file.


---

# 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:

```
GET https://bewinxed.gitbook.io/radar-docs/bot_help/whitelist/export.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.
