# Customizing Moonitor

## Changing Pings Color

> $monitor color {hex}

To change pings color you'll  need to run the color command, which accepts a hex color code (Hex codes always start with #)

```
$monitor color #00FF00
```

## Setting Pings Author Image/Name

You can add a webhook to each channel with the image and name you want Moonitor to use, webhooks will be auto-detected and used.

## Adding eBay Links/FBA Links on pings

To add :\
`eBay sold / eBay active and SAS/Keepa/Amazon Search` \
fields on pings\
run the command `$monitor toggleebay`\
The Links will be from the .com/.co.uk region based on your region setting.

## Disabling eBay View/Watch bots

to enable/disable the bot on ur server run:\
`$monitor toggleebaybots`

## Changing region from US to UK&#x20;

To toggle your region, type `$monitor toggleuk`


---

# 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.moonitor.tools/monitoring-commands/customizing-moonitor.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.
