# news configure

{% hint style="info" %}
This command requires the Manage Server permission.
{% endhint %}

## Description

Configures settings for news delivery in your server.

## Usage

> /news configure \[channel] {ping} {timelimit}

## Arguments

{% tabs %}
{% tab title="channel" %}
**Description:** Channel to set to receive news

**Valid Inputs:** A time (number followed by `d` `h` `m` `s`)
{% endtab %}

{% tab title="ping (optional)" %}
**Description:** Role to be mentioned when a new article is delivered

**Input:** Select a role from the dropdown
{% endtab %}

{% tab title="timelimit (optional)" %}
**Description:** Minimum cooldown time between sending one news article and another one.

**Valid Inputs:** A time (number followed by `d` `h` `m` `s`)

**Argument Examples:** `1h` `30m` `1d` `1.5h`
{% endtab %}
{% endtabs %}

## &#x20;Examples

* `/news configure #crypto-news`
* `/news configure #crypto-news @News Notification`
* `/news configure #crypto-news 1.5h`
* `/news configure #crypto-news @News Notification 30m`

## Preview

*Command previews are coming soon...*


---

# Agent Instructions: 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://docs.bitbot.tools/commands/configuration/news/news-configure.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.
