# Development Guideline

If this is your first experience with the hackathon format, please take at [Hackathon Guidebook](https://github.com/openguild-labs/hackathon-guidebook)

### Requirement

* [x] Only projects developed during the hackathon is qualified to be the winner. We will track your Github commit history to observe the development progress.
* [x] If you develop an application with "Connect to Wallet" feature, use [Talisman SIWS](https://github.com/TalismanSociety/siws) or [Talisman Connect](https://github.com/TalismanSociety/talisman-connect).
* [x] Submit the project to the hackathon following a right format. See [Submission Guideline](https://github.com/openguild-labs/Mini-OpenHack-1st-Edition/wiki/%F0%9F%93%94-Submission-Guideline).
* [x] Joined [OpenGuild Discord](https://discord.com/invite/MwHrrPe4m9) and claimed [the membership for Nomad](https://handbook.openguild.wtf/general-information/membership)

### Tips & Tricks

* [x] Write a good `README.md` file for your project description.
* [x] Understand tracks & identify your strength
* [x] Quality code and user-friendly interface
* [x] Identify the solution for the right problems


---

# 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://handbook.openguild.wtf/hackathon-projects-and-events/hackathon/hackathon-general-information/development-guideline.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.
