> For the complete documentation index, see [llms.txt](https://docs.logforge.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.logforge.xyz/welcome-to-log-forge.md).

# Welcome to Log Forge

<mark style="color:$primary;">**Log Forge**</mark> <mark style="color:$primary;"></mark><mark style="color:$primary;">is a powerful and flexible Discord bot designed to help you keep track of everything happening in your server. From message edits and deletions to member joins, bans, role changes, and more, Log Forge ensures you never miss a detail. With customizable logging channels, clear formatting, and reliable tracking, it gives server owners and admins full visibility and control over server activity. Whether you’re running a small community or a large network, Log Forge makes moderation and record-keeping simple and effective.</mark>

## Index

* [<mark style="color:blue;">Docs</mark>](/main/all-commands.md)
* [<mark style="color:blue;">Privacy Policy</mark>](/legal/privacy-policy.md)
* [<mark style="color:blue;">Terms of Service</mark>](/legal/terms-of-service.md)

## Bug Reports

<mark style="color:$primary;">Bugs can be reported via our support server</mark> [<mark style="color:blue;">here</mark>](https://discord.gg/M2Tkw75yUU)<mark style="color:blue;">.</mark> <mark style="color:$primary;">Bug reports are highly appreciated as fixes will make the bot a lot more fun to use for everyone.</mark>

## Suggestions

<mark style="color:$primary;">Suggestions can be made via our support server too, currently wwe don't have a formal suggestions system in place. Please open a ticket if you have a suggestion.</mark>

[<mark style="color:blue;">**Join our Support Server**</mark>](https://discord.gg/M2Tkw75yUU)

<mark style="color:blue;">**Invite Log Forge**</mark>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.logforge.xyz/welcome-to-log-forge.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
