# Starting an Interest Group

**TLDR:** Starting a new IG takes five steps form a core team, check for existing IGs, register, create a communication space, and launch. The µLearn team reviews and approves every new IG registration.

{% stepper %}
{% step %}

### <mark style="color:$primary;">Step 1: Form the Core Team</mark>

Gather 3–5 passionate students around a shared topic. Expertise is not required just curiosity and commitment.
{% endstep %}

{% step %}

### <mark style="color:$primary;">Step 2: Check for Existing IGs</mark>

Before starting, verify that an IG on your topic doesn't already exist. Check the µLearn website to avoid duplication.
{% endstep %}

{% step %}

### <mark style="color:$primary;">Step 3: Register Your IG</mark>

Visit the µLearn IG Registration Form and fill out:

* Area of interest
* Why you want to start this IG
* Planned initiatives
* Vision and motive

*Link: \[Interest Group Request Form]*

After submission, the µLearn team reviews and approves your registration.

{% hint style="warning" %}
Manual Intervention: New IG registrations are reviewed and approved by the µLearn team. Submit via \[Interest Group Request Form].
{% endhint %}
{% endstep %}

{% step %}

### <mark style="color:$primary;">Step 4: Create a Communication Space</mark>

Once approved:

* Set up a µLearn group space (linked with Discord/WhatsApp/Telegram)
* Pin a welcome message with IG purpose, schedule, and group rules
* This space becomes your hub for resources, announcements, and recordings
  {% endstep %}

{% step %}

### <mark style="color:$primary;">Step 5: Launch & Build Momentum</mark>

* Announce the IG to the campus community
* Hold your first session (start with basics, share tools and resources)
* Keep consistent weekly/biweekly office hours
* Begin small projects or challenges
* Celebrate wins to attract new members

*Example: A Cybersecurity IG started with a founder sharing how passwords are cracked. Within months, members were solving CTF challenges weekly.*
{% endstep %}
{% endstepper %}


---

# 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.mulearn.org/ig-playbook/starting-an-interest-group.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.
