# Admin Dashboard

- [Login](https://docs.fyre.hypersign.id/admin-dashboard/login.md): An event organiser manages all the events from a single dashboard, this section describes the login process.
- [Events](https://docs.fyre.hypersign.id/admin-dashboard/events.md): Event is the core feature of Fyre platform. Admin can create an event by navigating to the Events page from the left navigation bar.
- [Create An Event](https://docs.fyre.hypersign.id/admin-dashboard/events/create-an-event.md): Creating an event is as simple as playing catch with your doggo.
- [Configurations](https://docs.fyre.hypersign.id/admin-dashboard/events/configurations.md): Currently there are ten configurations you can utilise to create your campaign.
- [General Configurations](https://docs.fyre.hypersign.id/admin-dashboard/events/configurations/general-configurations.md): The basic setup of an event. (this is mandatory, event cannot be saved without setting up General Config)
- [Referral Configurations](https://docs.fyre.hypersign.id/admin-dashboard/events/configurations/referral-configurations.md): Referral config allows organisers to create referral system for the campaign, where participants can gain extra points on the campaign by referring friends.
- [Prize Configurations](https://docs.fyre.hypersign.id/admin-dashboard/events/configurations/prize-configurations.md): This section helps organisers showcase prizes of the event to participants in a easy to understand and accessible manner.
- [KYC Configurations](https://docs.fyre.hypersign.id/admin-dashboard/events/configurations/kyc-configurations.md): Fyre in association with Sumsub (KYC infra provider) let's organisers setup a KYC flow in the campaign itself if organiser wishes to perform KYC for all participants.
- [Custom Input Configurations](https://docs.fyre.hypersign.id/admin-dashboard/events/configurations/custom-input-configurations.md): A host of custom features that let you setup any task you want participants to perform.
- [Social Configurations](https://docs.fyre.hypersign.id/admin-dashboard/events/configurations/social-configurations.md): Section to create all social tasks!
- [Twitter Follow](https://docs.fyre.hypersign.id/admin-dashboard/events/configurations/social-configurations/twitter-follow.md): Setting up Twitter follow task.
- [Twitter Retweet](https://docs.fyre.hypersign.id/admin-dashboard/events/configurations/social-configurations/twitter-retweet.md): Set up Twitter Retweet task.
- [Telegram Join](https://docs.fyre.hypersign.id/admin-dashboard/events/configurations/social-configurations/telegram-join.md): Set up Telegram join task.
- [Discord Join](https://docs.fyre.hypersign.id/admin-dashboard/events/configurations/social-configurations/discord-join.md): Set up Discord join task
- [GitHub PR](https://docs.fyre.hypersign.id/admin-dashboard/events/configurations/social-configurations/github-pr.md): Set up a task for raising PRs to your repo on GitHub.
- [Collect Wallet Configurations](https://docs.fyre.hypersign.id/admin-dashboard/events/configurations/collect-wallet-configurations.md): This configuration let’s event organizers collect wallet addresses of participants for reward distribution/whitelisting or any other use with consent.
- [Tokens or NFT Holding Configurations](https://docs.fyre.hypersign.id/admin-dashboard/events/configurations/tokens-or-nft-holding-configurations.md): This config let’s event organizers create a task on the campaign for participants to prove their token/NFT holdings and get extra points performing the task.
- [Custom Smart Contract Configurations](https://docs.fyre.hypersign.id/admin-dashboard/events/configurations/custom-smart-contract-configurations.md): Call various readable functions of an contract, widely used for staking contracts.
- [Custom API Configurations](https://docs.fyre.hypersign.id/admin-dashboard/events/configurations/custom-api-configurations.md): Verify any action performed on a third-party application via their APIs
- [Edit An Event](https://docs.fyre.hypersign.id/admin-dashboard/events/edit-an-event.md): Edit can be used for adding a new task to an existing event, removing a task or merely editing a existing task.
- [Add a new task](https://docs.fyre.hypersign.id/admin-dashboard/events/edit-an-event/add-a-new-task.md): Adding a new task to an existing event.
- [Remove a task](https://docs.fyre.hypersign.id/admin-dashboard/events/edit-an-event/remove-a-task.md): Removing an existing task from an ongoing event.
- [Edit existing task](https://docs.fyre.hypersign.id/admin-dashboard/events/edit-an-event/edit-existing-task.md): Updating an existing task.
- [Clone An Event](https://docs.fyre.hypersign.id/admin-dashboard/events/clone-an-event.md): Copy an old event.
- [Delete an Event](https://docs.fyre.hypersign.id/admin-dashboard/events/delete-an-event.md): Removing an event from the admin dashboard.
- [Participants Data](https://docs.fyre.hypersign.id/admin-dashboard/participants-data.md): View, analyse and download participant data of a particular campaign.
- [Settings](https://docs.fyre.hypersign.id/admin-dashboard/settings.md): Control pannel for the organiser.
- [Teams](https://docs.fyre.hypersign.id/admin-dashboard/settings/teams.md): Add/remove and manage your team members on Fyre dashboard.
- [Org](https://docs.fyre.hypersign.id/admin-dashboard/settings/org.md): Organisation settings let's organisers customise the campaign landing page with their logo and colours.
- [Apps](https://docs.fyre.hypersign.id/admin-dashboard/settings/apps.md): Host campaign landing page in your own dApp or website, create campaign on Fyre and host the landing page on your own application, giving participants a white-label experience.
- [Subscriptions](https://docs.fyre.hypersign.id/admin-dashboard/settings/subscriptions.md): Browse through all subscription plans and choose what suits you best.
- [Reward Distribution](https://docs.fyre.hypersign.id/admin-dashboard/reward-distribution.md): Create a whitelist of campaign winners and distribute rewards to numerous individuals in one go!


---

# 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.fyre.hypersign.id/admin-dashboard.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.
