> For the complete documentation index, see [llms.txt](https://serverbuilder.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://serverbuilder.gitbook.io/docs/segments.md).

# Segments

- [Advertising](https://serverbuilder.gitbook.io/docs/segments/advertising.md): On this page, you will learn how to set up an advertisement channel and server ad in order to grow your server!
- [Aesthetics](https://serverbuilder.gitbook.io/docs/segments/aesthetics.md): On this page, you will learn how to easily add aesthetics to your channels to make your server look fancier!
- [Autorole](https://serverbuilder.gitbook.io/docs/segments/autorole.md): On this page, you will learn how to set up an autorole with Server Builder quick and easy!
- [Server Setup](https://serverbuilder.gitbook.io/docs/segments/server-setup.md): On this page, you will learn about the main command of Server Builder, the setup command!
- [Suggestions](https://serverbuilder.gitbook.io/docs/segments/suggestions.md): On this page, you will learn how to set up Per-Server Suggestions with Server Builder quick and easy!
- [Utility](https://serverbuilder.gitbook.io/docs/segments/utility.md): On this page, you will learn about the many utility commands that Server Builder has to offer!


---

# 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:

```
GET https://serverbuilder.gitbook.io/docs/segments.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.
