# Welcome!

## Learn how to use the Discord bot

Get familiar with SafeLink's Discord bot and get your server protected exactly how you want to.

{% content-ref url="discord-bot-quick-start" %}
[discord-bot-quick-start](https://docs.safelink.gg/discord-bot-quick-start)
{% endcontent-ref %}

## Learn how to use the API

Feeling like an eager beaver? Jump into the quick-start docs and get making your first request:

{% content-ref url="api-quick-start" %}
[api-quick-start](https://docs.safelink.gg/api-quick-start)
{% endcontent-ref %}

{% content-ref url="reference/api-reference" %}
[api-reference](https://docs.safelink.gg/reference/api-reference)
{% endcontent-ref %}


---

# 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.safelink.gg/welcome.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.
