# Blinkord's Modules

Blinkord currently features two modules - modes of use. These are the **Blinkord Web Platform** and the **Blinkord Bot.**

The [Blinkord web platform](https://blinkord.com) is a web based platform where server owners can create custom blinks for their Discord server. It is a simple and intuitive web interface which includes all the features mentioned on the [Web Platform Features](/web-platform-features.md) page.&#x20;

Currently, the platform enables community owners to create a blink for monetizing their community by offering paid roles which give members access to exclusive content on the server. In the future, there are going to be many more blink types which could be created through Blinkord.

The platform also features the  [Blinkord Marketplace](/web-platform-features/blinkord-marketplace.md) which allows anyone to browse all blinks created via Blinkord. This page serves as a  discovery page for server owners to advertise their servers to Blinkord community. On the other hand, it functions for members to explore the list of servers they may want to join.

The [Blinkord Bot](/blinkord-bot.md) is a Discord Bot which can be added to any server. It automatically detects URLs which are Solana actions, "unfurls" these URLs and displays button/s for each of the available actions. Server members are able to create a Solana wallet via the Blinkord bot, deposit SOL to it and start interacting with Blink actions directly through Discord.

Watch how to use Blinkord; buying a role on Blinkord Platform or with Discord Bot [Demo Videos](/demo-videos.md)page.


---

# Agent Instructions: 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://docs.blinkord.com/blinkords-modules.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.
