# Advertising

## \*Setting an Advertisement Channel:

You can easily set the channel you will receive other server advertisements in using this command:

```
%adchannel {channel}
```

## \*Creating a Server Advertisement:

After setting your advertisement channel, you'll want to create an attractive and attention-grabbing server ad! You can do so by using the following command:

```
%setad
```

This will walk you through an interactive setup, creating your advertisement along the way!

{% hint style="warning" %}
Remember that you must provide the image *link* when adding a server banner.
{% endhint %}

## Viewing Your Server Advertisement:

You can easily view your server advertisement by saying:

```
%preview
```

## Bumping Your Server:

This is the command that will send your server advertisement to all of the other set advertisement channels out there! To do so, all you have to say is:

```
%bump
```

{% hint style="warning" %}
This command has a **two-hour** cooldown.
{% endhint %}


---

# 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://serverbuilder.gitbook.io/docs/segments/advertising.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.
