> For the complete documentation index, see [llms.txt](https://docs.coinmarketleague.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coinmarketleague.com/terms-and-conditions.md).

# Terms and conditions

- [Voting](https://docs.coinmarketleague.com/terms-and-conditions/voting.md)
- [Disclaimer & Terms](https://docs.coinmarketleague.com/terms-and-conditions/disclaimer-and-terms.md): Dear Visitor of Coinmarketleague.com,
- [Contact us](https://docs.coinmarketleague.com/terms-and-conditions/contact-us.md)
- [Events Calendar](https://docs.coinmarketleague.com/terms-and-conditions/events-calendar.md): Keep your community informed with CML!
- [Integrations policy](https://docs.coinmarketleague.com/terms-and-conditions/events-calendar/integrations-policy.md)
- [Coin Names Policy](https://docs.coinmarketleague.com/terms-and-conditions/events-calendar/coin-names-policy.md)
- [AMA](https://docs.coinmarketleague.com/terms-and-conditions/events-calendar/ama.md): Are you looking for a powerful way to promote your crypto project and engage with potential investors?
- [Advertise Presales](https://docs.coinmarketleague.com/terms-and-conditions/events-calendar/advertise-presales.md): Are you looking for ways to promote your presale and attract more investors?
- [CMLady Bot](https://docs.coinmarketleague.com/terms-and-conditions/events-calendar/cmlady-bot.md): CMLady Bot User Guide
- [Project Achivements](https://docs.coinmarketleague.com/terms-and-conditions/events-calendar/project-achivements.md): Discover the benefits of showcasing your project's accomplishments in CoinMarketLeague's Achievements Section. Share your success stories and milestones with the crypto community!
- [💰Trading Fee Discounts](https://docs.coinmarketleague.com/terms-and-conditions/events-calendar/trading-fee-discounts.md): Register with CML Referral codes and save on Trading Fees at every Crypto purchase!
- [Why Twitter & TG authentication?](https://docs.coinmarketleague.com/terms-and-conditions/events-calendar/why-twitter-and-tg-authentication.md): At CML platform, we take fairness and security - Seriously!
- [How to be in the TOP?](https://docs.coinmarketleague.com/terms-and-conditions/events-calendar/how-to-be-in-the-top.md): In this guide, we'll share some practical strategies to effectively engage your community and encourage them to vote for your project on CoinMarketLeague.


---

# 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.coinmarketleague.com/terms-and-conditions.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.
