# Reseller Logic

The Reseller Logic Controller primarily handles the creation of zones and associated functionalities, integrating minting processes, and managing domain errors. Below are the key features and endpoints provided by the Reseller Logic Controller:

1. **Zone Management**: Allows resellers to create new domain zones. This includes checking for the existence of the domain, adding necessary records, and initiating the minting process.
2. **Error Handling**: Provides functionalities to manage domain creation errors, such as existing domain conflicts.
3. **Minting**: Integrates minting processes into zone creation, allowing for the creation and minting of new domains.


---

# 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://freename-1.gitbook.io/freename-apis/web3-reseller-apis-v.-1.0/reseller-logic.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.
