# Founder's Guide

- [Discord Bot](https://docs.siva.gg/founders-guide/discord-bot.md): The sensor for engagements.
- [Permissions](https://docs.siva.gg/founders-guide/discord-bot/permissions.md): We always strive to follow the principle of least privilege
- [Whitelabel Solution](https://docs.siva.gg/founders-guide/how-to-witelabel.md): On this page, you will find information on how to activate the Whitelabel solution, allowing you to use your own NFTs and/or tokens as rewards and requirements.
- [How to install (free)](https://docs.siva.gg/founders-guide/how-to-install.md): This document provides a comprehensive overview of the step-by-step process to begin using the Siva Engage2Earn Discord Bot, which is available for free.
- [Backend](https://docs.siva.gg/founders-guide/backend.md)
- [Overview](https://docs.siva.gg/founders-guide/backend/overview.md): Summary of the project's key metrics and configurations.
- [Billing & Invoices](https://docs.siva.gg/founders-guide/backend/billing-and-invoices.md): Projects can manage their payment settings and view their invoices on the "Billing & Invoices" page.
- [Assign Rewards](https://docs.siva.gg/founders-guide/backend/assign-rewards.md)
- [Tweet](https://docs.siva.gg/founders-guide/backend/assign-rewards/tweet.md): Customize Rewards for X.com Engagements: Acknowledging Genuine Community Interactions.
- [Discord](https://docs.siva.gg/founders-guide/backend/assign-rewards/discord.md): Assign Custom Rewards to Engagements in your Discord: Rewarding Natural Community Engagements.
- [Telegram](https://docs.siva.gg/founders-guide/backend/assign-rewards/telegram.md): Coming soon
- [Level-Up](https://docs.siva.gg/founders-guide/backend/assign-rewards/level-up.md): Customize Rewards for Level Ups: Celebrating Milestones and Progress.
- [Project Settings](https://docs.siva.gg/founders-guide/backend/project-settings.md)
- [General](https://docs.siva.gg/founders-guide/backend/project-settings/general.md): Individualize your Project
- [Apps](https://docs.siva.gg/founders-guide/backend/project-settings/apps.md): Create apps to assign rewards to its engagement types.
- [Discord](https://docs.siva.gg/founders-guide/backend/project-settings/apps/discord.md): On this page, you will find step-by-step instructions on creating and setting up your personalized Engage2Earn Discord bot. This includes customizing its avatar, bio, and other branded elements.
- [Votes](https://docs.siva.gg/founders-guide/backend/project-settings/votes.md): Advanced asset-backed Voting System
- [Levels](https://docs.siva.gg/founders-guide/backend/project-settings/levels.md): With this page, you can manage and create custom levels for your project. Whenever members level up, you can assign rewards corresponding to the achieved level.
- [Rewards](https://docs.siva.gg/founders-guide/backend/project-settings/rewards.md): On this page, you can oversee your personalized rewards and perform actions such as adding, modifying, or removing them.
- [Requirements](https://docs.siva.gg/founders-guide/backend/project-settings/requirements.md): Requirements are vital in Siva, as they enable token-gating and provide precise control over the reward system. They can be added to rewards, allowing for fine-grained management.
- [Commands](https://docs.siva.gg/founders-guide/backend/project-settings/commands.md): Enable requirements to withdraw crypto from your engage2earn ecosystem, all requirements can be used.
- [Web3 Settings](https://docs.siva.gg/founders-guide/backend/web3-settings.md)
- [NFTs](https://docs.siva.gg/founders-guide/backend/web3-settings/nfts.md): Incorporate ERC721 NFT tokens, including your own, your partner's, or your collaborator's, which can subsequently be utilized as prerequisites for earning rewards.
- [Tokens](https://docs.siva.gg/founders-guide/backend/web3-settings/tokens.md): Add ERC20 tokens, including your own, your partner's, or your collaborator's tokens, or native coins, that appear in the balance command and can be withdrawn by your community members.
- [Relay Wallets](https://docs.siva.gg/founders-guide/backend/web3-settings/relay-wallets.md): OZ Relay Wallets form the core of our Engage2Earn ecosystem. They hold the LP for added tokens and enable the automatic distribution of withdrawals.
- [Guide v1](https://docs.siva.gg/founders-guide/backend/web3-settings/relay-wallets/guide-v1.md): OZ Relay Wallets form the core of our Engage2Earn ecosystem. They hold the LP for added tokens and enable the automatic distribution of withdrawals.


---

# 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.siva.gg/founders-guide.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.
