# For Organizers

Create and fund your events on Solana with Mythra.

## Quick Start

{% stepper %}
{% step %}

### Connect Wallet

Visit our demo app and connect your Solana wallet (Phantom recommended).
{% endstep %}

{% step %}

### Create Event

* Event name and description
* Date and basic details
* Funding goal amount
* Ticket price (if applicable)
  {% endstep %}

{% step %}

### Launch Funding

Set up your crowdfunding campaign. Backers can contribute SOL to your event.
{% endstep %}

{% step %}

### Manage Event

* Monitor funding progress
* Mint NFT tickets when funded
* Check-in attendees during event
* Request fund releases from DAO
  {% endstep %}
  {% endstepper %}

## Funding Process

{% stepper %}
{% step %}

### Campaign Live

Backers contribute to escrow.
{% endstep %}

{% step %}

### Goal Reached

NFT tickets become available.
{% endstep %}

{% step %}

### Milestone Completion

Submit proof to DAO.
{% endstep %}

{% step %}

### Fund Release

DAO votes to release funds.
{% endstep %}
{% endstepper %}

## Requirements

* Solana wallet (Phantom/Solflare)
* Basic event information
* Funding goal and timeline


---

# 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://mythra-2.gitbook.io/mythra-docs-1/documentation/introduction/getting-started/for-organizers.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.
