# Configuration

The Smart Contract has 3 types of badges:&#x20;

* Owner (Owner)&#x20;
* Administrator (Admin)&#x20;
* Staff&#x20;

Each of these badges provides access to features

* Set reward percentage for loans provided/received (Admin, Owner)&#x20;
* Set the number of epochs after which the SC can be used again (Admin, Owner)&#x20;
* Extend the pool to accept more loans (Staff, Admin, Owner)&#x20;
* Create new NFTs to assign to staff (Admin, Owner)&#x20;
* Withdraw funds for project development (Owner)&#x20;
* Collect commissions for project development (Owner)&#x20;
* Deposit new tokens into the main XRD container (Admin, Owner)


---

# 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.zerocollateral.eu/configuration.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.
