> 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/events-calendar.md).

# Events Calendar

Events Display

* **Your Project page:** Events are displayed on your project's dedicated subpage, making it easy for users to find and access all the latest updates and announcements related to your project.

<figure><img src="/files/UkAMj4fHpxOLKBi3yYom" alt=""><figcaption></figcaption></figure>

* **Events Calendar:** CoinMarketLeague maintains a comprehensive events calendar, displaying upcoming events, announcements, and updates for various cryptocurrency projects, providing users with an easy-to-navigate overview of important events in the crypto space.

<figure><img src="/files/0hauJKZ5Po2SdfO2aSMK" alt=""><figcaption></figcaption></figure>

* **Homepage:** CoinMarketLeague's homepage features a "Latest Events" section, highlighting recent and upcoming events from various projects, giving your event additional exposure.

<figure><img src="/files/0NLecXAlPBFifKlCjSIC" alt=""><figcaption></figcaption></figure>

### Types of Events

Events that can be added to CoinMarketLeague's events calendar include:

1. **Upcoming Project Updates:** Milestones or significant project developments.
2. **Partnership Announcements:** Collaborations with other projects or businesses.
3. **Exchange Listings:** Listing your token on new exchanges.
4. **Token Launches:** Initial coin offerings (ICOs), initial exchange offerings (IEOs), or other token-related events.
5. **Webinars, Conferences, and Meetups:** Engage with your community and share your project's progress through online or in-person events.
6. **Product Releases or Updates:** Launching new features or improvements to your project's platform or technology.
7. **Promotional Events:** Contests, giveaways, or other marketing initiatives to attract new users and engage your existing community.

> **Pro Tip:** Diversify the types of events you share on the CoinMarketLeague events calendar to keep your community engaged and interested in your project's progress.

By leveraging CoinMarketLeague's events calendar, you can create a valuable resource for your project and the crypto community, helping to keep everyone informed and engaged with the latest developments in the cryptocurrency market.


---

# 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/events-calendar.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.
