# Information Center

## Information center

- [Getting Started](https://info.debateart.com/master.md): Have some questions? Want to get familiar with our Code of Conduct or Privacy Policy? Just browsing around? That's the good place to start.
- [Moderation Overview](https://info.debateart.com/terms-of-service/moderation.md): About the moderation team
- [Code of Conduct](https://info.debateart.com/terms-of-service/rules.md): How to conduct yourself
- [Voting Policy](https://info.debateart.com/terms-of-service/voting-policy.md): How to vote
- [Privacy Policy](https://info.debateart.com/terms-of-service/privacy-policy.md): Information we collect and why we collect it.
- [Basics](https://info.debateart.com/help/basics.md): What, how and why.
- [Profile](https://info.debateart.com/help/profile.md): Authentication, notifications and profile management.
- [Debates](https://info.debateart.com/help/debates.md): An introduction
- [Forum](https://info.debateart.com/help/forum.md)
- [Credits](https://info.debateart.com/help/credits.md): DebateArt's internal currency.
- [Questions](https://info.debateart.com/help/questions.md)
- [Hall of Fame](https://info.debateart.com/hall-of-fame.md): Showcases the Hall of Fame as nominated by the DebateArt community.
- [DebateArt President](https://info.debateart.com/debateart-president.md): Rules and function of the DebateArt President.
- [Style Guide](https://info.debateart.com/style-guide.md): A community guide written by: Barney
- [Kritik Guide](https://info.debateart.com/kritik-guide.md): A community guide written by: Barney & Ramshutu
- [Release Notes](https://info.debateart.com/platform-development/release-notes.md): The list of improvements, bug fixes and new features.
- [Donations](https://info.debateart.com/platform-development/donations.md): Help us make online debates great again!


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://info.debateart.com/master.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.
