# Welcomes & Filters

### Both of these settings can be accessed in `/config > Greetings`

### Greetings

After clicking Greetings you'll be taken to this screen, where you have the option to enable or disable welcome messages and Join captcha

<figure><img src="/files/UL4ZWFdtTEMVCA3B10X8" alt=""><figcaption></figcaption></figure>

### Set Welcome Message

<figure><img src="/files/VV3cDYhh4xff16uqYfi0" alt=""><figcaption></figcaption></figure>

After clicking Set Welcome Message you'll be brought here. To change Text or Media, click on the desired button and send your new text / media directly into the chat (Private or group)

**Editing Buttons:**

<figure><img src="/files/9XZd5jSeCFNiZdV50pDk" alt=""><figcaption></figcaption></figure>

Clicking Edit Buttons brings you here. To add buttons, click Add Buttons and send a message containing every single button you want to add using the syntax, described below

```
[NAME](LINK) or [NAME](LINK:same)
```

Real example:

```
[Chart](Dextools.io) [Twitter](twitter.com) [Website](Project.com:same)
```

This will output buttons like

```
     Chart
Twitter | Website
```

Make sure there is no space between the \[] and () and that your link contains no spaces in it. If the message doesn't send after clicking "View Current Welcome" its due to one of your button links not being a valid link.


---

# 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.safeguard.run/group-security/welcomes-and-filters.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.
