# Project Settings

- [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.


---

# 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/backend/project-settings.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.
