# Campaign Managers

- [Getting Started](https://docs.thx.network/campaign-managers/getting-started.md): We aim for as little developer effort as possible with our solutions and integrating the widget is as easy as embedding one line of code.
- [Analytics](https://docs.thx.network/campaign-managers/analytics.md): Campaign analytics provide insights into overall quest and reward activity. You can scope your data to a specific time range and see who your top 10 campaign participants are.
- [Quests](https://docs.thx.network/campaign-managers/quests.md): Your audience is able to earn points with various Quests that can be configured to incentivise particular user engagement.
- [Daily Quests](https://docs.thx.network/campaign-managers/quests/daily-quests.md): Daily quests are a great tool to increase user retention.
- [Invite Quests](https://docs.thx.network/campaign-managers/quests/invite-quests.md): Invite quests allow your community to support your user acquisition. The invites can be set up double sided meaning both the inviter and invitee earn points.
- [Twitter Quests](https://docs.thx.network/campaign-managers/quests/twitter-quests.md): Quests with social conditions stimulate engagement in other channels you are using.
- [Discord Quests](https://docs.thx.network/campaign-managers/quests/discord-quests.md): Quests with social conditions stimulate engagement in other channels you are using.
- [Custom Quests](https://docs.thx.network/campaign-managers/quests/custom-quests.md): Custom Quests enable you to incentivise every touchpoint in your customer journey.
- [Web3 Quests](https://docs.thx.network/campaign-managers/quests/web3-quests.md): Reward users' coin balance or NFT ownership using smart contracts.
- [Webhook Quests](https://docs.thx.network/campaign-managers/quests/webhook-quests.md): Validate quest behavior using your own API endpoints and set optional custom point amounts.
- [Steam Quests](https://docs.thx.network/campaign-managers/quests/steam-quests.md): Embark on a gaming journey by purchasing, wishlisting games, and earning Steam achievements.
- [Quest Locks](https://docs.thx.network/campaign-managers/quests/quest-locks.md): Allows you to gate quests with one or more other quests. This opens up endless possibilities of tiered campaigns.
- [Rewards](https://docs.thx.network/campaign-managers/rewards.md): Campaign participants earn points with quests and can in turn redeem these points for rewards. Use a variety of Rewards to incentivise your participants to start collecting more points.
- [Coin Rewards](https://docs.thx.network/campaign-managers/rewards/coin-rewards.md): Coin Rewards enable your audience to redeem their accumulated points for ERC-20 tokens.
- [NFT Rewards](https://docs.thx.network/campaign-managers/rewards/nft-rewards.md): This page demonstrates how to configure NFT rewards with optional platform or expiry conditions applied to it.
- [Custom Rewards](https://docs.thx.network/campaign-managers/rewards/custom-rewards.md): Use your own webhooks to reward users through code in your application!
- [Coupon Rewards](https://docs.thx.network/campaign-managers/rewards/coupon-rewards.md): Use coupon rewards for eGift cards, discount codes and Nitro boosts.
- [Discord Role Rewards](https://docs.thx.network/campaign-managers/rewards/discord-role-rewards.md): Let your users buy Discord roles using points. A powerful way to reward your community members.
- [Participants](https://docs.thx.network/campaign-managers/participants.md): The Participant Explorer is sorted by rank and provides you with deeper insights into the people that signed in for your campaign.
- [Integrations](https://docs.thx.network/campaign-managers/integrations.md): Our integrations allow for connecting important channels in your ecosystem to your campaign.
- [Discord](https://docs.thx.network/campaign-managers/integrations/discord.md): This will guide you through the process of setting up the Discord Bot. This allows for seamless communication between your application and Discord channels, making it easy to automate updates.
- [Twitter, now X](https://docs.thx.network/campaign-managers/integrations/twitter-now-x.md): Save time and automate the creation of conditional X rewards and keep your audience entertained with new ways to earn points.
- [Gitcoin Passport](https://docs.thx.network/campaign-managers/integrations/gitcoin-passport.md): Privacy respecting proof of humanity and reputation. Fights bots and spam.
- [Coins](https://docs.thx.network/campaign-managers/coins.md): This page demonstrates how to configure and deploy a ERC-20 token smart contract on the Polygon blockchain.
- [NFT](https://docs.thx.network/campaign-managers/nft.md): This page demonstrates how to create an NFT collection and mint tokens from a pool. For a video guide, scroll down to the bottom of this 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.thx.network/campaign-managers.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.
